:root {
  --black: #000;
  --white: #fff;
  --grey: #9b9b9b;
  --navy: #3362ec;
  --grey-2: #6e6e6e;
  --green: #55ba66;
  --violet: #9558ff;
  --dust-rose: #ec6d64;
  --yellow: #ffd400;
}

body {
  color: #333;
  font-family: Coinbase Sans, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.body {
  background-color: var(--black);
  color: var(--white);
  font-size: .694444vw;
}

.section.s3-section, .section.s6-section {
  overflow: hidden;
}

.section.s3-section, .section.s6-section {
  overflow: hidden;
}

.section.footer-section {
  overflow-x: hidden;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container.article {
  width: 60%;
}

.container.hero-conrainer {
  background-image: url("https://cdn.prod.website-files.com/67ed155aff329f573737afbb/67ef8e3afbc4e7c735f18158_main_bg.avif");
  background-size: 100%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 6em;
  display: flex;
  position: relative;
}

.container.nav-container {
  justify-content: space-between;
  align-items: center;
  padding: .8em 2em;
  display: flex;
}

.container.s2-container {
  background-image: url("https://cdn.prod.website-files.com/67ed155aff329f573737afbb/67eff4dd770705ede90b934b_library_bg.avif");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 144em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 11em;
  padding-bottom: 9em;
  display: flex;
  position: sticky;
  top: 0;
}

.container.s3-container {
  flex-flow: column;
  padding-top: 6.2em;
  padding-bottom: 7.9em;
  display: flex;
  position: relative;
}

.container.s4-container {
  background-image: url("https://cdn.prod.website-files.com/67ed155aff329f573737afbb/67efaedc14190be91476a8de_bg_s4.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 144em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container.s6-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 12.5em;
  display: flex;
  position: relative;
}

.container.footer-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.container.s5-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 84.2em;
  padding-top: 10.8em;
  padding-bottom: 9em;
  display: flex;
  position: relative;
}

.hero-gradient-overlay {
  background-image: linear-gradient(#000, #0000);
  width: 100%;
  height: 32.36vw;
  max-height: 466rem;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-gradient-overlay.is-top {
  z-index: 2;
}

.hero-tetris-wrap {
  z-index: 1;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-content {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16.627vh;
  display: flex;
  position: relative;
}

.hero-content.is-top {
  z-index: 3;
}

.hero-subheading {
  color: var(--grey);
  text-transform: uppercase;
  margin-bottom: 2.83333em;
  font-size: 2.4em;
  font-weight: 500;
  line-height: 100%;
}

.h1 {
  letter-spacing: -.03em;
  font-size: 11em;
  font-weight: 500;
  line-height: 100%;
}

.image-contain {
  width: 100%;
  max-width: none;
}

.image-contain.only-mob {
  display: none;
}

.navbar {
  -webkit-backdrop-filter: blur(4em);
  backdrop-filter: blur(4em);
  background-color: #ddd0;
  background-image: linear-gradient(90deg, #000, #0000);
  position: fixed;
  inset: 0% 0% auto;
}

.button {
  border: 1px solid var(--white);
  background-color: var(--white);
  height: 2.5em;
  color: var(--black);
  border-radius: 10em;
  padding: .75em 1em;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 90%;
  transition: background-color .3s;
}

.button:hover {
  color: var(--navy);
}

.button:active {
  color: var(--black);
}

.button.navy-button {
  border-style: none;
  border-color: var(--navy);
  background-color: var(--navy);
  color: var(--white);
}

.button.navy-button:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--navy);
  border-right-style: none;
}

.button.navy-button:active {
  background-color: var(--navy);
  color: var(--white);
}

.button.ghost-button {
  color: var(--white);
  background-color: #fff0;
  border-color: #fff6;
}

.button.ghost-button:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.button.is-absolute {
  position: absolute;
  bottom: 3.5em;
}

.brand {
  width: 10.9em;
  padding-left: 0;
}

.nav-link {
  color: var(--grey);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--white);
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-links {
  grid-column-gap: 3.6em;
  grid-row-gap: 3.6em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.33333em;
  height: 1.33333em;
  margin-left: .777778em;
  display: none;
}

.svg {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-wrap.s4-heading-wrap {
  grid-column-gap: 2.4em;
  grid-row-gap: 2.4em;
}

.heading-wrap.s6-heading-wrap {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
}

.heading-wrap.s2-heading-wrap {
  max-width: 51em;
  margin-left: auto;
  margin-right: auto;
}

.heading-wrap.s5-heading-wrap {
  aspect-ratio: 2;
  justify-content: flex-start;
  align-items: flex-start;
  height: 14em;
  padding-top: 3.5em;
  padding-left: 3.6em;
}

.section-tag {
  color: var(--grey);
  background-color: #ffffff26;
  border-radius: 10em;
  margin-bottom: 1.71429em;
  padding: .571429em .857143em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 100%;
}

.h2 {
  font-size: 4em;
  line-height: 110%;
}

.h2.h2-48 {
  font-size: 4.8em;
}

.s2-content {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 42em;
  height: 42em;
  display: grid;
}

.span-navy {
  color: var(--navy);
}

.content-block {
  width: 100%;
}

.content-block.s2-content-block {
  grid-column-gap: 8.4em;
  grid-row-gap: 8.4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 56em;
  margin-top: 8.4em;
  display: flex;
}

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

.content-block.s4-content-block {
  z-index: 3;
  grid-column-gap: 5.2em;
  grid-row-gap: 5.2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 44em;
  display: flex;
  position: absolute;
}

.content-block.footer-content-block {
  background-color: var(--navy);
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.content-block.s5-content-block {
  z-index: 3;
  background-image: url("https://cdn.prod.website-files.com/67ed155aff329f573737afbb/67efe1e7e05410f903a9e476_85b808eecf2aa442ca4d7a77f8f8e7ae_backers_bg.avif");
  background-position: 0 0;
  background-size: 100% 67em;
  grid-template-rows: 1fr;
  grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 11em;
  display: grid;
  position: relative;
}

.s2-content-block {
  max-width: 60em;
  position: relative;
}

.s2-square-box {
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 14em;
  display: flex;
  position: relative;
}

.s2-icon {
  width: 5.2em;
  height: 5.2em;
}

.s2-box-content {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 34em;
  padding-left: 2.4em;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 100%;
}

.s2-box-content.s2-box-content2 {
  width: 40em;
}

.text-22 {
  font-size: 2.2em;
  line-height: 111%;
}

.text-22.h-140 {
  text-wrap: balance;
  text-wrap: balance;
  line-height: 140%;
}

.text-14 {
  font-size: 1.4em;
  line-height: 150%;
}

.text-14.is-grey {
  color: var(--grey);
}

.text-14.is-grey.maxw-270 {
  max-width: 19.2857em;
}

.s3-content {
  width: 100%;
  margin-top: 4.5em;
  padding-left: 8.6em;
  padding-right: 8.6em;
}

.swiper-component {
  width: 100%;
  position: relative;
}

.swiper {
  width: 100%;
}

.swiper.swiper-games {
  overflow: visible;
}

.swiper.swiper-games2 {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  display: flex;
}

.swiper-slide {
  flex: none;
  width: 100%;
}

.swiper-slide.s3-game-slide {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.swiper-slide.press-slide {
  width: 44.7em;
}

.s3-slide-inner {
  background-color: #1b1b1bcc;
  border-radius: 1.4em;
  width: 100%;
  height: 61.2em;
  display: flex;
  position: relative;
}

.s3-slide-inner.s3-slide-inner2 {
  background-image: url("https://cdn.prod.website-files.com/67ed155aff329f573737afbb/6817491399749f33debc425c_pixel_mockup.avif");
  background-position: 0 0;
  background-size: cover;
}

.s3-slide2-content {
  flex-flow: column;
  justify-content: space-between;
  max-width: 40em;
  height: 100%;
  padding-top: 3.5em;
  padding-bottom: 5em;
  padding-left: 4.4em;
  display: flex;
  position: relative;
}

.s3-slide-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.s3-slide-top.is-gap-24 {
  grid-column-gap: 2.4em;
  grid-row-gap: 2.4em;
  grid-column-gap: 2.4em;
  grid-row-gap: 2.4em;
  max-width: 58em;
}

.text-50 {
  font-size: 5em;
  line-height: 100%;
}

.s3-slide2-bottom {
  grid-column-gap: 2.4em;
  grid-row-gap: 2.4em;
  flex-flow: column;
  max-width: 20em;
  display: flex;
}

.icon-box {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-box.gap-16 {
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
}

.icon-box.gap-16.maxw-150 {
  max-width: 15em;
}

.icon-box.s3-icon-box1 {
  max-width: 13.5em;
}

.icon-box.s3-icon-box2 {
  max-width: 21.3em;
}

.icon-box.s3-icon-box3 {
  max-width: 17em;
}

.icon-24 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.4em;
  height: 2.4em;
  display: flex;
}

.text-14-manrope {
  font-family: Manrope, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 130%;
}

.s3-slide1-left {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 43.1em;
  height: 100%;
  padding-top: 2em;
  display: flex;
  position: relative;
}

.s3-slide1-right {
  border-left: 1px solid #45454566;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding: 4.2em 4.7em 4.2em 8.6em;
  display: flex;
  position: relative;
}

.s3-slide-icon-row {
  grid-column-gap: 3.2em;
  grid-row-gap: 3.2em;
  flex-flow: row;
  display: flex;
}

.s3-slide-bottom {
  justify-content: space-between;
  display: flex;
}

.s3-slide-card {
  background-color: #252525;
  border-radius: .827em;
  flex-flow: column;
  justify-content: space-between;
  width: 32.8244%;
  height: 26.7em;
  padding: 1.1em .9em .8em;
  display: flex;
}

.s3-card-top {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-30 {
  font-size: 3em;
  line-height: 100%;
}

.text-10 {
  font-size: 1em;
  line-height: 130%;
}

.text-10.is-grey {
  color: var(--grey);
}

.s3-card-bottom {
  width: 100%;
}

.s3-slide-left-top {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-30-500 {
  font-size: 3em;
  font-weight: 500;
  line-height: 130%;
}

.text-12 {
  font-size: 1.2em;
  line-height: 130%;
}

.text-12.is-grey {
  color: var(--grey);
}

.s3-game-slide-inner {
  width: 100%;
  max-width: 32.2em;
  height: 41.8em;
  margin-top: 5em;
  overflow: hidden;
}

.text-18 {
  font-size: 1.8em;
  line-height: 150%;
}

.text-18.is-grey2 {
  color: var(--grey-2);
}

.swiper-navigation {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-navigation.press-swiper-navigation {
  margin-bottom: 3.3em;
}

.swiper-arrow {
  cursor: pointer;
  background-color: #1f1f1f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  transition: all .3s;
  display: flex;
}

.swiper-arrow.swiper-games-prev {
  z-index: 2;
  position: absolute;
  inset: 29em auto auto 0%;
  transform: translate(-50%);
}

.swiper-arrow.swiper-games-next {
  z-index: 2;
  position: absolute;
  inset: 29em 0% auto auto;
  transform: translate(50%);
}

.swiper-arrow-icon {
  justify-content: center;
  align-items: center;
  width: 2.4em;
  height: 2.4em;
  display: flex;
}

.s6-content {
  width: 100%;
  margin-top: 3.3em;
  padding-left: 2em;
  padding-right: 2em;
}

.press-slide-inner {
  border: 1px solid #3a3a3a;
  border-right-style: none;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 40.1em;
  padding: .8em 2.4em 3.2em 1.8em;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.press-slide-inner:hover {
  background-color: #1a1a1a;
}

.press-slide-inner.is-last {
  border-right-style: solid;
}

.press-slide-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 10.4em;
  display: flex;
}

.press-slide-bottom {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 17.3em;
  display: flex;
}

.tetris-nav {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  clip-path: url("#clip-shape");
  background-color: #ffffff4d;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 13em;
  height: 9em;
  position: absolute;
  inset: auto 2em 4.3em auto;
}

.prefooter {
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 27.3em;
  margin-bottom: -1px;
  display: flex;
}

.footer-left {
  flex: 1;
  padding-left: 2em;
  position: relative;
}

.footer-logo {
  width: 14.068em;
}

.footer-left-content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 40.5em;
  margin-top: 11.3em;
  margin-bottom: auto;
  display: flex;
}

.text-16 {
  font-size: 1.6em;
  line-height: 140%;
}

.text-16.opacity-44 {
  opacity: .44;
}

.text-16.footer-link-text {
  color: var(--white);
}

.footer-decor1 {
  background-image: url("https://cdn.prod.website-files.com/67ed155aff329f573737afbb/67ee7325d746182fdd49b915_Side%20Buttons%20Container.svg");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 14em;
  height: 21em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.fooeter-social {
  width: 37.98%;
  display: flex;
}

.footer-social-column {
  flex: 1;
  padding-top: 9.4em;
  padding-bottom: 5.5em;
}

.footer-social-column.footer-social-column1 {
  border-left: 1px solid #ffffff1a;
}

.footer-social-column.footer-social-column2 {
  border-left: 1px solid #ffffff1f;
}

.footer-social-column.footer-social-column3 {
  border-left: 1px solid #fff3;
}

.footer-social-link {
  color: #fff3;
  border-bottom: 1px solid #fff3;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 20em;
  padding: 1.7em 1em 2em 1.6em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-social-link:hover {
  color: #fff;
}

.footer-social-link.top-link {
  border-top: 1px solid #fff3;
}

.footer-social-link.top-link.tt:hover {
  background-color: #b364d8;
}

.footer-social-link.top-link.discord:hover {
  background-color: #658cff;
}

.footer-social-link.top-link.telegram:hover {
  background-color: #ffd400;
}

.footer-social-link.inst:hover {
  background-color: #55ba66;
}

.footer-social-link.twitter:hover {
  background-color: #262626;
}

.footer-social-link.yt:hover {
  background-color: #ec6d64;
}

.social-link-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.social-link-icon {
  width: 2.8em;
  height: 2.8em;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-link-arrow {
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

.footer-cta {
  text-align: center;
  background-color: #1f1f1f;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 22.4%;
  padding-top: 12.7em;
  padding-left: 3.5em;
  padding-right: 3.5em;
  display: flex;
  position: relative;
}

.footer-decor2 {
  background-color: var(--navy);
  width: 7em;
  height: 5.6em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.qr-code {
  width: 100%;
  margin-bottom: 1em;
}

.footer-cta-title {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 130%;
}

.hero-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-button {
  flex: none;
  padding: 0;
}

.nav-buttons {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.s2-color-box {
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 14em;
  display: flex;
}

.s2-color-box.s2-color-box1 {
  background-color: var(--green);
}

.s2-color-box.s2-color-box2 {
  background-color: var(--violet);
}

.s2-color-box.s2-color-box3 {
  background-color: var(--dust-rose);
}

.s2-color-box.s2-color-box4 {
  background-color: var(--navy);
}

.nav-social-block {
  display: none;
}

.burger-wrap {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.4em;
  height: 2.4em;
  display: flex;
}

.burger-line1 {
  background-color: var(--white);
  width: 1.6em;
  height: .2em;
}

.css {
  height: 0;
  overflow: hidden;
}

.burger-line2 {
  background-color: var(--white);
  width: 1.6em;
  height: .2em;
}

.s5-box {
  background-color: #1f1f1f;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.s5-box.is-violet {
  background-color: var(--violet);
}

.s5-box.merit:hover, .s5-box.is-violet {
  background-color: var(--violet);
}

.s5-box.is-yellow {
  background-color: var(--yellow);
}

.s5-box.is-charcoal {
  background-color: #0e0e0e;
}

.s5-box.is-charcoal.bitscale:hover {
  background-color: #3362ec;
}

.s5-box.is-navy {
  background-color: var(--navy);
}

.s5-box.is-charcoal2 {
  background-color: #252525;
}

.s5-box.is-charcoal2.big-brain:hover {
  background-color: #ffca01;
}

.s5-box.is-charcoal3 {
  background-color: #171717;
}

.s5-box.is-charcoal3.green-hover:hover {
  background-color: var(--green);
  background-color: var(--green);
}

.s5-box.blue-hover:hover {
  background-color: #3362ec;
}

.s5-box.olghaf:hover {
  background-color: #55ba66;
}

.s5-box.galaxy:hover {
  background-color: #9558ff;
}

.s5-box.merit:hover {
  background-color: var(--violet);
}

.logo-box.logo-box1 {
  width: 17.35em;
}

.logo-box.logo-box2 {
  width: 11.9em;
}

.logo-box.logo-box3 {
  width: 17.2em;
}

.logo-box.logo-box4 {
  width: 11.269em;
}

.logo-box.logo-box5 {
  width: 14.6em;
}

.logo-box.logo-box6 {
  width: 12.5em;
}

.logo-box.logo-box7 {
  width: 13.6em;
}

.section-2 {
  height: 300vh;
  overflow: clip;
}

.grid {
  grid-template-rows: repeat(11, 1fr);
  grid-template-columns: repeat(20, 1fr);
  display: grid;
}

.cell {
  aspect-ratio: 1;
  background-color: #2e2e2e;
  border-radius: .5em;
  justify-content: flex-start;
  align-items: flex-end;
  width: 7em;
  height: 7em;
  display: flex;
}

.cell._3 {
  background-color: #2e2e2e4d;
}

.cell._8 {
  background-color: #2e2e2ecc;
}

.cell._8.green {
  background-color: var(--green);
  background-color: var(--green);
}

.cell.white {
  background-color: var(--white);
}

.cell.violet {
  background-color: var(--violet);
}

.cell.brown {
  background-color: #e1a768;
}

.cell.yellow {
  background-color: var(--yellow);
}

.cell._5 {
  background-color: #2e2e2e80;
}

.cell.blue {
  background-color: var(--navy);
}

.cell.orange {
  background-color: #b7610e;
}

.cell.pink {
  background-color: #c170f0;
}

.character {
  align-self: flex-end;
  width: 100%;
  max-width: none;
}

.character.big {
  width: 9.3em;
}

.character.cat {
  width: 7.8em;
}

.pagination {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  width: 36.6em;
  height: .5em;
  margin-bottom: 6em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pagination_inner {
  background-color: #fff3;
  border-radius: 1em;
  flex: 1;
  height: 100%;
}

.pagination_progress_line {
  background-color: var(--white);
  border-radius: 1em;
  width: 0;
  height: 100%;
}

.footer_blue_box {
  background-color: var(--navy);
  width: 28em;
  height: 7em;
  margin-right: auto;
}

.footer_grey_box {
  background-color: #1f1f1f;
  width: 14em;
  height: 7em;
  margin-left: 7em;
  margin-right: auto;
}

.footer_yellow {
  height: 14em;
  position: absolute;
  left: 28em;
}

.footer_2 {
  height: 21em;
  position: absolute;
  left: 56em;
}

.footer_3 {
  height: 14em;
  position: absolute;
  left: 90.7em;
}

.footer_4 {
  height: 14em;
  position: absolute;
  left: 111.7em;
}

.footer_5 {
  object-fit: cover;
  object-position: 0% 50%;
  width: 11.3em;
  height: 14em;
  position: absolute;
  left: 132.7em;
}

.tetris_container {
  position: relative;
  bottom: 0;
}

.press_logo {
  height: 100%;
}

.grid_back, .phone_mockup {
  display: none;
}

.joystick_arrow {
  width: 3.4em;
  position: absolute;
}

.joystick_arrow.top {
  margin-left: auto;
  margin-right: auto;
  top: .5em;
  left: 4.7em;
}

.joystick_arrow.left {
  bottom: .3em;
  left: .6em;
}

.joystick_arrow.bottom {
  bottom: .3em;
  left: 4.8em;
}

.joystick_arrow.right {
  bottom: .3em;
  right: .6em;
}

.hero_mob_bg {
  display: none;
}

@media screen and (max-width: 767px) {
  .logo-box.logo-box2 {
    width: 13.5em;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 2.77778vw;
  }

  .section {
    padding-top: 4.4em;
    padding-bottom: 4.4em;
  }

  .section.hero-section {
    padding-top: 0;
  }

  .section.footer-section {
    padding-top: 8.7em;
    padding-bottom: 0;
  }

  .section.names-section {
    overflow: hidden;
  }

  .container.hero-conrainer {
    background-image: none;
    background-size: auto;
    height: 100dvh;
    overflow: hidden;
  }

  .container.nav-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.s2-container {
    background-image: none;
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.s3-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.s4-container {
    background-image: none;
    background-size: auto;
    height: 53.7em;
  }

  .container.s6-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.s5-container {
    background-image: none;
    background-size: auto;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.article {
    width: 90%;
  }

  .hero-content {
    margin-top: 7.7em;
  }

  .hero-content.article {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-subheading {
    margin-bottom: 2.6667em;
    font-size: 1.8em;
  }

  .h1 {
    font-size: 5em;
  }

  .image-contain.only-dt {
    display: none;
  }

  .image-contain.only-mob {
    display: block;
  }

  .button.footer-button {
    color: var(--navy);
  }

  .button.is-absolute.navy-button {
    font-size: 1.2em;
    bottom: 2.5em;
  }

  .brand {
    z-index: 2;
    margin-right: auto;
  }

  .nav-link {
    font-size: 1.8em;
  }

  .nav-menu {
    background-color: #c8c8c800;
    justify-content: flex-end;
    align-items: stretch;
    width: 30.6em;
    max-height: 100dvh;
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-links {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 11.4em;
    padding-right: 1.9em;
  }

  .nav-link-icon {
    display: flex;
  }

  .heading-wrap.s4-heading-wrap {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    max-width: 26em;
  }

  .heading-wrap.s6-heading-wrap {
    padding-left: 1em;
    padding-right: 1em;
  }

  .heading-wrap.s2-heading-wrap {
    max-width: 70%;
  }

  .heading-wrap.s5-heading-wrap {
    aspect-ratio: auto;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-bottom: 4em;
    padding-top: 0;
    padding-left: 0;
  }

  .h2, .h2.h2-48 {
    font-size: 2.9em;
  }

  .h2.h2-48 {
    font-size: 2.9em;
  }

  .h2.h2-48._28-mob {
    font-size: 2.8em;
  }

  .s2-content {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    width: 100%;
    height: auto;
    display: flex;
  }

  .content-block.s2-content-block {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    padding-right: 0;
  }

  .content-block.s4-content-block {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    pointer-events: none;
  }

  .content-block.footer-content-block {
    background-color: var(--white);
    color: var(--black);
    flex-flow: column;
  }

  .content-block.s5-content-block {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-image: none;
    background-size: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 3.5em;
    grid-auto-rows: 8em;
    padding-bottom: 0;
  }

  .s2-square-box {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .s2-square-box.s2-square-box2 {
    display: none;
  }

  .s2-icon {
    width: 2.971em;
    height: 2.971em;
  }

  .s2-box-content {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
    width: auto;
    padding-left: 1.5em;
    padding-right: .5em;
    position: static;
  }

  .text-22.h-140 {
    font-size: 1.6em;
  }

  .text-22.maxw-mob-203 {
    max-width: 9.22727em;
  }

  .text-14.is-grey.maxw-mob-203 {
    max-width: 14.5em;
  }

  .text-14.is-grey.hidden-mob {
    display: none;
  }

  .s3-content {
    margin-top: 4em;
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .swiper.swiper-press {
    grid-column-gap: 2.4em;
    grid-row-gap: 2.4em;
    grid-column-gap: 2.4em;
    grid-row-gap: 2.4em;
    flex-flow: column;
    display: flex;
  }

  .swiper-wrapper.games-swiper-wrapper {
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
    flex-flow: column;
  }

  .swiper-slide.s3-game-slide {
    justify-content: flex-end;
    align-items: center;
    width: 23em;
    height: auto;
    padding-left: 1em;
    padding-right: 1em;
  }

  .swiper-slide.s3-swiper-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-slide.press-slide {
    width: 31.2em;
  }

  .s3-slide-inner {
    flex-flow: column-reverse;
    height: auto;
  }

  .s3-slide-inner.s3-slide-inner2 {
    background-image: url("https://cdn.prod.website-files.com/67ed155aff329f573737afbb/68174a2db0f8600a95e62de0_pixel_mockup_mob.avif");
    height: 51em;
  }

  .s3-slide2-content {
    justify-content: flex-start;
    padding-top: 1.9em;
    padding-left: 2.3em;
    padding-right: 2.3em;
  }

  .s3-slide-top.is-gap-24 {
    grid-column-gap: 2.1em;
    grid-row-gap: 2.1em;
    grid-column-gap: 2.1em;
    grid-row-gap: 2.1em;
    padding-left: 2.3em;
  }

  .text-50 {
    font-size: 2.4em;
  }

  .s3-slide2-bottom {
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
    max-width: none;
    margin-top: 2.1em;
  }

  .icon-box.gap-16.maxw-150, .icon-box.s3-icon-box1, .icon-box.s3-icon-box3, .icon-box.gap-16.maxw-150, .icon-box.gap-16.maxw-150, .icon-box.s3-icon-box1, .icon-box.s3-icon-box3 {
    max-width: none;
  }

  .icon-24 {
    margin-top: -.3em;
  }

  .s3-slide1-left {
    padding-top: 3.2em;
    padding-left: 0;
    padding-right: 0;
  }

  .s3-slide1-right {
    border-left-style: none;
    padding: 2em 0 1.6em;
  }

  .s3-slide-icon-row {
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
    flex-flow: column;
    max-width: 21.7em;
    margin-bottom: 2.6em;
  }

  .s3-slide-bottom {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    flex: none;
    padding-left: 1.1em;
    padding-right: 1.1em;
    overflow: auto;
  }

  .s3-slide-card {
    flex: none;
    width: 14.869em;
    height: 18.466em;
  }

  .text-10.is-grey.maxw-60-mob {
    max-width: 6em;
  }

  .s3-slide-left-top {
    display: none;
  }

  .s3-slide-left-top.is-last {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    inset: 5em 0% auto;
    max-width: 17em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: 5em 0% auto;
  }

  .text-30-500 {
    font-size: 2em;
    line-height: 110%;
  }

  .text-12.is-grey {
    font-size: 1em;
  }

  .s3-game-slide-inner {
    max-width: 20.8em;
    height: 30.8em;
    margin-top: 0;
  }

  .text-18.is-grey2 {
    font-size: 1.4em;
  }

  .text-18.is-grey2.maxw-222-mob {
    max-width: 15.8571em;
  }

  .swiper-navigation.press-swiper-navigation {
    order: 1;
    margin-bottom: 0;
  }

  .swiper-arrow.swiper-games-prev, .swiper-arrow.swiper-games-next, .swiper-arrow.swiper-games-prev, .swiper-arrow.swiper-games-next {
    display: none;
  }

  .s6-content {
    margin-top: 4em;
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .press-slide-inner {
    height: 27em;
  }

  .press-slide-bottom {
    min-height: 12.6em;
  }

  .tetris-nav {
    margin-left: auto;
    margin-right: auto;
    bottom: 2em;
    left: 0;
    right: 0;
  }

  .prefooter {
    display: none;
  }

  .footer-left {
    margin-bottom: 3.3em;
    padding-top: 2.6em;
    padding-left: 1.5em;
  }

  .footer-left-content {
    grid-column-gap: 1.4em;
    grid-row-gap: 1.4em;
    max-width: 28.6em;
    margin-top: 3.6em;
  }

  .text-16.opacity-44 {
    font-size: 1.4em;
  }

  .text-16.opacity-44.hidden-mob {
    display: none;
  }

  .text-16.footer-link-text {
    color: var(--black);
    font-size: 1.4em;
  }

  .footer-decor1 {
    background-image: url("https://cdn.prod.website-files.com/67ed155aff329f573737afbb/67eeadf4db6550d48ecd1cd1_Side%20Buttons%20Container%20mob.svg");
    width: 17.2em;
    height: 8.6em;
    inset: -4.3em 0% auto auto;
  }

  .fooeter-social {
    width: 100%;
    padding-bottom: 5.4em;
    padding-left: .8em;
    padding-right: .8em;
  }

  .footer-social-column {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-social-column.footer-social-column1 {
    border-left-color: #0000001a;
  }

  .footer-social-column.footer-social-column2 {
    border-left-color: #0000001f;
  }

  .footer-social-column.footer-social-column3 {
    border-left-color: #0003;
  }

  .footer-social-link {
    color: #0003;
    border-top-color: #0003;
    border-bottom-color: #0003;
    height: 13.2em;
    padding: 1.1em .63em .7em .9em;
  }

  .footer-social-link:hover {
    color: var(--black);
  }

  .footer-social-link.top-link {
    border-top-color: #0003;
  }

  .social-link-icon {
    width: 1.812em;
    height: 1.812em;
    color: var(--black);
  }

  .social-link-arrow {
    width: 1.294em;
    height: 1.294em;
  }

  .footer-cta {
    background-color: var(--navy);
    width: 100%;
    color: var(--white);
    flex-flow: row;
    justify-content: space-between;
    margin-top: 0;
    padding: .9em 1.4em .9em 1.3em;
  }

  .footer-decor2 {
    width: 5.8em;
    height: 4.1em;
    inset: auto auto 100% 0%;
  }

  .qr-code {
    display: none;
  }

  .footer-cta-title {
    font-size: 1.8em;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .nav-buttons {
    z-index: 2;
    position: relative;
  }

  .s2-color-box {
    flex: none;
    width: 8em;
    height: 8em;
  }

  .nav-menu-inner {
    background-color: #202020;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    margin-left: auto;
    display: flex;
    overflow: hidden;
  }

  .nav-social-block {
    border-top: 1px solid #454545;
    border-left: 1px solid #454545;
    flex-flow: wrap;
    width: 101%;
    margin-right: -1px;
    display: flex;
  }

  .nav-social-link {
    color: #9b9b9b;
    border-bottom: 1px solid #454545;
    border-right: 1px solid #454545;
    justify-content: center;
    align-items: center;
    width: 33.3333%;
    height: 7.092em;
    transition: all .3s;
    display: flex;
  }

  .nav-social-link:hover {
    color: var(--white);
  }

  .nav-social-icon {
    justify-content: center;
    align-items: center;
    width: 2.8em;
    height: 2.8em;
    display: flex;
  }

  .css {
    height: 0;
  }

  .s5-box.is-charcoal {
    background-color: #1f1f1f;
  }

  .s5-box.is-yellow-mob {
    background-color: var(--yellow);
  }

  .logo-box.logo-box1 {
    width: 10.039em;
  }

  .logo-box.logo-box2 {
    width: 7.8em;
  }

  .logo-box.logo-box3 {
    width: 9.951em;
  }

  .logo-box.logo-box4 {
    width: 6.52em;
  }

  .logo-box.logo-box5 {
    width: 8.402em;
  }

  .logo-box.logo-box6 {
    width: 7.194em;
  }

  .logo-box.logo-box7 {
    width: 7.825em;
  }

  .no-wrap-mob {
    white-space: nowrap;
  }

  .section-2 {
    height: auto;
    padding-top: 4.4em;
    padding-bottom: 4.4em;
  }

  .grid {
    grid-template-rows: repeat(11, 1fr);
    grid-template-columns: repeat(20, 1fr);
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: -4.2em;
    margin-left: -12.8em;
    display: grid;
  }

  .cell {
    border-radius: 0;
    width: 4.77em;
    height: 4.77em;
  }

  .cell._5.mob {
    z-index: -1;
    margin-top: -2.7em;
    margin-left: .3em;
    position: relative;
  }

  .cell._5.mob2 {
    opacity: 0;
  }

  .cell.pink {
    display: none;
  }

  .cell._6.mob {
    margin-top: -1em;
    margin-right: -1em;
  }

  .character.big {
    width: 6.3em;
  }

  .character.cat {
    width: 5.3em;
  }

  .backers_section {
    padding-top: 4.4em;
    padding-bottom: 4.4em;
    overflow: hidden;
  }

  .pagination {
    width: 90%;
    margin-bottom: 3em;
  }

  .grid_back {
    z-index: -1;
    width: 48.5em;
    max-width: none;
    display: block;
    position: absolute;
    top: -3.9em;
    right: -1.3em;
  }

  .phone_mockup {
    margin-bottom: -1em;
    display: block;
  }

  .hero_mob_bg {
    z-index: -1;
    width: 35.4em;
    max-width: none;
    display: block;
    position: absolute;
    bottom: 1.2em;
    left: 0;
  }

  .rich.m-top-80 {
    margin-top: 0;
  }

  .image-article {
    width: 100%;
  }
}

#w-node-_6e08932d-0a0c-81c5-b51a-58a1a8c06b47-3737afc3, #w-node-fc14b85f-8c8b-8e39-4df6-d0cd7a53d78b-3737afc3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-eeae6dd5-c625-d3e8-4bc3-500c52ddb052-3737afc3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1845e4b9-dac3-9cf8-0552-12dd9818de5f-3737afc3 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_3e4275dd-b4ad-cb68-e524-4c2b4d05a89d-3737afc3 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_73d85cc4-f84c-c980-3c68-1ac5ade262eb-3737afc3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_53007e6d-82a5-74ce-541a-8a777dc0f6c4-3737afc3 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-dc4f0dc4-7eba-676a-95ec-51a757090443-3737afc3 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_9305407b-b399-78bd-6d85-83fa82aa4b7a-3737afc3 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_230a42bb-0ec6-5cd5-72ff-21108b5f2596-3737afc3 {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-e32bbac7-f293-f7ae-1069-7796bba49ec8-3737afc3 {
  grid-area: 9 / 1 / 9 / 2;
}

#w-node-_8c202b37-3f6b-3c6f-142e-c75d0fdc10dc-3737afc3 {
  grid-area: 8 / 6 / 9 / 7;
}

#w-node-_255e5abc-3dd5-dd9f-00c3-79e3f23bdaa9-3737afc3 {
  grid-area: 4 / 15 / 5 / 16;
}

#w-node-_42ced4ca-2c90-f7f0-b6b9-4ec24d661910-3737afc3 {
  grid-area: 2 / 16 / 3 / 17;
}

#w-node-_259d0dea-8ea4-5d80-0730-bb4b70965c46-3737afc3 {
  grid-area: 2 / 19 / 3 / 20;
}

#w-node-_911bbe68-3a30-e851-81a2-3c66fa56d906-3737afc3 {
  grid-area: 4 / 18 / 5 / 19;
}

#w-node-f48e90f2-6567-c6ca-781b-11c479b5ebe9-3737afc3 {
  grid-area: 6 / 15 / 7 / 16;
}

#w-node-_4f1cb709-7c62-2126-e92b-102cfacde684-3737afc3 {
  grid-area: 7 / 19 / 8 / 20;
}

#w-node-_91d9fd9b-560a-1a9e-6a83-edf2df7367ae-3737afc3 {
  grid-area: 8 / 17 / 9 / 18;
}

#w-node-ea073398-356b-d0d2-b524-696668cef966-3737afc3 {
  grid-area: 8 / 18 / 9 / 19;
}

#w-node-_58afb286-eab4-da08-6b12-cbbe91bc6a7b-3737afc3 {
  grid-area: 10 / 15 / 11 / 16;
}

#w-node-c32a8ecd-8cd8-aa2f-ab87-dd1e48c07911-3737afc3 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_45ca4182-8ed4-7309-c209-0d5e955571dc-3737afc3 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_96ef8258-4fd3-a0df-0bad-642f29c13c23-3737afc3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d860902f-9d4f-addc-ab4e-2e25e45ad19d-3737afc3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ece46e50-2aac-ccf1-3438-665c303e0ccc-3737afc3 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: auto;
}

#w-node-_1a529461-2ea9-27ce-f8bf-4b126e4dca38-3737afc3 {
  grid-area: 2 / 6 / 3 / 8;
}

#w-node-_1964c95b-76f5-79b3-bc40-3f16632bc5ac-3737afc3 {
  grid-area: 2 / 8 / 3 / 10;
  align-self: auto;
}

#w-node-_2cc6e6af-aa1b-826e-cadd-7a481e52ec19-3737afc3 {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-d954dde2-0e06-fdea-35c7-1b6d078a504d-3737afc3 {
  grid-area: 3 / 8 / 4 / 10;
}

#w-node-_95e73c21-97ec-613f-f15d-6fa4e3680c84-3737afc3 {
  grid-area: 3 / 10 / 4 / 11;
}

#w-node-_7067e52d-19ec-4895-e395-87b53109d0f1-3737afc3 {
  grid-area: 4 / 2 / 5 / 4;
}

#w-node-_678f956a-ec34-4e32-96c1-905e80489568-3737afc3 {
  grid-area: 4 / 6 / 5 / 8;
  align-self: auto;
}

#w-node-ab7923e5-33af-ef3a-5ff1-346a0e51ee60-3737afc3 {
  grid-area: 4 / 8 / 5 / 9;
}

@media screen and (max-width: 479px) {
  #w-node-_73d85cc4-f84c-c980-3c68-1ac5ade262eb-3737afc3 {
    grid-area: 10 / 17 / 11 / 18;
  }

  #w-node-_53007e6d-82a5-74ce-541a-8a777dc0f6c4-3737afc3 {
    grid-area: 5 / 19 / 6 / 20;
  }

  #w-node-dc4f0dc4-7eba-676a-95ec-51a757090443-3737afc3 {
    grid-area: 2 / 5 / 3 / 6;
  }

  #w-node-_9305407b-b399-78bd-6d85-83fa82aa4b7a-3737afc3 {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-_230a42bb-0ec6-5cd5-72ff-21108b5f2596-3737afc3 {
    grid-area: 11 / 17 / 12 / 18;
  }

  #w-node-e32bbac7-f293-f7ae-1069-7796bba49ec8-3737afc3 {
    grid-row: 9 / 10;
    grid-column-start: 1;
  }

  #w-node-_8c202b37-3f6b-3c6f-142e-c75d0fdc10dc-3737afc3 {
    grid-area: 11 / 3 / 12 / 4;
  }

  #w-node-_255e5abc-3dd5-dd9f-00c3-79e3f23bdaa9-3737afc3 {
    grid-area: 3 / 15 / 4 / 16;
  }

  #w-node-_42ced4ca-2c90-f7f0-b6b9-4ec24d661910-3737afc3 {
    grid-area: 3 / 17 / 4 / 18;
  }

  #w-node-_259d0dea-8ea4-5d80-0730-bb4b70965c46-3737afc3 {
    grid-area: 3 / 16 / 4 / 17;
  }

  #w-node-_911bbe68-3a30-e851-81a2-3c66fa56d906-3737afc3 {
    grid-area: 12 / 15 / 13 / 16;
  }

  #w-node-f48e90f2-6567-c6ca-781b-11c479b5ebe9-3737afc3 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_4f1cb709-7c62-2126-e92b-102cfacde684-3737afc3 {
    grid-row: 6 / 7;
  }

  #w-node-_91d9fd9b-560a-1a9e-6a83-edf2df7367ae-3737afc3 {
    grid-area: 12 / 2 / 13 / 3;
  }

  #w-node-_58afb286-eab4-da08-6b12-cbbe91bc6a7b-3737afc3 {
    grid-area: 6 / 2 / 7 / 2;
  }

  #w-node-c32a8ecd-8cd8-aa2f-ab87-dd1e48c07911-3737afc3 {
    grid-column: 1 / 6;
  }

  #w-node-_45ca4182-8ed4-7309-c209-0d5e955571dc-3737afc3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_96ef8258-4fd3-a0df-0bad-642f29c13c23-3737afc3 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-d860902f-9d4f-addc-ab4e-2e25e45ad19d-3737afc3 {
    grid-row: 4 / 5;
  }

  #w-node-ece46e50-2aac-ccf1-3438-665c303e0ccc-3737afc3 {
    grid-area: 7 / 5 / 8 / 6;
  }

  #w-node-_1a529461-2ea9-27ce-f8bf-4b126e4dca38-3737afc3 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_1964c95b-76f5-79b3-bc40-3f16632bc5ac-3737afc3 {
    grid-area: 6 / 3 / 7 / 5;
  }

  #w-node-_2cc6e6af-aa1b-826e-cadd-7a481e52ec19-3737afc3 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-d954dde2-0e06-fdea-35c7-1b6d078a504d-3737afc3 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_95e73c21-97ec-613f-f15d-6fa4e3680c84-3737afc3 {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-_7067e52d-19ec-4895-e395-87b53109d0f1-3737afc3 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_678f956a-ec34-4e32-96c1-905e80489568-3737afc3 {
    grid-column: 3 / 5;
  }

  #w-node-ab7923e5-33af-ef3a-5ff1-346a0e51ee60-3737afc3 {
    grid-area: 2 / 5 / 3 / 6;
  }
}
