@font-face {
  font-family: "Deaconcondensedtest Bf 63 C 8 Afdb 5 Bf 2 D";
  src: url('../fonts/DeaconCondensedTest-Black-BF63c8afdb5bf2d.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Deaconcondensedtest Bf 63 C 8 Afdda 0 Cc 7";
  src: url('../fonts/DeaconCondensedTest-Bold-BF63c8afdda0cc7.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Generalsans, Arial, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.section-nav {
  z-index: 90;
  padding-top: .9375rem;
  padding-bottom: .9375rem;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-img {
  width: 6.3125rem;
}

.btn-wrapper-nav {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.btn-nav {
  color: #000;
  background-color: #fff;
  border: .0625rem solid #fff;
  border-radius: .25rem;
  padding: .4375rem 1.1875rem;
  font-weight: 600;
}

.btn-nav.ghost {
  color: #fff;
  background-color: #fff0;
}

.hero-section {
  color: #fff;
  background-color: #0b68c8;
  position: relative;
}

.hero-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 37.6875rem;
  padding-top: 11.125rem;
  padding-bottom: 6.4375rem;
  display: flex;
  position: relative;
}

.hero-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 60.125rem;
  display: flex;
}

.hero-content {
  text-align: center;
  width: 50%;
}

.hero-content.pad-sides {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.hero-h1 {
  color: #ffca28;
  text-transform: uppercase;
  text-shadow: -.1875rem .3125rem #2d281a, .1875rem .3125rem #2d281a, .1875rem -.1875rem #2d281a, -.1875rem -.1875rem #2d281a, 0 .3125rem #2d281a, -.125rem .375rem #000, .125rem .375rem #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Deaconcondensedtest Bf 63 C 8 Afdb 5 Bf 2 D", Arial, sans-serif;
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 2.6875rem;
}

.hero-p {
  margin-top: .9937rem;
  margin-bottom: .9375rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.btn {
  color: #000;
  text-align: center;
  background-color: #ffc32a;
  border-radius: .5rem;
  min-width: 8.25rem;
  font-size: 1rem;
  line-height: 150%;
  transition: all .2s;
  box-shadow: 0 .25rem #2d2926;
}

.btn:hover {
  transform: translate(0, .25rem);
  box-shadow: 0 0 #2d2926;
}

.btn.blue {
  color: #fff;
  background-color: #0b99ff;
  box-shadow: 0 .25rem #114b85;
}

.btn.blue:hover {
  box-shadow: 0 0 #114b85;
}

.btn.topm {
  margin-top: 1.5rem;
}

.hide {
  display: none;
}

.span-yellow {
  color: #ffca28;
  display: block;
}

.span-white {
  color: #fff;
  display: block;
}

.span-white.large {
  font-size: 3.75rem;
  line-height: 3.25rem;
}

.wrapper-hero-img {
  text-align: left;
  position: relative;
}

.hero-img {
  width: 100%;
  max-width: 20.375rem;
}

.hero-chest {
  width: 100%;
  max-width: 10.9375rem;
  position: absolute;
  inset: 1.5rem 0% auto auto;
}

.hero-banner {
  width: 100%;
  max-width: 8.5rem;
  position: absolute;
  inset: auto -2.5625rem 0% auto;
}

.img-hero {
  display: inline-block;
  position: relative;
}

.wrapper-grad-hero {
  opacity: .8;
  filter: blur(6.25rem);
  pointer-events: none;
  background-image: linear-gradient(135deg, #00fff0, #0073ff);
  border-radius: 100%;
  width: 26.25rem;
  height: 26.25rem;
  position: absolute;
  inset: 3.75rem auto auto -13.75rem;
}

.wrapper-grad-hero.right {
  inset: 6.25rem -13.75rem auto auto;
}

.section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section.grad {
  background-image: linear-gradient(#0b68c8 8%, #8cb8e578 37%, #fff0 55%);
}

.section.blue {
  background-image: linear-gradient(#0d69c8, #fff);
}

.section.blue.alt {
  background-image: linear-gradient(#0e7bc0, #fff 48%);
}

.section.light-blue {
  background-color: #a1e1ff;
}

.section.blue-alt {
  color: #fff;
  background-image: linear-gradient(#a0e0fe, #0d7bc0 75%);
}

.section.footer {
  color: #fff;
  background-color: #000;
}

.container {
  width: 90%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container.small {
  max-width: 60.125rem;
}

.content {
  text-align: center;
}

.content.topm {
  margin-top: 5.9375rem;
}

.content.rel {
  position: relative;
}

.content.left {
  text-align: left;
}

.content.topm-small {
  margin-top: 2.5rem;
}

.title-wrapper-icon {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 40.625rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  display: flex;
  position: relative;
}

.icon-title {
  width: 100%;
  max-width: 6.25rem;
  margin-bottom: -.75rem;
  margin-left: -1.3125rem;
}

.icon-title.fixedh {
  width: auto;
  max-width: none;
  height: 8.0625rem;
  margin-bottom: -1.5rem;
  margin-left: 0;
}

.icon-title.space {
  max-width: 18.5rem;
  margin-bottom: 0;
  margin-left: 0;
}

.section-title {
  z-index: 1;
  color: #ffca28;
  text-transform: uppercase;
  text-shadow: -.1875rem .3125rem #2d281a, .1875rem .3125rem #2d281a, .1875rem -.1875rem #2d281a, -.1875rem -.1875rem #2d281a, 0 .3125rem #2d281a, -.125rem .375rem #000, .125rem .375rem #000;
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-family: "Deaconcondensedtest Bf 63 C 8 Afdb 5 Bf 2 D", Arial, sans-serif;
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 2.6875rem;
  position: relative;
}

.section-title.blue {
  color: #a1e1ff;
}

.p16 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.p16.pad-r {
  padding-right: 3.75rem;
}

.p16.n {
  margin-top: 0;
  margin-bottom: 0;
}

.wrapper-payment-methods {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 3.75rem;
  display: grid;
}

.wrapper-payment-methods.lm {
  margin-top: 2.5rem;
}

.payment-method-wrapper {
  background-color: #030c4c;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  display: flex;
}

.wrapper-title-castle {
  position: relative;
}

.castle {
  width: 21.9375rem;
  max-width: 100%;
}

.title-wrapper-castle {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.title-castle {
  background-color: #fff9;
  border-radius: 1.875rem;
  padding: 1.5rem;
}

.small {
  font-size: 2.75rem;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wrapper-top-games {
  width: 100%;
  max-width: 31.25rem;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.title-white {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-family: "Deaconcondensedtest Bf 63 C 8 Afdda 0 Cc 7", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.game-cards-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.875rem;
  display: flex;
  position: relative;
}

.game-card {
  width: 8.4375rem;
}

.game-card.center {
  margin-top: -1.5rem;
  margin-left: -.6875rem;
  margin-right: -.6875rem;
  position: relative;
}

.clouds-game-cards {
  width: 60%;
  margin-bottom: -1.5625rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-3x {
  grid-column-gap: 6.875rem;
  grid-row-gap: 6.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.wrapper-grad-reg {
  opacity: .8;
  filter: blur(6.25rem);
  pointer-events: none;
  background-image: linear-gradient(135deg, #00fff0, #0073ff);
  border-radius: 100%;
  width: 26.25rem;
  height: 26.25rem;
  position: absolute;
  inset: 3.75rem auto auto 0;
}

.wrapper-grad-reg.right {
  inset: 6.25rem -13.75rem auto auto;
}

.section-spr-grad {
  background-image: linear-gradient(#0000, #a1e1ff);
  width: 100%;
  height: 8.5rem;
}

.trustpilot-stars {
  width: 1.375rem;
}

.tp-wrapper {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.arrow-wr-content {
  pointer-events: none;
  letter-spacing: -.02rem;
  padding: .85rem;
  font-size: 1rem;
  line-height: 1;
  transition: all .2s;
}

.slider-main_component {
  position: relative;
}

.arrow-wrapper {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: -4.8rem;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.arrow-wrapper.r {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: -4.8rem;
  inset: 0% 0% 0% auto;
}

.swiper-wrapper.slider-sec {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.swiper.is-slider-main {
  position: relative;
  overflow: visible;
}

.slider-main_inner-wrapper {
  padding-left: .2rem;
  padding-right: .2rem;
  overflow: visible;
}

.btn-3 {
  background-color: #0000002e;
  border: .0625rem solid #abe4dc;
  border-radius: 6.25rem;
  padding: .0625rem;
  text-decoration: none;
}

.btn-3.arrow-wr {
  color: #000;
  background-color: #ffc32a;
  border-width: .125rem;
  border-color: #2d2926;
  padding: .1625rem;
  transition: all .2s;
}

.btn-3.arrow-wr:hover {
  background-color: #a1e1ff;
  border-color: #050505;
}

.testimonial-wrapper {
  text-align: left;
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 3.4375rem 1.875rem;
  display: flex;
  position: relative;
}

.user-testimonial-info {
  margin-top: 1.875rem;
}

.wrapper-of-slider {
  z-index: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 0;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.bg-slider-left {
  background-color: #9fdefc;
  width: 50vw;
  min-width: 50vw;
  max-width: 50vw;
}

.overlay-slider {
  cursor: grab;
  position: absolute;
  inset: 0%;
}

.wrapper-cta {
  background-color: #d9f3ff;
  background-image: radial-gradient(circle at 19% 100%, #80e3fb, #d9f3ff00 29%);
  border-radius: 30px;
  padding: 27px 75px 51px;
  position: relative;
  overflow: hidden;
}

.cta-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.img-cta {
  width: 50%;
}

.wrapper-t-cta {
  width: 60%;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

.faq-title-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.sign-pl {
  background-color: #000;
  width: 100%;
  height: .125rem;
}

.faq-title {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1;
}

.wrapper-sign-plus {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icon-faq-circle {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
  position: relative;
}

.p20 {
  font-size: 1.25rem;
  line-height: 1.65625rem;
}

.p20.pad-r {
  padding-right: 3.75rem;
}

.faq-wrapper {
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #000;
  padding-top: 1.425rem;
  padding-bottom: 1.425rem;
  position: relative;
  overflow: hidden;
}

.faq-content {
  z-index: 1;
  max-height: 0;
  margin-top: -1.75rem;
  padding-top: 1.75rem;
  padding-right: 1.55rem;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.footer-label {
  color: #0b99ff;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1rem;
}

.grid-4x-footer {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-l-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.language-selector {
  color: #000;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  min-width: 12.0625rem;
  padding: 1.0625rem;
  display: flex;
  position: relative;
}

.arrow {
  width: .475rem;
}

.wrapper-languages {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: .0625rem;
  margin-top: -.3125rem;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.language-dd {
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1.0625rem;
  display: flex;
}

.link-language {
  color: #000;
  width: 100%;
  padding-top: .625rem;
  padding-bottom: .625rem;
  text-decoration: none;
}

.link-language:hover {
  text-decoration: underline;
}

.img1 {
  width: 100%;
  max-width: 7.875rem;
}

.wrapper-footer-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.footerlink {
  opacity: .7;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s;
}

.footerlink:hover {
  opacity: 1;
}

.crypto-wrapper {
  grid-column-gap: 1.05rem;
  grid-row-gap: 1.05rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.crypto-img {
  width: 2.625rem;
}

.spr-footer {
  background-color: #282d18;
  height: .125rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 991px) {
  .hero-wrapper {
    padding-top: 7.1875rem;
  }

  .hero-container {
    flex-flow: column-reverse;
  }

  .hero-content {
    width: 100%;
  }

  .wrapper-hero-img {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .wrapper-top-games {
    z-index: 1;
    position: relative;
  }

  .grid-3x {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .feature-wrapper {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .arrow-wrapper {
    margin-left: -2.5rem;
  }

  .arrow-wrapper.r {
    margin-right: -2.5rem;
  }

  .cta-top {
    flex-flow: column;
  }

  .img-cta {
    width: 100%;
    margin-bottom: 1.875rem;
  }

  .wrapper-t-cta {
    width: 100%;
  }

  .faq-title-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-content {
    padding-right: 0;
  }

  .grid-4x-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .hero-wrapper {
    padding-bottom: 4.5625rem;
  }

  .hero-chest {
    inset: 0% auto auto 0%;
  }

  .feature-wrapper {
    padding-left: 4.4rem;
    padding-right: 4.4rem;
  }

  .arrow-wr-content {
    font-size: .9rem;
  }

  .arrow-wrapper {
    margin-left: -1.5rem;
  }

  .arrow-wrapper.r {
    margin-right: -1.5rem;
  }

  .wrapper-cta {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .faq-title {
    font-size: 1.25rem;
  }

  .faq-wrapper {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-content.pad-sides {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-chest {
    max-width: 9.8125rem;
  }

  .hero-banner {
    right: -1rem;
  }

  .title-wrapper-icon {
    padding-left: 0;
    padding-right: 0;
  }

  .payment-method-wrapper {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .game-card {
    width: 7.1875rem;
  }

  .clouds-game-cards {
    width: 80%;
  }

  .feature-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-spr-grad {
    height: 3.125rem;
  }

  .arrow-wr-content {
    padding: .85rem;
    font-size: .6rem;
  }

  .arrow-wrapper {
    margin-left: -1.3rem;
  }

  .arrow-wrapper.r {
    margin-right: -1.3rem;
  }

  .wrapper-cta {
    background-color: #d9f3ff00;
    background-image: none;
    border-radius: 0;
    padding: 0;
  }

  .sign-pl {
    height: .15rem;
  }

  .faq-title {
    font-size: 1.1rem;
  }

  .icon-faq-circle {
    border-width: .15rem;
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
    min-height: 1rem;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-4x-footer {
    flex-flow: column;
    display: flex;
  }
}


@font-face {
  font-family: 'Deaconcondensedtest Bf 63 C 8 Afdb 5 Bf 2 D';
  src: url('../fonts/DeaconCondensedTest-Black-BF63c8afdb5bf2d.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Deaconcondensedtest Bf 63 C 8 Afdda 0 Cc 7';
  src: url('../fonts/DeaconCondensedTest-Bold-BF63c8afdda0cc7.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}