@font-face {
  font-family: Hiddencinema;
  src: url('../fonts/Hiddencinema.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hiddencinema;
  src: url('../fonts/Hiddencinema.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Austie Bost Roman Holiday Sketch;
  src: url('../fonts/Austie-Bost-Roman-Holiday-Sketch.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ruina;
  src: url('../fonts/Ruina.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Breathe Fire;
  src: url('../fonts/Breathe-Fire.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_season-8---color-3: #73dde8;
  --blue: #56689f;
  --_season-8---color-5: #193235;
  --white: white;
  --pink: #ebb2b9;
  --_season-8---color-7: #b2496c;
  --_season-8---color-6: #de95b2;
  --radius--large: 16px;
  --_season-8---color-8: #46035a;
  --_season-8---color-4: #67b4bc;
  --black: black;
  --_season-8---color-1: #f4f280;
  --_season-8---color-2: #eed048;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: var(--_season-8---color-3);
  background-image: none;
  background-position: 0 0;
  font-family: Montserrat, sans-serif;
}

.body.how-to-play-body {
  background-image: none;
  background-position: 0 0;
  height: auto;
}

.body.blog {
  height: auto;
}

.body.board-game {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: auto;
}

.navbar-logo-left {
  background-color: #0c0c0c00;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 24px;
  display: flex;
}

.navbarcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.navbar-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #622e78;
  border: 2px solid #fff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding: 15px 20px;
  font-family: Ruina, Arial, sans-serif;
  font-size: 18px;
  display: flex;
}

.navbar-link:hover {
  background-color: #de95b2;
}

.navbar-link.w--current {
  background-color: #fff;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logowhite-transparentbackground-1 {
  object-fit: cover;
  width: 100px;
}

.text-span {
  color: #fff;
  letter-spacing: -1px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.text-span-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.hero-heading-left {
  background-color: #edeeef00;
  border: 0 #000;
  border-radius: 200px;
  height: auto;
  margin-bottom: 20px;
  padding: 100px 0 80px;
  position: relative;
}

.hero-heading-left.how-to-play-section {
  flex-flow: column;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  display: flex;
}

.hero-split.left-hero {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  max-width: 45%;
  position: relative;
}

.margin-bottom-24px {
  margin-bottom: 40px;
  font-size: 10px;
  line-height: 10px;
  display: block;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f00;
  border: 4px solid #fff;
  border-radius: 200px;
  width: 200px;
  height: 60px;
  padding: 20px 25px;
  font-family: Ruina, Arial, sans-serif;
  font-size: 25px;
  line-height: 16px;
  transition: all .2s;
  box-shadow: -1px 2px 5px #c5bfbf33;
}

.button-primary-2:hover {
  opacity: 1;
  color: #b2496c;
  background-color: #fff;
}

.button-primary-2:active {
  background-color: #fff;
}

.button-primary-2.strategy-cta {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.button-primary-2.strategy-cta:hover {
  color: var(--blue);
}

.button-primary-2.strategy-cta.how-to-play-button {
  color: #56689f;
  background-color: #fff;
  width: 250px;
}

.button-primary-2.strategy-cta.how-to-play-button:hover {
  color: #fff;
  background-color: #fff0;
}

.button-primary-2.buy-buttom {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.shadow-two {
  background-color: #0000;
}

.iconos-hero {
  grid-column-gap: 39px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  display: grid;
}

.h1 {
  color: #fff;
  letter-spacing: -6px;
  text-shadow: -4px -2px 1px #b2496c;
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Ruina, Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
}

.maps {
  color: #fff;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 60px 40px;
  display: flex;
}

.divider-40 {
  height: 0;
  margin-bottom: 40px;
}

.watchvideo:hover, .opensea:hover {
  opacity: .6;
}

.tab-link-tab-1 {
  opacity: .5;
  background-color: #44202000;
}

.tab-link-tab-1:active {
  opacity: .5;
}

.tab-link-tab-1.w--current {
  opacity: 1;
  background-color: #c8c8c800;
}

.text-block-2 {
  opacity: 1;
  color: var(--_season-8---color-5);
  text-align: center;
  margin-top: 20px;
  font-family: Ruina, Arial, sans-serif;
  font-size: 25px;
}

.image-4 {
  opacity: 1;
}

.tab-link-tab-2 {
  opacity: .5;
  background-color: #c8c8c800;
}

.tab-link-tab-2.w--current {
  opacity: 1;
  background-color: #c8c8c800;
}

.country-tab {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.tab-link-tab-3 {
  opacity: .5;
  background-color: #ddd0;
}

.tab-link-tab-3.w--current {
  opacity: 1;
  background-color: #ddd0;
}

.tabs-menu {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-the-game {
  height: auto;
  padding-top: 220px;
  padding-bottom: 60px;
}

.about-the-game-wrap {
  background-image: url('../images/ImgSahmaran-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 900px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
}

.text-about {
  justify-content: flex-start;
  margin-left: auto;
  display: flex;
}

.text-block-3 {
  color: #fff;
  text-align: justify;
  width: 350px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 28px;
}

.image-6 {
  cursor: pointer;
  margin-top: 40px;
  margin-left: 60px;
}

.image-6:hover {
  opacity: .5;
}

.heading-3 {
  color: #fff;
  letter-spacing: 0;
  margin-left: 60px;
  font-family: Ruina, Arial, sans-serif;
  font-size: 46px;
  font-weight: 300;
}

.heading-3.title-mobile-about {
  display: none;
}

.strategy {
  flex-direction: column;
  display: none;
}

.heading-4 {
  color: var(--white);
  text-align: center;
  margin-top: 60px;
  font-family: Ruina, Arial, sans-serif;
  font-weight: 400;
  display: block;
}

.heading-4.board-game-h2 {
  color: var(--white);
  font-weight: 600;
}

.heading-4.maps-heading-mobile {
  display: none;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.gifs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  min-width: 900px;
  max-width: 1100px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.gif-div {
  flex-direction: column;
  display: flex;
  position: relative;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: Ruina, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.bold-text {
  color: #b2496c;
  -webkit-text-stroke-color: #7fc0be;
}

.jackpot {
  height: auto;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.container-3 {
  width: 940px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.heading-5 {
  color: #fff;
  font-family: Ruina, Arial, sans-serif;
  font-weight: 300;
}

.text-block-6 {
  color: #fff;
  width: 350px;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
}

.team {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-4 {
  grid-column-gap: 40px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.footer {
  padding-top: 40px;
}

.card-inter._01 {
  z-index: 1;
  opacity: .1;
  margin-left: -100px;
  position: relative;
}

.card-inter._02 {
  z-index: 2;
  opacity: .2;
  margin-left: -100px;
  position: relative;
}

.card-inter._03 {
  z-index: 3;
  opacity: .3;
  margin-left: -100px;
  position: relative;
}

.card-inter._04 {
  z-index: 4;
  opacity: .4;
  margin-left: -100px;
  position: relative;
}

.card-inter._05 {
  z-index: 5;
  opacity: .5;
  margin-left: -100px;
  position: relative;
}

.card-inter._06 {
  z-index: 6;
  opacity: .6;
  margin-left: -100px;
  position: relative;
}

.card-inter._07 {
  z-index: 7;
  opacity: .7;
  margin-left: -100px;
  position: relative;
}

.card-inter._08 {
  z-index: 8;
  opacity: .8;
  margin-left: -100px;
  position: relative;
}

.card-inter._09 {
  z-index: 9;
  opacity: .9;
  margin-left: -100px;
  position: relative;
}

.card-inter._10 {
  z-index: 10;
  opacity: 1;
  margin-left: 0;
  position: relative;
}

.card-wrap {
  margin-top: 60px;
  display: flex;
}

.image-8 {
  opacity: 1;
}

.news {
  height: auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

.heading-6 {
  color: #fff;
  font-family: Ruina, Arial, sans-serif;
  font-weight: 400;
}

.container-5 {
  max-width: 1100px;
  height: auto;
  overflow: visible;
}

.news-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.news-div {
  background-color: #1a1a1aa3;
  border-radius: 10px;
  height: 200px;
  padding: 10px 20px;
}

.heading-7 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-7 {
  color: var(--pink);
  margin-top: 20px;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.footer-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-9 {
  margin-top: 20px;
}

.navbar-logo-center-2 {
  margin-top: 0;
  padding-top: 140px;
}

.navbar-logo-center-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

.nav-menu-three-2 {
  justify-content: space-around;
  align-items: center;
  max-width: 1100px;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 40px;
  display: flex;
}

.nav-menu-block-2.block-left {
  margin-left: 60px;
}

.nav-menu-block-2.block-right {
  margin-right: 60px;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #ebb2ba;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.button-primary-3 {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ffac11;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.video-pop-up {
  z-index: 999;
  background-color: #6f616100;
  width: 800px;
  margin-top: 293px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0%;
}

.pop-up-wrpper {
  z-index: 998;
  background-color: #252525a3;
  height: 400vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.heading-8 {
  color: #dbdbdb;
  text-align: center;
  cursor: pointer;
  font-size: 24px;
  font-weight: 300;
}

.link-block-2 {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  align-items: center;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.link-block-2.mobile-watch-video {
  display: none;
}

.text-block-8 {
  margin-left: 10px;
}

.caerd-icons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#051928d1, #051928d1), url('../images/Ilustraciones-Originales.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: auto;
  height: 350px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.caerd-icons.home-icons {
  grid-column-gap: 94px;
  background-image: none;
  height: auto;
  margin-top: 60px;
}

.card-icon-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.text-block-9 {
  color: var(--_season-8---color-5);
  text-align: center;
  padding-top: 20px;
  font-family: Ruina, Arial, sans-serif;
  font-size: 50px;
  line-height: 30px;
}

.text-block-10 {
  color: var(--_season-8---color-5);
  letter-spacing: 0;
  margin-top: 20px;
  font-family: Ruina, Arial, sans-serif;
  font-size: 20px;
}

.blog-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 49px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-top: 40px;
  display: grid;
}

.blog-wrap._001._003 {
  grid-column-gap: 30px;
  grid-row-gap: 49px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.blog-div {
  color: #fff;
  background-image: url('../images/Blog-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.blog-div._002 {
  background-image: url('../images/Blog-2.png');
  border-radius: 20px;
  height: 350px;
  display: flex;
}

.blog-div._002._001 {
  background-image: url('../images/Blog-1.png');
  border-radius: 14px;
}

.blog-div._002._003 {
  background-image: url('../images/Blog-3.png');
}

.blog-div._002._004 {
  background-image: url('../images/0_j0tCWe0sTLFZ0NuM.jpg');
  background-size: cover;
}

.blog-div._002._005 {
  background-image: url('../images/1_XtpDMhykuLqcp-X2RG6lsQ.png');
  background-size: cover;
}

.blog-div._002._006 {
  background-image: url('../images/FernandoCustomizado.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.blog-div._002._007 {
  background-image: url('../images/1_6BMHMNhkuQWyUnTnaNKE6Q.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.blog-div._002._008 {
  background-image: url('../images/TARASCA_1.png');
  background-position: 50% 0;
  background-size: cover;
}

.blog-div._002._009 {
  background-image: url('../images/MARUXAINA.png');
  background-position: 50% 0;
  background-size: cover;
}

.blog-fecha {
  margin-bottom: 10px;
}

.blog-titulo {
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.blog-section {
  margin-bottom: 60px;
}

.blog-background {
  background-color: var(--_season-8---color-5);
  -webkit-text-stroke-color: var(--pink);
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 100%;
  height: 35%;
  margin-top: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 14px;
}

.shop {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.shop-wrap {
  grid-column-gap: 73px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 1200px;
  margin-top: 60px;
  display: grid;
}

.shop-div {
  flex-direction: column;
  display: flex;
}

.heading-9 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  display: flex;
}

.image-11 {
  border-radius: 20px;
  margin-bottom: 20px;
}

.heading-10 {
  color: #fff;
  margin-top: 40px;
  font-size: 30px;
  font-weight: 400;
}

.link {
  color: #fff;
  font-size: 20px;
}

.link:hover {
  color: #cdcdcd;
}

.heading-11 {
  color: var(--_season-8---color-5);
  text-align: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Ruina, Arial, sans-serif;
  font-weight: 300;
}

.howtoplay-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  padding-top: 140px;
  display: flex;
}

.text-block-11 {
  color: var(--_season-8---color-5);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 26px;
}

.divider-60 {
  height: 60px;
}

.cf-bottom-line-2 {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

.cf-faq-content-2 {
  color: #fff;
  border: 1px #000;
  margin-bottom: 0;
  margin-right: auto;
  padding-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 178%;
}

.cf-faq-answer-wrap-2 {
  color: #121212;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0%;
  display: flex;
}

.cf-faq-line-vertical {
  background-color: #fff;
  border-radius: 100px;
  width: 2px;
  height: 10px;
  position: absolute;
}

.cf-faq-line {
  background-color: #fff;
  border-radius: 100px;
  width: 10px;
  height: 2px;
}

.cf-faq-icon-contain {
  color: #fff;
  border: 2px #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.cf-faq-questions-2 {
  color: var(--_season-8---color-7);
  width: 90%;
  font-family: Ruina, Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 133%;
}

.cf-faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-faq-question-wrap.card-info-icon {
  flex-direction: column;
}

.cf-faq-question-container-3 {
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
}

.cf-faq-question-container-3.first {
  border-top: 1px solid #e5e5e5;
}

.cf-faq-plus-card {
  color: #181818;
  width: 100%;
  max-width: 940px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-faqs-container {
  z-index: 2;
  background-color: var(--_season-8---color-6);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.cf-faq-container {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.flipcard-wrapper {
  position: relative;
}

.flipcard-front {
  backface-visibility: hidden;
  color: #fff;
  background-image: url('../images/card-bg.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  height: 600px;
  padding-top: 72px;
  padding-left: 40px;
  padding-right: 51px;
  position: relative;
  box-shadow: 7px 7px 40px 6px #00000017;
}

.flipcard-front.ana {
  background-image: url('../images/AnaCustomizada.jpg');
  border-radius: 0;
  width: auto;
  height: 300px;
}

.flipcard-front.ana.ushio {
  background-image: url('../images/UgioCustomizado.jpg');
}

.flipcard-front.ana.daniel {
  background-image: url('../images/DanielCustomizado.jpg');
}

.flipcard-front.ana.fernando {
  background-image: url('../images/FernandoCustomizado.jpg');
}

.flipcard-front.ana.jesus {
  background-image: url('../images/JesusCustomizado.jpg');
}

.flipcard-front.ana.pato {
  background-image: url('../images/PatoCustomizado.jpg');
}

.flipcard-title {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 56px;
  line-height: 62px;
}

.flipcard-subtitle {
  max-width: 215px;
  font-weight: 700;
  line-height: 21px;
}

.flipcard-more {
  filter: hue-rotate(180deg);
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.flipcard-back {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 7px 7px 40px 6px #00000017;
}

.flipcard-back-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #90ca5a, #d7d65a 50%, #dac355);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 44px;
  line-height: 48px;
  display: none;
}

.flipcard-less {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.social-media {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 50%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-13 {
  margin-bottom: 0;
}

.link-block-3 {
  flex-direction: column;
  align-items: center;
  width: 24px;
  display: flex;
}

.image-14 {
  margin-left: auto;
  margin-right: auto;
}

.legales {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text-block-12 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.text-block-13 {
  text-align: center;
}

.link-2, .link-3 {
  color: #fff;
}

.text-block-14 {
  color: #fff;
  margin-top: 10px;
  font-size: 20px;
}

.image-15 {
  filter: brightness(0%) saturate(0%) invert();
}

.image-16 {
  filter: brightness(200%) saturate(0%);
}

.image-17 {
  filter: invert() brightness(200%) saturate(0%);
  margin-top: 20px;
}

.bold-text-2 {
  font-weight: 400;
}

.faq-tittle {
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 22px;
  font-weight: 700;
}

.special-cards {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: flex;
}

.special-wrap {
  align-items: flex-start;
  margin-left: auto;
  display: flex;
}

.heading-12 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-weight: 600;
}

.text-block-16 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.link-4 {
  color: #f6f6f6;
}

.div-block-6 {
  padding-left: 40px;
}

.link-6 {
  color: #fff;
}

.board-game-hero {
  flex-direction: column;
  padding-top: 60px;
  display: flex;
}

.heading-wrap {
  display: flex;
}

.heading-13 {
  color: var(--white);
  letter-spacing: 0;
  margin-left: 10px;
  font-family: Ruina, Arial, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 70px;
}

.heading-14 {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  margin-top: 60px;
  font-size: 20px;
}

.image-19 {
  filter: invert();
  cursor: pointer;
  max-width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-card-game-1 {
  height: 100vh;
}

.card-game-wrapper {
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.image-20 {
  filter: saturate(300%);
  margin-left: auto;
  margin-right: auto;
}

.board-game-card-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.image-21 {
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 4px 5px #0003;
}

.text-block-17 {
  color: var(--_season-8---color-5);
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.section-tutorial {
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.youtube {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 50%;
}

.video-wrapper {
  width: 900px;
  margin-top: 60px;
}

.rulebook {
  max-width: 940px;
  margin-top: 40px;
  display: flex;
}

.text-block-18 {
  font-size: 16px;
}

.languages {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 40px;
  display: grid;
}

.link-7 {
  color: var(--_season-8---color-7);
}

.community {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.lottie-animation {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.buttons-div {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-23 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
  position: static;
  inset: auto auto 0% 0%;
}

.image-23:hover {
  opacity: .53;
}

.link-block-4 {
  position: absolute;
  inset: auto auto 0% 7%;
}

.text-span-4 {
  text-align: center;
  font-weight: 700;
}

.heading-15 {
  color: var(--blue);
  margin-top: 0;
  font-size: 30px;
}

.text-block-19, .text-block-20 {
  font-size: 13px;
}

.jackpot-api {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #0000009e;
  border: 3px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 800px;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 10px;
  font-size: 20px;
  display: flex;
}

.mobile-menu, .trigger-menu-mobile, .slider-mobile, .div-block-8, .footer-menu-moblie {
  display: none;
}

.blog-pop-up {
  background-color: #202020ab;
  flex-direction: column;
  align-items: center;
  height: 300vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.blog-post {
  z-index: 999;
  background-color: #56689fde;
  width: 900px;
  height: auto;
  margin-top: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
  inset: 0%;
}

.rich-text-block {
  color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.usddiv {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

.ethdiv {
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}

.numbers {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.eht {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-left: 10px;
  display: flex;
}

.eht.mana {
  margin-left: 0;
}

.mana {
  font-weight: 600;
}

.div-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.countdown {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 40px;
  display: flex;
}

.days {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.hours, .minutes {
  font-size: 24px;
  font-weight: 700;
}

.heading-16 {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Ruina, Arial, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.link-10 {
  color: #fff;
}

.image-27 {
  z-index: -1;
  position: absolute;
  inset: 16% 0% 0% 529px;
}

.image-28 {
  display: none;
}

.gemprice {
  margin-top: 20px;
  font-weight: 600;
}

.manaprice, .sumangaprice {
  margin-top: 20px;
}

.text-block-27 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}

.total {
  height: auto;
  font-size: 20px;
  font-weight: 700;
}

.text-block-29 {
  font-family: Ruina, Arial, sans-serif;
  font-weight: 700;
}

.box-prize {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #9ea76b00;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.dropdown-toggle {
  color: #fff;
  letter-spacing: 5px;
  background-color: #622e78;
  border: 2px solid #fff;
  border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Breathe Fire, sans-serif;
  font-size: 18px;
}

.dropdown-toggle:hover {
  background-color: #de95b2;
}

.dropdown-toggle.w--open {
  text-transform: uppercase;
}

.dropdown-link {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  background-color: #1c253c;
  border: 2px solid #fff;
  border-radius: 20px;
  font-family: Breathe Fire, sans-serif;
  font-size: 20px;
}

.dropdown-link-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  background-color: #1c263b;
  border: 2px solid #fff;
  border-radius: 20px;
  font-family: Breathe Fire, sans-serif;
  font-size: 20px;
}

.dropdown-list {
  border-radius: 1px;
}

.dropdown-list.w--open {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #8d656500;
  border-radius: 0;
  flex-flow: column;
  margin-top: 12px;
  display: flex;
}

.text-span-6 {
  color: var(--white);
  font-weight: 600;
}

.image-29 {
  text-align: left;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.how-get-cards {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: flex;
}

.heading-17 {
  color: var(--_season-8---color-5);
  font-family: Ruina, Arial, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.text-block-30 {
  color: var(--_season-8---color-5);
  font-size: 20px;
  line-height: 30px;
}

.image-30 {
  max-width: 40%;
}

.text-span-7, .text-span-8 {
  text-transform: uppercase;
  font-weight: 700;
}

.rewards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 60px;
  display: block;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-31 {
  color: var(--_season-8---color-7);
  text-transform: uppercase;
  font-family: Ruina, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.text-block-32 {
  color: var(--white);
  font-size: 20px;
}

.div-block-16 {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-16.grid-2 {
  grid-column-gap: 139px;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-32 {
  margin-top: 100px;
}

.div-block-17 {
  align-self: center;
  height: 70px;
  display: flex;
}

.image-33 {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.art-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Pajaros-copia.png');
  background-position: 0 100%;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-top: 60px;
  display: grid;
}

.text-block-35 {
  color: #fff;
  font-size: 16px;
}

.link-block-6.w--current {
  background-image: url('../images/sol.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px;
}

.text-block-36 {
  letter-spacing: 2px;
  font-family: Ruina, Arial, sans-serif;
}

.nav-link-3 {
  background-image: url('../images/Start-now.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 60px;
  transition: all .675s cubic-bezier(.215, .61, .355, 1);
}

.nav-link-3:hover {
  transform: scale(1.1);
}

.container_fullscreen {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin-top: auto;
  padding-top: 160px;
  display: flex;
  position: static;
  overflow: clip;
}

.logo {
  z-index: 2;
  max-width: 35%;
  transition: transform .4s cubic-bezier(.77, 0, .175, 1);
  position: relative;
}

.logo:hover {
  transform: translate(0, 5px)scale(1.1);
}

.headings {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  display: flex;
}

.headings.tag_line {
  max-width: 20%;
}

.h2 {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-shadow: -2px 2px #b2496c;
  font-family: Ruina, Arial, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.h2.tag {
  letter-spacing: 3px;
  text-shadow: -2px 2px #b2496c;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.button {
  background-color: #b2496c;
  border-radius: 12px;
  padding: 20px;
  font-family: Ruina, Arial, sans-serif;
  font-size: 25px;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  box-shadow: -3px 3px #fff;
}

.button:hover {
  color: #b2496c;
  background-color: #fff;
  transform: scale(1.1);
  box-shadow: 0 0 #b2496c;
}

.buttons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 20px;
  display: flex;
}

.background_animation {
  z-index: -1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: -10px;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.header {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-7 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-37 {
  font-family: Ruina, Arial, sans-serif;
  font-size: 20px;
}

.nav-link-4 {
  color: var(--white);
  font-family: Ruina, Arial, sans-serif;
  font-size: 20px;
  transition: all .2s;
}

.nav-link-4:hover {
  color: var(--_season-8---color-5);
}

.nav-link-4:lang(en) {
  color: var(--white);
}

.nav-link-5 {
  color: #ffffffde;
  font-family: Ruina, Arial, sans-serif;
  font-size: 20px;
}

.nav-link-5.button-header {
  color: #ffffffe8;
  transition: color .2s cubic-bezier(.95, .05, .795, .035);
}

.nav-link-5.button-header:hover {
  color: var(--_season-8---color-5);
}

.nav-link-6 {
  color: #ffffffde;
  margin-left: 0;
  font-family: Ruina, Arial, sans-serif;
  font-size: 20px;
}

.nav-link-6.button-header {
  transition: all .2s;
}

.nav-link-6.button-header:hover {
  color: var(--_season-8---color-5);
}

.image-35 {
  max-width: 50%;
}

.icon-chevron-right {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.button-style {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  overflow: hidden;
}

.button-style:hover {
  transform: scale(1.1);
}

.layout-1 {
  grid-row-gap: 0px;
  background-color: #fdf3fa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.layout-1.container_fullscreen {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-top: 0;
  padding-top: 0;
}

.container {
  grid-column-gap: 46px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.content-style {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style.fade_up {
  max-width: 100%;
}

.section-title {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading {
  color: #b2496c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ruina, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text {
  color: #000;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-6 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-4, .frame-5 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-5.options {
  padding-left: 25px;
}

.frame-7 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.actions {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-style-2 {
  color: #b2496c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.content-style-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-6-2 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-59 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-style-3 {
  grid-column-gap: 8px;
  background-color: #193235;
  border: 1px solid #193235;
  border-radius: 19px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  padding: 24px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  overflow: hidden;
}

.button-style-3:hover {
  border-color: var(--_season-8---color-7);
  background-color: var(--_season-8---color-7);
  transform: scale(1.1);
}

.button-style-3:active {
  transform: scale(1.2);
}

.button-style-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ruina, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-5 {
  grid-column-gap: 8px;
  color: var(--_season-8---color-5);
  border: 1px solid #193235;
  border-radius: 19px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  padding: 24px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  overflow: hidden;
}

.button-style-5:hover {
  border-color: var(--_season-8---color-7);
  background-color: var(--_season-8---color-7);
  color: var(--white);
  transform: scale(1.1);
}

.button-style-5:active {
  transform: scale(1.2);
}

.button-style-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ruina, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section-title-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.tagline-2 {
  color: #193235;
  letter-spacing: .17em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hanalei Fill, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 190px;
  text-decoration: none;
  display: flex;
}

.content-style-3.heading, .content-style-3.join {
  max-width: 750px;
}

.heading-2 {
  color: #193235;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ruina, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.heading-2.joinc {
  text-align: center;
}

.text-3 {
  color: #000;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.content-style-4 {
  grid-column-gap: 48px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.content-style-5 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-18 {
  color: #193235;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ruina, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  transition: color .3s, transform .3s cubic-bezier(.77, 0, .175, 1);
}

.heading-18:hover {
  color: var(--white);
  transform: scale(1.2);
}

.text-4 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-2 {
  grid-column-gap: 24px;
  border-radius: 10px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.right {
  grid-row-gap: 8px;
  border-radius: var(--radius--large);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  text-decoration: none;
  overflow: hidden;
}

.button-style-7 {
  color: #73dde8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.container-9 {
  grid-column-gap: 80px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 60px 0;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: auto;
}

.left {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  text-decoration: none;
  display: flex;
}

.tagline-3 {
  color: #de95b2;
  letter-spacing: .17em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hanalei Fill, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.heading-19 {
  color: #73dde8;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ruina, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.heading-19:hover {
  transform-origin: 0%;
  transform: scale(1.1);
}

.text-5 {
  color: #fff;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-6 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-3 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.stats-40 {
  grid-row-gap: 40px;
  background-color: #fdf3fa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 112px 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.stats {
  grid-column-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.stat {
  grid-row-gap: 20px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 200px;
  max-width: 340px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.logos {
  grid-column-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.placeholder-logo {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 56px;
  padding: 16px;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  overflow: hidden;
}

.placeholder-logo:hover {
  transform: scale(1.1);
}

.heading-20 {
  color: #b2496c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Ruina, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
}

.heading-21 {
  color: #b2496c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ruina, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
}

.text-10 {
  color: #de95b2;
  text-align: center;
  letter-spacing: .2em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hanalei Fill, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.content-style-7 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #b2496c;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ruina, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
}

.text-11:hover {
  transform: scale(1.1);
}

.stat-2 {
  grid-row-gap: 20px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 200px;
  max-width: 340px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.stat-3 {
  grid-row-gap: 20px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 200px;
  max-width: 340px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.placeholder-logo-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  overflow: hidden;
}

.placeholder-logo-2:hover {
  transform: scale(1.1);
}

.placeholder-logo-3 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 158px;
  height: 56px;
  padding: 16px;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  overflow: hidden;
}

.placeholder-logo-3:hover {
  transform: scale(1.1);
}

.icon-facebook {
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  overflow: hidden;
}

.icon-facebook:hover {
  transform: scale(1.1);
}

.icon-instagram {
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  overflow: hidden;
}

.icon-instagram:hover {
  transform: scale(1.1);
}

.icon-x, .icon-linkedin, .icon-youtube {
  overflow: hidden;
}

.cta-34 {
  grid-row-gap: 80px;
  background-image: linear-gradient(#fdf3fa, #73dde8);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-links {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.wellcome1 {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.wellcome2 {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.content-style-8 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #193235;
  text-align: center;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-input {
  grid-column-gap: 8px;
  border: 1px solid #193235;
  border-radius: 9px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.placeholder {
  color: #0009;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.footer-6 {
  grid-row-gap: 0px;
  background-color: #73dde8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 80px 64px 20px;
  text-decoration: none;
  display: flex;
}

.newsletter {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.join-our-newsletter {
  color: #193235;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ruina, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit {
  color: #193235;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.form-style {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.by-subscribing-you-agree-to-with-our {
  color: var(--_season-8---color-5);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 150%;
  text-decoration: none;
}

.privacy-policy {
  color: var(--_season-8---color-5);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 150%;
  text-decoration: underline;
}

.links {
  grid-column-gap: 40px;
  flex-flow: wrap;
  place-content: stretch space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 120px;
  max-width: 120px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.how-to-play {
  color: #193235;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ruina, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.footer-links {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-style {
  color: var(--_season-8---color-5);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  transition: transform .2s ease-in;
  display: flex;
}

.link-style:hover {
  transform-origin: 0%;
  color: var(--_season-8---color-5);
  font-weight: 700;
}

.nft-card, .battlegrounds {
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.game-info {
  color: #193235;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ruina, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.crafting, .morphing, .bounty, .battleground {
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.tokenomics {
  color: #193235;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ruina, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.whitepaper, .gem, .ignis, .weth {
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.others {
  color: #193235;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ruina, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.credits {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.all-rights-reserved---tarasca-2024 {
  color: #193235;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.condiciones-de-uso {
  color: #193235;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.newsletter_button {
  grid-column-gap: 8px;
  color: var(--_season-8---color-3);
  background-color: #193235;
  border: 1px solid #193235;
  border-radius: 11px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.newsletter_button:hover {
  border-color: var(--_season-8---color-7);
  background-color: var(--_season-8---color-7);
  color: var(--white);
}

.button-style-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ruina, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.container-10 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  text-decoration: none;
  display: flex;
}

.actions-4 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 400px;
  text-decoration: none;
  display: flex;
}

.container-11 {
  grid-column-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.board-game-2, .mana-2, .blog-2, .shop-2, .team-2 {
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.credits-2 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.privacy-policy-2 {
  color: #193235;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.how {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
}

.sticky-section_wrapper {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.sticky-section_list {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.sticky-section_panel {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  padding: 4rem;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-section_panel.background-off-black {
  background-color: var(--_season-8---color-5);
  max-width: 100%;
  min-height: 100vh;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 0 -4px 10px #0000001f;
}

.dropdown-link-3 {
  background-color: var(--white);
  color: var(--_season-8---color-7);
  text-align: center;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  font-family: Ruina, Arial, sans-serif;
  font-size: 20px;
  transition: opacity .2s;
}

.dropdown-link-3:hover {
  background-color: var(--_season-8---color-7);
  color: var(--white);
}

.dropdown-link-4 {
  background-color: var(--white);
  color: var(--_season-8---color-7);
  text-align: center;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  font-family: Ruina, Arial, sans-serif;
  font-size: 20px;
  transition: all .3s;
}

.dropdown-link-4:hover {
  background-color: var(--_season-8---color-7);
  color: var(--white);
}

.dropdown-list-2 {
  background-color: var(--_season-8---color-8);
}

.dropdown-list-2.w--open {
  background-color: #0000;
  border-radius: 0;
}

.dropdown-toggle-2 {
  color: #ffffffde;
  transition: all .2s;
}

.dropdown-toggle-2:hover, .dropdown-toggle-2.w--open {
  color: var(--_season-8---color-5);
}

.section-3 {
  align-self: center;
  width: 100%;
  display: block;
}

.cielo {
  width: 100vw;
  max-width: 100vw;
  height: 290px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: clip;
}

.image-484 {
  width: 100%;
}

.container-12 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: clip;
}

.image-485 {
  z-index: 1;
  max-width: 30%;
  position: absolute;
  inset: auto 0% 7%;
}

.container-14 {
  width: 100%;
  max-width: 100%;
  overflow: clip;
}

.image-486 {
  max-width: 20%;
  position: absolute;
  top: 242px;
  left: 188px;
}

.image-487 {
  max-width: 30%;
  position: absolute;
  inset: 55% 0% 0% auto;
}

.image-488 {
  z-index: -1;
  max-width: 25%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.loading {
  z-index: 99;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.izq {
  width: 250%;
  max-width: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.der {
  width: 300%;
  max-width: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cieloabajo, .cieloarriba {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
}

.derecha {
  width: 250%;
  max-width: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.izquierda {
  width: 300%;
  max-width: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.fade_up {
  min-width: 40%;
}

.image-489 {
  margin-bottom: 40px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.image-489:hover {
  transform: scale(1.1);
}

.img-2, .img-3 {
  max-width: 60%;
}

.image-490 {
  max-width: 100%;
}

.icon-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4px;
  text-decoration: none;
  display: flex;
}

.icon-3 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px;
  text-decoration: none;
  display: flex;
}

.social_icon {
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
}

.social_icon:hover {
  transform: scale(1.1);
}

.brand {
  padding: 20px;
}

.container-15 {
  width: 100%;
  max-width: 1280px;
}

.main {
  max-width: 100%;
}

.container-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.frame-66 {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.common {
  color: #193235;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ruina, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

._10000-available {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-67 {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rare {
  color: #193235;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ruina, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

._5000-available {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-68 {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.epic {
  color: #193235;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ruina, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

._2500-available {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-69 {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.special {
  color: #193235;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ruina, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

._250-per-special-card {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.cards {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.container-17 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  display: flex;
}

.container-18, .container-19 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.container-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.container-21 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.utility-page-wrap {
  background-color: var(--_season-8---color-3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  width: 30%;
  display: flex;
}

.heading-22 {
  font-family: Ruina, Arial, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.text-block-38 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.button-2 {
  font-family: Oswald, sans-serif;
}

.button-2.w--current {
  background-color: var(--_season-8---color-7);
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Ruina, Arial, sans-serif;
  font-size: 20px;
}

.options-image {
  max-width: 4%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-2 {
  background-color: #000;
}

.header-style {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px 20px 12px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #091415cc;
  border: 1px solid #26474b;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.link-style-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 53px;
  text-decoration: none;
  display: flex;
}

.vector {
  object-fit: cover;
}

.container-22 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.link-style-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.nav-link {
  color: #e0e0e0;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.link-style-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-container {
  grid-column-gap: 10px;
  background-color: #73dde8;
  border-radius: 11px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  text-decoration: none;
  display: flex;
}

.button-text {
  color: #000;
  text-align: center;
  letter-spacing: -.06em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.hero-style {
  grid-column-gap: 46px;
  background-image: url('../images/Frame-74.webp');
  background-position: 0 0;
  background-size: auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80vh;
  padding: 100px 20px;
  text-decoration: none;
  display: flex;
}

.frame-71 {
  grid-column-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.frame-61 {
  grid-column-gap: 10px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 45%;
  padding: 10px;
}

.container-23 {
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  padding: 24px 10px;
  text-decoration: none;
  display: flex;
}

.container-24 {
  grid-column-gap: 16.01px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.overlayborder {
  background-color: #091415;
  border: .5px solid #73dde8;
  border-radius: 9999px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 17px;
  text-decoration: none;
  display: flex;
}

.tagline-1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.heading-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.main-heading {
  color: #fff;
  letter-spacing: -.06em;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 96%;
  text-decoration: none;
}

.container-25 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.main-description {
  color: #d1d5db;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.container-26 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  text-decoration: none;
  display: flex;
}

.link-container {
  grid-column-gap: 10px;
  background-color: #000;
  border: .5px solid #73dde8;
  border-radius: 11px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.link-text {
  color: #73dde8;
  text-align: center;
  letter-spacing: -.06em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.section-style {
  grid-row-gap: 134px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  text-decoration: none;
  display: flex;
}

.section-style.map {
  justify-content: flex-start;
  align-items: center;
  height: auto;
}

.section-style.cta {
  height: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.section-style.faq {
  justify-content: flex-start;
  align-items: center;
  height: auto;
}

.section-style-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.section-heading {
  color: #e0e0e0;
  text-align: center;
  letter-spacing: -.06em;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.container-27 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.section-description {
  color: #d1d5db;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.section-style-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1360px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.heading-23 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-28 {
  grid-column-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.overlayborderoverlayblur {
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #091415;
  border: .5px solid #73dde8;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 240px;
  max-width: 360px;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.subsection-heading {
  color: #fff;
  text-align: center;
  letter-spacing: -.06em;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.subsection-description {
  color: #9ca3af;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.section-style-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1360px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.heading-24 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-29 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.overlayborder-2 {
  grid-row-gap: 12px;
  background-color: #091415;
  border: .5px solid #73dde8;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 200px;
  max-width: 360px;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.svg {
  object-fit: cover;
}

.reward-heading {
  color: #fff;
  text-align: center;
  letter-spacing: -.06em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.reward-description {
  color: #9ca3af;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.overlayshadow {
  grid-row-gap: 16px;
  background-color: #091415;
  border: .5px solid #73dde8;
  border-radius: 16px;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 200px;
  max-width: 360px;
  height: 279px;
  padding: 32px;
  display: flex;
}

.ardor-logo {
  object-fit: cover;
  border-radius: 32px;
  overflow: hidden;
}

.heading-25 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #fff;
  text-align: center;
  letter-spacing: -.06em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.item {
  background-color: #fff0;
  border: 0 solid #73dde8;
  border-left-width: 3px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 8px #00000014;
}

.overlayshadow-2 {
  grid-row-gap: 16px;
  background-color: #091415;
  border: .5px solid #73dde8;
  border-radius: 16px;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 200px;
  max-width: 360px;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.best-game-on-ardor-1500-0 {
  color: #73dde8;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.best-game-on-ardor-1500-1 {
  color: #fffbe7;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.section---bases {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1536px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.heading-26 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-30 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 672px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vertical-divider {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 932px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 335px;
}

.container-31 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 368px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.backgroundborder {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 324px;
}

.overlayborderoverlayblur-2 {
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #091415;
  border: 1px solid #73dde8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.phase-heading {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.phase-description {
  color: #9ca3af;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.container-32 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.overlayborderoverlayblur-3 {
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #091415;
  border: 1px solid #73dde8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 304px;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.heading-27 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.phase-heading-2 {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.phase-description-2 {
  color: #9ca3af;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.heading-28 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-33 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 672px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-34 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.overlayborderoverlayblur-4 {
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #091415;
  border: 1px solid #73dde8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 304px;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.heading-29 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.phase-heading-3 {
  color: #fff;
  letter-spacing: -.03em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.vertical-divider-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 335px;
}

.container-35 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 368px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.phase-heading-4 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.section-style-5 {
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #091415;
  border: .5px solid #73dde8;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  padding: 60px 24px;
  text-decoration: none;
  display: flex;
}

.container-36 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 896px;
  text-decoration: none;
  display: flex;
}

.section-description-2 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.container-37 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.quote {
  color: #73dde8;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.section-style-6 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.container-38 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.overlayborder-3 {
  background-color: #0003;
  border: 1px solid #44403c;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

.button-style-10 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.container-39 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.question {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.brix---accordion-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.brix---accordion-title.heading-5-archive.heading-faqs {
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3em;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-item-wrapper-v3-first {
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border: 0 solid #eff0f6;
  border-bottom-width: 1px;
  border-radius: 11px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 20px;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3-first.card-h {
  background-color: #0000;
  border-width: 1px;
  border-color: #232323;
  justify-content: space-between;
  align-items: center;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---btn-circle-accordion-btn {
  color: #eff0f6;
  transform-style: preserve-3d;
  background-color: #232323;
  border-style: none;
  border-width: 1px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-circle-accordion-btn:hover {
  background-color: #444;
  border-color: #eff0f6;
  transform: scale3d(.94, .94, 1.01);
}

.brix---paragraph-default {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.brix---paragraph-default.faq-paragraph {
  color: #eee;
  text-align: left;
  letter-spacing: -.03em;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.brix---accordion-content-wrapper-v2 {
  flex-direction: column;
  justify-content: center;
  max-width: 1080px;
  display: flex;
}

.ikonik-9s8ai {
  color: #fff;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.footer-7 {
  grid-row-gap: 100px;
  background-color: #060d0e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 33px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.section-style-7 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.container-40 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 672px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.section-description-3 {
  color: #d1d5db;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.button-container-2 {
  grid-column-gap: 10px;
  background-color: #73dde8;
  border-radius: 11px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.button-container-2:hover {
  transform: scale(1.05);
}

.container-41 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1360px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.container-42 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link---twittermargin {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 1px;
  padding-left: 24px;
  text-decoration: none;
  display: flex;
}

.link---twitter {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.container-43 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-text {
  color: #6b7280;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.dropdown-toggle-3 {
  color: var(--_season-8---color-4);
  font-family: Inter, sans-serif;
  font-size: 17px;
}

.dropdown-list-3 {
  background-color: #ddd;
}

.dropdown-list-3.w--open {
  border: .5px solid var(--_season-8---color-4);
  background-color: var(--_season-8---color-5);
  color: var(--white);
  border-radius: 12px;
}

.dropdown-link-5 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.text-block-39 {
  color: var(--_season-8---color-4);
  cursor: pointer;
  min-height: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}

@media screen and (min-width: 1440px) {
  .how-get-cards {
    flex-flow: column;
    display: flex;
  }

  .layout-1.container_fullscreen {
    position: relative;
  }

  .frame-59 {
    max-width: 1280px;
  }

  .section-title-2 {
    max-width: none;
  }

  .cielo {
    position: absolute;
    bottom: -37px;
  }

  .container-12 {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .image-488 {
    z-index: -1;
    max-width: 30%;
  }

  .container-17, .container-18, .container-19 {
    display: flex;
  }

  .utility-page-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-23 {
    max-width: 50%;
  }

  .section-style {
    height: 80vh;
  }

  .link-block-16 {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .right {
    position: sticky;
    top: 140px;
  }

  .container-9 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .left {
    justify-content: flex-start;
    align-items: center;
  }

  .stats-40, .cta-34 {
    max-width: none;
  }

  .wellcome1 {
    inset: 0% auto 0% 0%;
  }

  .wellcome2 {
    inset: 0% 0% 0% auto;
  }

  .footer-6 {
    max-width: none;
    padding-top: 0;
  }

  .content_future {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .cielo {
    height: 50%;
    position: absolute;
    bottom: -14%;
  }

  .image-488 {
    max-width: 30%;
  }

  .frame-71 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    padding-left: 0;
    padding-right: 0;
  }

  .navbarcontainer {
    max-width: none;
    position: relative;
  }

  .navbar-content {
    max-width: 700px;
  }

  .navbar-menu {
    max-width: unset;
  }

  .navbar-link {
    justify-content: center;
    display: none;
  }

  .text-span {
    font-size: 25px;
  }

  .text-span-2 {
    line-height: 26px;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: -40px;
    padding-left: 10px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split.left-hero {
    max-width: none;
    margin-top: 140px;
    margin-left: 40px;
  }

  .shadow-two {
    max-width: 300px;
  }

  .h1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 90px;
  }

  .about-the-game {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-the-game-wrap {
    background-position: 50% 100%;
    height: 550px;
  }

  .text-block-3 {
    line-height: 20px;
  }

  .image-6 {
    margin-top: 0;
  }

  .heading-3 {
    text-align: center;
    font-size: 55px;
  }

  .gifs {
    min-width: auto;
  }

  .container-4 {
    grid-row-gap: 17px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-6 {
    max-width: 728px;
  }

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .blog-wrap._001._003 {
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .shop, .howtoplay-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cf-faq-content-2 {
    padding-bottom: 24px;
  }

  .cf-faq-answer-wrap-2 {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .cf-faqs-container {
    width: 100%;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-cont {
    max-width: 90%;
  }

  .flipcard-front.ana {
    height: 210px;
  }

  .tabs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-menu {
    background-color: #232c69;
    height: 200px;
    position: absolute;
    inset: 206px 0% -100%;
  }

  .mobile-menu-link {
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .mobile-menu-link.login-mobile {
    background-color: var(--pink);
  }

  .link-8 {
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Austie Bost Roman Holiday Sketch, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
  }

  .link-8.mobile-link-login {
    color: var(--blue);
  }

  .trigger-menu-mobile {
    display: flex;
    position: absolute;
    inset: 0% 8% 0% auto;
  }

  .image-24 {
    margin-top: auto;
    margin-bottom: auto;
    padding: 10px;
  }

  .container-7 {
    justify-content: space-around;
    align-items: center;
  }

  .layout-1.container_fullscreen {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 20px;
  }

  .container {
    flex-flow: column-reverse;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-style.fade_up {
    flex-flow: column;
    min-width: 40%;
  }

  .section-title-2 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .heading-2 {
    text-align: center;
  }

  .text-3 {
    text-align: center;
    font-size: 18px;
  }

  .content-style-4 {
    width: 90%;
  }

  .actions-2 {
    justify-content: center;
    align-items: center;
  }

  .right {
    display: flex;
  }

  .container-9 {
    flex-flow: column;
    padding-top: 0;
  }

  .wellcome1 {
    inset: 0% auto 0% -15%;
  }

  .wellcome2 {
    right: -10%;
  }

  .footer-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .newsletter {
    flex-flow: row;
  }

  .links {
    justify-content: space-between;
    align-items: flex-start;
  }

  .row {
    flex-flow: column;
  }

  .actions-4 {
    justify-content: center;
    align-items: flex-end;
  }

  .how {
    justify-content: flex-start;
    align-items: center;
  }

  .fade_up {
    min-width: 30%;
    min-height: 30%;
  }

  .container-15 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-491 {
    max-width: 70%;
  }

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

  .utility-page-content {
    width: 50%;
  }

  .frame-61 {
    max-width: 70%;
  }

  .container-23 {
    max-width: 110%;
  }

  .section-style {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .container-28 {
    grid-row-gap: 32px;
  }

  .overlayborderoverlayblur, .overlayborder-2 {
    height: auto;
  }

  .brix---accordion-item-wrapper-v3-first {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first:hover {
    transform: translate(6px);
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-heading-left.how-to-play-section {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-brand-three-2 {
    padding-left: 0;
  }

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-2 {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .caerd-icons.home-icons {
    grid-template-columns: 1fr 1fr;
  }

  .blog-wrap._001._003 {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .howtoplay-wrapper {
    max-width: 100%;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 22px;
  }

  .cf-faqs-container {
    width: 100%;
  }

  .cf-faq-container {
    margin-bottom: 100px;
  }

  .tabs {
    max-width: 100%;
  }

  .container_fullscreen {
    padding-top: 110px;
  }

  .logo {
    max-width: 70%;
  }

  .h2 {
    font-size: 40px;
  }

  .header {
    padding-top: 0;
  }

  .nav-menu {
    background-color: var(--pink);
    border-radius: 11px;
    flex-flow: row;
    width: 60%;
    margin-right: 20px;
    inset: 0% 0% auto auto;
  }

  .container-7 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-35 {
    min-width: 50px;
    max-width: 15%;
  }

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

  .wellcome1 {
    top: 7%;
    left: -24%;
  }

  .wellcome2 {
    top: 9%;
    right: -29%;
  }

  .newsletter {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .join-our-newsletter, .lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-style {
    justify-content: center;
    align-items: center;
  }

  .links {
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .container-11 {
    justify-content: center;
    align-items: center;
  }

  .sticky-section_panel {
    overflow: clip;
  }

  .dropdown_s08 {
    display: block;
  }

  .brand {
    flex: 1;
  }

  .menu-button {
    color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding: 10px;
    font-size: 32px;
    display: flex;
  }

  .menu-button:hover {
    color: var(--_season-8---color-5);
    background-color: #0000;
  }

  .menu-button.w--open {
    color: var(--_season-8---color-6);
    background-color: #0000;
    font-size: 32px;
  }

  .container-17 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    max-width: 100%;
  }

  .container-18 {
    flex-flow: column;
  }

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

  .utility-page-content {
    width: 60%;
  }

  .backgroundborder {
    position: static;
  }

  .container-34 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .overlayborderoverlayblur-4 {
    max-width: none;
  }

  .vertical-divider-2 {
    height: 100%;
    display: block;
    left: 10px;
    overflow: visible;
  }

  .container-35 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v3-first {
    padding: 36px 0;
  }

  .brix---accordion-item-wrapper-v3-first.card-h {
    padding-left: 20px;
    padding-right: 10px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .footer-7 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-image: none;
  }

  .navbar-logo-left {
    display: block;
  }

  .navbarcontainer {
    max-width: none;
  }

  .navbar-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .logowhite-transparentbackground-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-span {
    font-size: 18px;
  }

  .text-span-2 {
    font-size: 17px;
    line-height: 30px;
  }

  .hero-heading-left {
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    max-width: none;
  }

  .hero-split {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-split.left-hero {
    display: none;
  }

  .margin-bottom-24px {
    text-align: center;
  }

  .button-primary-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .button-primary-2.strategy-cta {
    margin-top: 20px;
  }

  .h1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 70px;
    line-height: 90px;
  }

  .maps {
    height: auto;
    margin-bottom: 60px;
    padding-top: 40px;
  }

  .about-the-game {
    display: block;
  }

  .about-the-game-wrap {
    background-position: 50% 80%;
    height: 770px;
  }

  .text-about {
    flex-direction: column;
    margin-left: 0;
  }

  .text-block-3 {
    width: auto;
  }

  .image-6 {
    margin-top: 20px;
    margin-right: 0;
  }

  .heading-3 {
    display: none;
  }

  .heading-3.title-mobile-about {
    margin-left: 0;
    font-size: 33px;
    display: block;
  }

  .strategy {
    margin-top: 60px;
  }

  .heading-4 {
    display: block;
  }

  .gifs {
    grid-template-columns: 1fr;
  }

  .jackpot {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-3 {
    background-image: none;
    width: auto;
    max-width: 100%;
  }

  .heading-5 {
    text-align: center;
  }

  .text-block-6 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .team {
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-4 {
    grid-template-columns: 1fr;
    padding-left: 80px;
    padding-right: 80px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-wrap {
    grid-template-columns: 1fr;
  }

  .container-6 {
    max-width: none;
  }

  .nav-menu-three-2 {
    flex-direction: column;
  }

  .video-pop-up {
    width: auto;
  }

  .pop-up-wrpper {
    display: none;
  }

  .link-block-2.mobile-watch-video {
    width: 100px;
    display: flex;
  }

  .caerd-icons.home-icons {
    grid-template-columns: 1fr;
  }

  .shop {
    height: auto;
  }

  .shop-wrap {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .shop-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .howtoplay-wrapper {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-faq-content-2 {
    font-size: 16px;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 18px;
    line-height: 140%;
  }

  .cf-faq-plus-card.card-info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-faqs-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-faq-container {
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-cont {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flipcard-front.ana {
    height: 250px;
  }

  .social-media {
    max-width: none;
  }

  .image-14 {
    margin-left: auto;
  }

  .special-wrap {
    border: 1px solid #919191;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
  }

  .div-block-6 {
    padding-left: 0;
  }

  .heading-wrap {
    flex-direction: column;
    align-items: center;
  }

  .heading-13 {
    text-align: center;
    font-size: 40px;
    line-height: 46px;
  }

  .section-card-game-1 {
    height: auto;
    margin-top: 0;
  }

  .board-game-card-wrap {
    grid-template-columns: 1fr;
  }

  .youtube {
    width: auto;
    height: auto;
  }

  .video-wrapper {
    width: 300px;
  }

  .rulebook {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .languages {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .community {
    height: 100vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .buttons-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    max-width: none;
    margin-top: 20px;
  }

  .link-block-4 {
    top: 299px;
  }

  .text-block-19 {
    font-size: 12px;
    line-height: 12px;
  }

  .text-block-20 {
    font-size: 12px;
    line-height: 14px;
  }

  .jackpot-api {
    width: auto;
    max-width: 100%;
  }

  .tabs, .mobile-menu {
    display: none;
  }

  .image-24 {
    margin-bottom: 0;
  }

  .image-25 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-mobile {
    background-color: #ddd0;
    display: block;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .slide {
    background-color: #0000;
  }

  .image-26 {
    margin-left: auto;
    margin-right: auto;
    position: static;
    box-shadow: 0 2px 5px #0003;
  }

  .slider-image {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .slide-nav {
    margin-top: 0;
    display: none;
  }

  .div-block-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 40px;
    display: grid;
  }

  .text-block-21, .text-block-22, .text-block-23 {
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-24 {
    font-size: 12px;
  }

  .text-block-25 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-25.login-footer {
    background-color: var(--pink);
  }

  .footer-menu-moblie {
    padding-top: 20px;
    display: block;
  }

  .link-9 {
    color: #fff;
    text-decoration: none;
  }

  .link-9.link-login {
    color: #000;
  }

  .div-block-10 {
    flex-direction: column;
  }

  .image-27 {
    z-index: 0;
    display: none;
    inset: 295px 0% 0%;
  }

  .image-28 {
    display: block;
  }

  .dropdown-toggle {
    display: none;
  }

  .how-get-cards {
    grid-auto-flow: row;
  }

  .art-grid {
    grid-template-columns: 1fr;
  }

  .container_fullscreen {
    justify-content: flex-start;
    align-items: stretch;
    height: 90vh;
    margin-bottom: -5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    align-self: center;
    max-width: 100%;
  }

  .headings {
    width: 100%;
    max-width: 100%;
  }

  .headings.tag_line {
    max-width: 100%;
  }

  .h2 {
    min-width: 100%;
    font-size: 32px;
    line-height: 40px;
  }

  .h2.tag {
    min-width: 100%;
    font-size: 12px;
    line-height: 14px;
  }

  .button {
    font-size: 16px;
  }

  .buttons {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .background_animation {
    height: 90vh;
  }

  .header {
    width: 100%;
  }

  .container-7 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .navbar {
    width: 100%;
  }

  .layout-1.container_fullscreen {
    margin-top: -2px;
    position: static;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title {
    grid-row-gap: 10px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .heading {
    font-size: 30px;
  }

  .text {
    font-size: 18px;
  }

  .frame-6 {
    grid-row-gap: 12px;
  }

  .tagline-2 {
    font-size: 16px;
  }

  .content-style-3 {
    max-width: none;
  }

  .heading-2 {
    max-width: 100%;
    font-size: 30px;
  }

  .text-3 {
    font-size: 18px;
  }

  .content-style-4 {
    width: 100%;
  }

  .actions-2 {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .right {
    display: flex;
  }

  .container-9 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .tagline-3 {
    font-size: 12px;
  }

  .heading-19 {
    text-align: center;
    font-size: 40px;
  }

  .text-5 {
    text-align: left;
    font-size: 16px;
  }

  .text-6 {
    text-align: left;
    font-size: 14px;
  }

  .actions-3 {
    justify-content: flex-end;
    align-items: center;
  }

  .stats-40 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-21 {
    font-size: 40px;
  }

  .cta-34 {
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
  }

  .wellcome1 {
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .wellcome2 {
    display: none;
  }

  .content-style-8 {
    max-width: 100%;
  }

  .footer-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .newsletter {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .form-style {
    justify-content: flex-start;
    align-items: center;
  }

  .links {
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .all-rights-reserved---tarasca-2024 {
    text-align: center;
  }

  .container-11 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .privacy-policy-2 {
    text-align: right;
  }

  .sticky-section_wrapper {
    width: 100%;
    overflow: clip;
  }

  .sticky-section_list {
    width: 100%;
  }

  .sticky-section_panel {
    grid-template-columns: 1fr;
    align-content: center;
    width: 100%;
    padding: 1rem;
  }

  .sticky-section_panel.background-off-black {
    min-height: 110vh;
  }

  .cielo {
    height: 230px;
  }

  .image-485 {
    max-width: 50%;
  }

  .image-486 {
    top: 13%;
    left: 80%;
  }

  .image-487 {
    right: -1%;
  }

  .loading {
    justify-content: center;
    align-items: center;
    height: 90vh;
    display: flex;
  }

  .menu-button {
    padding: 0;
  }

  .image-491 {
    max-width: 80%;
  }

  .cards {
    flex-flow: column;
  }

  .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13, .link-block-14, .link-block-15 {
    overflow: clip;
  }

  .utility-page-content {
    width: 90%;
  }

  .hero-style {
    padding-left: 0;
    padding-right: 0;
  }

  .frame-61 {
    max-width: 100%;
  }

  .main-heading {
    font-size: 30px;
  }

  .main-description {
    font-size: 15px;
  }

  .brix---accordion-title {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---btn-circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---paragraph-default {
    font-size: 12px;
    line-height: 14px;
  }

  .footer-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-container-2, .button-container-2:lang(es) {
    display: none;
  }
}

#w-node-ae045c6e-80cb-59a5-effb-2c431474a81a-a54aa740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ae045c6e-80cb-59a5-effb-2c431474a81b-a54aa740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ae045c6e-80cb-59a5-effb-2c431474a81c-a54aa740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae045c6e-80cb-59a5-effb-2c431474a820-a54aa740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ae045c6e-80cb-59a5-effb-2c431474a821-a54aa740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ae045c6e-80cb-59a5-effb-2c431474a822-a54aa740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae045c6e-80cb-59a5-effb-2c431474a826-a54aa740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ae045c6e-80cb-59a5-effb-2c431474a827-a54aa740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ae045c6e-80cb-59a5-effb-2c431474a828-a54aa740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe498963-98c9-3a5f-dbed-390cc7ea2081-a8c26776, #w-node-cd4d4b9d-73b8-cad5-a422-7eb14172d018-a8c26776 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cd4d4b9d-73b8-cad5-a422-7eb14172d01a-a8c26776, #w-node-_1debd7c5-056d-3a22-6067-0ddd674a8175-a8c26776, #w-node-_7617d1d7-bec4-c45a-918a-ff3fcc74570c-a8c26776, #w-node-_7617d1d7-bec4-c45a-918a-ff3fcc74570d-a8c26776, #w-node-ac697a52-31b7-81b7-d434-8a59da1a42b3-a8c26776, #w-node-ac697a52-31b7-81b7-d434-8a59da1a42b5-a8c26776, #w-node-bdb5bde1-0e26-adff-8859-9860a5f9a79e-a8c26776, #w-node-bdb5bde1-0e26-adff-8859-9860a5f9a7a0-a8c26776, #w-node-_1a7dc34e-9ff1-c294-4901-15c3d0d35215-a8c26776, #w-node-_1a7dc34e-9ff1-c294-4901-15c3d0d35217-a8c26776, #w-node-_0d4cb437-e2e8-001f-5af7-d758083cef58-a8c26776, #w-node-_0d4cb437-e2e8-001f-5af7-d758083cef5a-a8c26776, #w-node-_458a0931-b31c-6136-40fd-4ef44af1cf18-a8c26776, #w-node-_458a0931-b31c-6136-40fd-4ef44af1cf1a-a8c26776, #w-node-_6a2569f0-96a6-78b3-7252-9a5e20ec4059-a8c26776, #w-node-_6a2569f0-96a6-78b3-7252-9a5e20ec405b-a8c26776, #w-node-ffe479b0-2afc-7d7d-f422-02a7d80ffe00-a8c26776, #w-node-ffe479b0-2afc-7d7d-f422-02a7d80ffe02-a8c26776 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07cf8194-dfde-570d-300f-986d744424be-a9220222 {
  place-self: center;
}

#w-node-_44adca89-3520-26d7-6b70-b46cb752711b-b752707e, #w-node-_44adca89-3520-26d7-6b70-b46cb7527122-b752707e, #w-node-_44adca89-3520-26d7-6b70-b46cb7527131-b752707e, #w-node-_44adca89-3520-26d7-6b70-b46cb752713a-b752707e, #w-node-_44adca89-3520-26d7-6b70-b46cb7527141-b752707e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_587f5219-7990-20b0-b170-a68dc1eba41e-054f23f4, #w-node-_8ae1f4bc-0b9b-78c6-2b50-6e732b35d339-054f23f4, #w-node-_2e3166db-dc7a-c5b8-c4ab-198d9b5e4ff6-054f23f4, #w-node-_0ca06331-7452-15ae-5964-a9ce07c1c0e8-054f23f4, #w-node-_0ca06331-7452-15ae-5964-a9ce07c1c0e9-054f23f4, #w-node-_0ca06331-7452-15ae-5964-a9ce07c1c0ea-054f23f4, #w-node-_2ec82e82-b18d-24d1-b066-6e451fab0f08-054f23f4, #w-node-_2ec82e82-b18d-24d1-b066-6e451fab0f09-054f23f4, #w-node-_2ec82e82-b18d-24d1-b066-6e451fab0f0a-054f23f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2ff1450e-371d-a2b6-d371-b6740dc30735-53e0df87, #w-node-ae6845a6-cf5b-0400-7766-ace104844d9f-53e0df87, #w-node-_5f929eff-a6e0-7245-30f5-ea3e2f2f33ec-53e0df87, #w-node-bbf0df76-a9be-78ac-6dbc-8c5dbc0c735e-53e0df87, #w-node-bb690fe6-35e0-092c-5f68-def3f62c9a47-53e0df87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9caa4fbb-a24d-1d6c-9999-dea967914bf6-53e0df87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-be863b20-2ea7-772a-e02f-fcc8c9d72b4b-53e0df87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9c252d85-01a0-d3a8-e686-a041e4740a1b-53e0df87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23158a08-b055-ea12-64fc-4a58d1409816-53e0df87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_23158a08-b055-ea12-64fc-4a58d1409817-53e0df87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_23158a08-b055-ea12-64fc-4a58d1409818-53e0df87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66b16aca-fd3f-5bf6-a4c0-8a1b92cd046e-53e0df87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_66b16aca-fd3f-5bf6-a4c0-8a1b92cd046f-53e0df87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_66b16aca-fd3f-5bf6-a4c0-8a1b92cd0470-53e0df87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7e3c20e-2329-640e-0012-21f595728651-53e0df87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_0e5ae7e2-da1b-8080-fa6b-1e49b064b01a-53e0df87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecad3a38-6ae6-11c4-dcb4-8513ef3c5fe5-53e0df87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ecad3a38-6ae6-11c4-dcb4-8513ef3c5fe6-53e0df87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ecedfe9-d4e6-6e43-43a7-1b586cd06f4f-53e0df87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_3ecedfe9-d4e6-6e43-43a7-1b586cd06f50-53e0df87, #w-node-d49900a6-4c7c-039f-bb64-7f3bfed400d9-53e0df87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e8c27d5-66f4-f29d-4e92-79c514512111-53e0df87, #w-node-_89b4a0df-fbfc-2cd3-a3c9-ffcb077d7ede-53e0df87, #w-node-_8798f7ca-a72d-aef0-305f-f1919827dc02-53e0df87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_681ce8e6-5567-d2a4-531b-1476c036f6e1-53e0df87 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5a71a192-284e-c178-ea01-f89446388afd-53e0df87, #w-node-_5c3a627a-1307-c09b-f585-99f9319fb47c-53e0df87, #w-node-a801f022-28bd-b1bf-e013-479a3876921d-53e0df87, #w-node-_8c57b01c-1591-e36c-f184-4136df75bf06-53e0df87, #w-node-ee9df7be-7f80-dde3-5d95-df8d3c9c10d2-53e0df87, #w-node-_036efcbe-29fa-482d-fe4b-1d0e8b330cd5-53e0df87, #w-node-_7f3d4acb-1842-8fb4-e1ff-0c5993cb5843-53e0df87, #w-node-_0ba39f67-1989-7bb7-c775-a877e976c16e-53e0df87, #w-node-_0ba39f67-1989-7bb7-c775-a877e976c16f-53e0df87, #w-node-c9ffa506-bd37-a2e1-5e4e-d60fc79f02a4-53e0df87, #w-node-c9ffa506-bd37-a2e1-5e4e-d60fc79f02a5-53e0df87, #w-node-e895d11a-811b-7804-5dfa-0d8231c7d61c-53e0df87, #w-node-e895d11a-811b-7804-5dfa-0d8231c7d61d-53e0df87, #w-node-fb88fb74-8ad0-a843-d8b6-be06ff1d2f77-53e0df87, #w-node-fb88fb74-8ad0-a843-d8b6-be06ff1d2f78-53e0df87, #w-node-d280675d-435b-c5e8-a2fd-36a155445400-53e0df87, #w-node-d280675d-435b-c5e8-a2fd-36a155445401-53e0df87, #w-node-_89f6cb2f-94af-df5e-882d-af073812c40a-53e0df87, #w-node-_89f6cb2f-94af-df5e-882d-af073812c40b-53e0df87, #w-node-_63a355f4-7e0a-8af5-0c37-8d8224af8862-53e0df87, #w-node-_63a355f4-7e0a-8af5-0c37-8d8224af8863-53e0df87, #w-node-_71e573e1-3c2d-e9f1-758a-bd2039f778ce-53e0df87, #w-node-_71e573e1-3c2d-e9f1-758a-bd2039f778cf-53e0df87, #w-node-_3717d55e-38f9-721d-5e0b-3b09383e5466-383e544a, #w-node-_3717d55e-38f9-721d-5e0b-3b09383e5468-383e544a, #w-node-_3717d55e-38f9-721d-5e0b-3b09383e546a-383e544a, #w-node-_3717d55e-38f9-721d-5e0b-3b09383e546c-383e544a, #w-node-_3717d55e-38f9-721d-5e0b-3b09383e546e-383e544a, #w-node-_3717d55e-38f9-721d-5e0b-3b09383e5470-383e544a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3717d55e-38f9-721d-5e0b-3b09383e5472-383e544a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3717d55e-38f9-721d-5e0b-3b09383e5475-383e544a, #w-node-_3717d55e-38f9-721d-5e0b-3b09383e547b-383e544a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07cf8194-dfde-570d-300f-986d744424b8-880427fc, #w-node-_07cf8194-dfde-570d-300f-986d744424be-880427fc {
  place-self: center;
}

#w-node-c7e3c20e-2329-640e-0012-21f595728651-97f6b62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_0e5ae7e2-da1b-8080-fa6b-1e49b064b01a-97f6b62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecad3a38-6ae6-11c4-dcb4-8513ef3c5fe5-97f6b62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ecad3a38-6ae6-11c4-dcb4-8513ef3c5fe6-97f6b62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ecedfe9-d4e6-6e43-43a7-1b586cd06f4f-97f6b62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_3ecedfe9-d4e6-6e43-43a7-1b586cd06f50-97f6b62b, #w-node-d49900a6-4c7c-039f-bb64-7f3bfed400d9-97f6b62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e8c27d5-66f4-f29d-4e92-79c514512111-97f6b62b, #w-node-_89b4a0df-fbfc-2cd3-a3c9-ffcb077d7ede-97f6b62b, #w-node-_8798f7ca-a72d-aef0-305f-f1919827dc02-97f6b62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_681ce8e6-5567-d2a4-531b-1476c036f6e1-97f6b62b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5a71a192-284e-c178-ea01-f89446388afd-97f6b62b, #w-node-_5c3a627a-1307-c09b-f585-99f9319fb47c-97f6b62b, #w-node-a801f022-28bd-b1bf-e013-479a3876921d-97f6b62b, #w-node-_8c57b01c-1591-e36c-f184-4136df75bf06-97f6b62b, #w-node-ee9df7be-7f80-dde3-5d95-df8d3c9c10d2-97f6b62b, #w-node-_036efcbe-29fa-482d-fe4b-1d0e8b330cd5-97f6b62b, #w-node-_7f3d4acb-1842-8fb4-e1ff-0c5993cb5843-97f6b62b, #w-node-_0ba39f67-1989-7bb7-c775-a877e976c16e-97f6b62b, #w-node-_0ba39f67-1989-7bb7-c775-a877e976c16f-97f6b62b, #w-node-c9ffa506-bd37-a2e1-5e4e-d60fc79f02a4-97f6b62b, #w-node-c9ffa506-bd37-a2e1-5e4e-d60fc79f02a5-97f6b62b, #w-node-e895d11a-811b-7804-5dfa-0d8231c7d61c-97f6b62b, #w-node-e895d11a-811b-7804-5dfa-0d8231c7d61d-97f6b62b, #w-node-fb88fb74-8ad0-a843-d8b6-be06ff1d2f77-97f6b62b, #w-node-fb88fb74-8ad0-a843-d8b6-be06ff1d2f78-97f6b62b, #w-node-d280675d-435b-c5e8-a2fd-36a155445400-97f6b62b, #w-node-d280675d-435b-c5e8-a2fd-36a155445401-97f6b62b, #w-node-_89f6cb2f-94af-df5e-882d-af073812c40a-97f6b62b, #w-node-_89f6cb2f-94af-df5e-882d-af073812c40b-97f6b62b, #w-node-_63a355f4-7e0a-8af5-0c37-8d8224af8862-97f6b62b, #w-node-_63a355f4-7e0a-8af5-0c37-8d8224af8863-97f6b62b, #w-node-_71e573e1-3c2d-e9f1-758a-bd2039f778ce-97f6b62b, #w-node-_71e573e1-3c2d-e9f1-758a-bd2039f778cf-97f6b62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-ae045c6e-80cb-59a5-effb-2c431474a772-a54aa740, #w-node-ae045c6e-80cb-59a5-effb-2c431474a773-a54aa740, #w-node-ae045c6e-80cb-59a5-effb-2c431474a774-a54aa740, #w-node-ae045c6e-80cb-59a5-effb-2c431474a775-a54aa740, #w-node-ae045c6e-80cb-59a5-effb-2c431474a776-a54aa740, #w-node-_7ec03089-3677-21d0-a148-5bc8a744a3e8-53e0df87, #w-node-_438ee8ea-8772-9913-a0c9-f773097a45e2-53e0df87, #w-node-_91bc9b73-d259-3c8d-e49a-8dada13f8c41-53e0df87, #w-node-d851ad42-a269-b6f9-6b5b-36d2a77ec604-53e0df87, #w-node-_19f7f298-60cc-079c-6067-f28049d00128-53e0df87 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3717d55e-38f9-721d-5e0b-3b09383e5466-383e544a, #w-node-_3717d55e-38f9-721d-5e0b-3b09383e5468-383e544a, #w-node-_3717d55e-38f9-721d-5e0b-3b09383e546a-383e544a, #w-node-_3717d55e-38f9-721d-5e0b-3b09383e546c-383e544a, #w-node-_3717d55e-38f9-721d-5e0b-3b09383e546e-383e544a, #w-node-_3717d55e-38f9-721d-5e0b-3b09383e5470-383e544a {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Hiddencinema';
  src: url('../fonts/Hiddencinema.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hiddencinema';
  src: url('../fonts/Hiddencinema.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Austie Bost Roman Holiday Sketch';
  src: url('../fonts/Austie-Bost-Roman-Holiday-Sketch.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ruina';
  src: url('../fonts/Ruina.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Breathe Fire';
  src: url('../fonts/Breathe-Fire.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}