@font-face {
  font-family: Circular Std Book;
  src: url('../fonts/fonnts.com-Circular_Std_Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular Std 500";
  src: url('../fonts/circular-std-medium-500.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular Std 2";
  src: url('../fonts/circular-std-2.ttf') format("truetype");
  font-weight: 900;
  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: Circular Std Book, 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: 7.875rem;
}

.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: #16fff5;
  border: 1px solid #16fff5;
  border-radius: 22.5rem;
  padding: .4375rem 1.6875rem;
  font-weight: 600;
  transition: all .2s;
}

.btn-nav:hover {
  background-color: #ffca28;
  border-color: #ffca28;
}

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

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

.hero-section {
  color: #fff;
  background-color: #3a25b0;
  background-image: linear-gradient(#3a25b080, #3a25b080), url('../images/83fdf1607276f912728e46851610942ec613318d.avif');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  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;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Circular Std 2", Arial, sans-serif;
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 2.6875rem;
}

.hero-p {
  margin-top: .9937rem;
  margin-bottom: .9375rem;
  font-family: "Circular Std 500", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.btn {
  color: #000;
  text-align: center;
  background-color: #16fff5;
  border-radius: 22.5rem;
  min-width: 8.25rem;
  font-family: "Circular Std 2", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 150%;
  transition: all .2s;
}

.btn:hover {
  min-width: 9.3rem;
}

.btn.blue {
  color: #fff;
  background-color: #3a25b0;
}

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

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

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

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

.hero-img {
  z-index: 1;
  width: 100%;
  max-width: 20.375rem;
  position: relative;
}

.hero-img.mob {
  display: none;
}

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

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

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

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

.section.dark {
  color: #fff;
  background-color: #28027d;
  background-image: linear-gradient(#4724bb, #28027d);
}

.section.with-bg {
  color: #fff;
  background-color: #3a25b0;
  background-image: linear-gradient(#3a25b080, #3a25b080), url('../images/83fdf1607276f912728e46851610942ec613318d.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 10rem;
}

.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: 39.1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  display: flex;
  position: relative;
}

.icon-title {
  width: 100%;
  max-width: 8.25rem;
}

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

.icon-title.botm {
  margin-bottom: .625rem;
}

.section-title {
  z-index: 1;
  color: #3a25b0;
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-family: "Circular Std 2", Arial, sans-serif;
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 3rem;
  position: relative;
}

.section-title.white {
  color: #fff;
}

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

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

.p16.medium {
  font-family: "Circular Std 500", Arial, sans-serif;
}

.p16.medium.blue {
  color: #3a25b0;
}

.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: #28027d;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  display: flex;
}

.small {
  font-size: 2.75rem;
}

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

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

.title-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-family: "Circular Std 2", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 100%;
}

.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;
}

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

.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;
}

.swiper-slide {
  color: #000;
  height: auto; /* Allow Swiper to set height */
  display: flex; /* Make slide a flex container */
}

/* Ensure TrustPilot review slides have uniform height */
.slider-sec .swiper-slide {
  height: auto; /* Let content determine, but will be uniform due to wrapper */
  display: flex;
  align-items: stretch; /* Stretch children to same height */
}

.slider-sec .swiper-slide .testimonial-wrapper {
  width: 100%; /* Fill the slide width */
  min-height: 280px; /* Minimum height for consistency */
  display: flex;
  flex-direction: column;
}

.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: stretch; /* Stretch slides to same height */
  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;
  height: 100%; /* Fill parent slide */
  min-height: 280px; /* Ensure minimum uniform height */
}

/* Ensure review text area has consistent height */
.testimonial-wrapper > .p16 {
  flex: 1; /* Take available space */
  min-height: 80px; /* Minimum height for text area */
  margin-bottom: auto; /* Push user info to bottom */
}

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

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

.wrapper-cta {
  background-color: #15008cb3;
  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: 55%;
  margin-right: -6.25rem;
}

.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;
}

.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;
}

.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: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
  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;
}

.wrapper-banner {
  z-index: 1;
  background-color: #23086a;
  border-radius: 1.875rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 43.1875rem;
  margin-bottom: 4.5625rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
  position: relative;
}

.banner-content {
  width: 100%;
  max-width: 20.625rem;
}

.img-banner-left {
  width: 33%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.img-banner-right {
  width: 33%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.favicon-footer {
  width: 100%;
  max-width: 7.125rem;
  margin-bottom: -1.5rem;
}

@media screen and (max-width: 991px) {
  .section-nav {
    position: fixed;
  }

  .nav-container {
    background-color: #28027d;
    border-radius: 22.5rem;
    padding: .8rem;
  }

  .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;
    margin-bottom: 0;
    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;
  }

  .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-wrapper {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

@media screen and (max-width: 479px) {
  .logo-img {
    width: 6.5rem;
  }

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

  .btn:hover {
    min-width: 8.25rem;
  }

  .hero-img {
    width: 70%;
    display: none;
  }

  .hero-img.mob {
    display: block;
  }

  .hero-banner {
    width: 40%;
    right: -1rem;
  }

  .img-hero {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .section.with-bg {
    padding-bottom: 4rem;
  }

  .content.topm.hidemob {
    display: none;
  }

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

  .icon-title.space.botm {
    width: 80%;
  }

  .section-title.white.alt-mob {
    font-size: 1.7rem;
    line-height: 1.1;
  }

  .p16.medium {
    margin-top: 0;
  }

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

  .game-card {
    width: 7.1875rem;
  }

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

  .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;
  }

  .img-cta {
    background-color: #15008c80;
    border-radius: 1.875rem;
    margin-right: 0;
  }

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

  .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;
  }

  .footer-l-1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .wrapper-banner {
    justify-content: flex-start;
    align-items: center;
    padding: 1.1rem;
  }

  .banner-content {
    text-align: left;
    width: 60%;
  }

  .img-banner-left {
    width: 51%;
    inset: auto 0% 0% auto;
  }

  .img-banner-right {
    display: none;
  }

  .favicon-footer {
    max-width: 4.9375rem;
    margin-bottom: .5rem;
  }
}


@font-face {
  font-family: 'Circular Std Book';
  src: url('../fonts/fonnts.com-Circular_Std_Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Std 500';
  src: url('../fonts/circular-std-medium-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Std 2';
  src: url('../fonts/circular-std-2.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}