:root {
  --black-p: #0f0222;
  --midnight-blue: #210942;
  --medium-purple: #bb86fc;
  --light-coral: #fe626e;
  --thistle: #dfc9fc;
  --podium-purple: #6708ef;
}

.body {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--black-p), var(--midnight-blue));
  object-fit: fill;
  overflow: visible;
}

.navbar {
  z-index: 9998;
  background-image: linear-gradient(to right, var(--black-p), var(--midnight-blue));
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 111px;
  display: flex;
  position: relative;
}

.image {
  filter: saturate(150%);
  height: 84px;
  margin-top: 22px;
  margin-left: 20px;
  position: fixed;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 33.3333% 33.3333% 33.3333%;
  grid-auto-columns: 1fr;
  margin: 25px 100px;
  display: grid;
}

.headline1 {
  color: #fff;
  margin-top: 0;
  font-family: new-order;
  font-size: 111px;
  font-weight: 600;
  line-height: 111px;
  display: none;
  position: relative;
}

.text-span {
  z-index: 5;
  background-image: linear-gradient(209deg, var(--medium-purple), var(--light-coral) 95%);
  filter: saturate(150%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  position: relative;
}

.div-block {
  flex-direction: column;
  align-items: center;
  margin-top: -205px;
  display: flex;
}

.image-2 {
  z-index: 7;
  max-width: 200px;
  display: none;
  position: relative;
  transform: translate(0);
}

.image-3 {
  z-index: 3;
  max-width: 400px;
  display: none;
  position: relative;
  transform: translate(0, -67px);
}

.image-4 {
  z-index: 4;
  max-width: 400px;
  margin-top: -187px;
  display: none;
  position: relative;
}

.image-5 {
  z-index: 10;
  opacity: .7;
  max-width: 100px;
  position: relative;
}

.heading2 {
  z-index: 15;
  color: var(--thistle);
  text-align: center;
  flex: 1;
  margin: 0;
  padding-bottom: 55px;
  font-family: new-order;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  position: relative;
}

.text-span-2 {
  color: #fff;
}

.scrolldown {
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 0% 1vh;
}

.heading {
  color: #fff;
  text-align: center;
  font-family: new-order;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
}

.hero {
  width: 100vw;
  margin-bottom: 150px;
}

.glassbox-parent {
  z-index: 5;
  object-fit: cover;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 748px;
  height: 280px;
  display: block;
  position: relative;
}

.container-theplatform {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-2 {
  background-color: #d53434;
  position: absolute;
}

.image-6 {
  z-index: 15;
  position: absolute;
  inset: -14% 95% auto auto;
}

.image-7 {
  z-index: 10;
  position: absolute;
  inset: -37% 24% auto auto;
}

.image-7.team {
  z-index: -10;
  filter: contrast(150%);
  inset: auto 50% -50% auto;
}

.section-platform {
  object-fit: contain;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 0;
  position: relative;
  overflow: visible;
}

.heading-2 {
  z-index: 10;
  color: #fff;
  font-family: new-order;
  font-size: 44px;
  font-weight: 600;
  line-height: 44px;
  position: absolute;
}

.heading-2.left {
  z-index: 15;
  margin-top: 44px;
  padding-left: 60px;
}

.heading-2.roadmap {
  margin-left: 50px;
}

.heading-2.comings00n {
  text-align: center;
  font-size: 33px;
  line-height: 0;
  inset: 0% 0% 0% auto;
}

.glassboxbg {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transform: rotate(0);
}

.paragraph {
  z-index: 10;
  color: #fff;
  mix-blend-mode: normal;
  padding-top: 111px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: new-order;
  font-size: 18px;
  line-height: 24px;
  position: absolute;
}

.paragraph.circle {
  text-align: center;
  padding-top: 165px;
  line-height: 24px;
}

.paragraph.circle.card {
  margin-top: 15px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.image-8 {
  z-index: -5;
  filter: brightness(200%);
  position: absolute;
  top: -18px;
  left: -101px;
  right: 692px;
}

.image-9 {
  position: absolute;
  inset: auto -12% 26% auto;
}

.creators-community-advertisers.grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-columns: 33.3333% 33.3333% 33.3333%;
  justify-items: center;
  margin-top: 300px;
}

.div-block-3 {
  border-radius: 385px;
  width: 421px;
  height: 418px;
  position: relative;
}

.div-block-3.dao {
  height: 421px;
}

.div-block-3.creators {
  height: 418px;
}

.div-block-3.earn {
  height: 388px;
}

.glassboxbg-4 {
  z-index: 5;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.glassboxbg-5 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transform: rotate(45deg);
}

.image-10 {
  z-index: 15;
  position: absolute;
  inset: -68% 0% auto -20%;
}

.heading-3 {
  z-index: 15;
  color: #fff;
  margin-top: 60px;
  margin-left: 60px;
  font-family: new-order;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  position: absolute;
}

.heading-3.circle {
  z-index: 12;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 111px;
  margin-left: 0;
  display: flex;
  inset: 0% 0% auto;
}

.heading-3.phasetyperoadmap {
  margin-left: 0;
}

.heading-3.centre {
  margin-left: 0;
  display: flex;
}

.paragraph-2 {
  z-index: 10;
  color: #fff;
  margin-top: 120px;
  margin-left: 60px;
  margin-right: 60px;
  font-family: new-order;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
}

.glassboxbg-2 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 77%;
  display: block;
  position: relative;
  transform: rotate(0);
}

.diamond3d {
  position: absolute;
  inset: -79% 0% auto 21%;
}

.glassboxbg-3 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 62%;
  display: block;
  position: relative;
  transform: rotate(0);
}

.image-12 {
  z-index: -5;
  filter: blur(1px);
  position: absolute;
  inset: auto auto 3% 0%;
}

.community-3d-2 {
  z-index: 15;
  position: absolute;
  inset: -72% 10% auto auto;
}

.thegenesisnft {
  z-index: 5;
  object-fit: cover;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 748px;
  height: 239px;
  display: block;
  position: relative;
}

.containergenesisnft {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.creators-community-advertisers-copy.grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-columns: 33.3333% 33.3333% 33.3333%;
  justify-items: center;
  margin-top: 300px;
}

.earn-exclusive-community.grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-columns: 33.3333% 33.3333% 33.3333%;
  justify-items: center;
  margin-top: 200px;
}

.earn-3d-icon {
  z-index: 15;
  position: absolute;
  inset: -42% 0% auto 3%;
}

.quadrado-earn {
  z-index: -5;
  position: absolute;
  inset: auto auto 12% 11%;
}

.quadrado-earn.dao {
  filter: hue-rotate(18deg);
  display: none;
  bottom: 85%;
  left: 74%;
}

.community1-3d {
  position: absolute;
  inset: -60% 0% auto 14%;
}

.target3d-advertisers {
  z-index: 15;
  position: absolute;
  inset: -45% 10% auto auto;
}

.div-block-4 {
  z-index: 111;
  filter: contrast(200%);
  position: fixed;
}

.the-roadmap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 25% 25% 25% 25%;
  grid-auto-columns: 1fr;
  margin: 100px;
  display: grid;
}

.the-roadmap.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 150px;
  display: grid;
}

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

.paragraph-list-roadmap {
  color: #fff;
  font-family: new-order;
  line-height: 24px;
}

.paragraph-list-roadmap.strike {
  text-decoration: line-through;
}

.list {
  color: #fff;
  padding-left: 20px;
  font-family: new-order;
  line-height: 14px;
}

.image-14, .image-15, .image-16 {
  max-width: 100%;
}

.section-creators, .section-genesis {
  object-fit: contain;
  width: 100vw;
}

.section-earn {
  object-fit: fill;
  width: 100vw;
}

.section-roadmap {
  object-fit: contain;
  max-width: 1920px;
}

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

.image-18 {
  width: 200%;
  max-width: 100%;
}

.lottie-animation {
  z-index: 5;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: -124px;
  margin-left: 107px;
  position: relative;
}

.div-block-6 {
  object-fit: fill;
  height: 100px;
  overflow: hidden;
}

.section-team {
  object-fit: fill;
  width: 100vw;
}

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 14.2857% 14.2857% 14.2857% 14.2857% 14.2857% 14.2857% 14.2857%;
  grid-auto-columns: 14.2857%;
  margin: 100px;
  display: grid;
}

.div-block-8 {
  width: 282px;
  height: 437px;
}

.div-block-8.glassboxbg-2 {
  z-index: 1;
  flex-direction: column;
  display: flex;
}

.div-block-8.glassboxbg-2.dots {
  z-index: 10;
  margin-top: -30px;
}

.div-block-8.glassboxbg-2.lordquas {
  z-index: 5;
  margin-top: -30px;
}

.div-block-8.glassboxbg-2.bilal {
  z-index: 15;
  position: relative;
}

.div-block-8.glassboxbg-2.chet {
  z-index: 10;
}

.div-block-8.glassboxbg-2.dan {
  z-index: 0;
}

.div-block-8.glassboxbg-2.nightversion {
  z-index: -1;
  margin-top: -30px;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.card-type-header {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-family: new-order;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
}

.image-19, .image-20 {
  margin-top: 10px;
}

.image-21 {
  opacity: 1;
  margin-top: 15px;
}

.image-22 {
  width: 206px;
  max-width: 206px;
  position: absolute;
  inset: 25% auto auto -5%;
}

.div-block-10 {
  position: relative;
}

.image-23 {
  width: 300px;
  max-width: 100%;
  position: absolute;
  inset: -20% 50% 0% auto;
}

.image-24 {
  filter: hue-rotate(306deg);
  position: absolute;
  inset: 2% 10% auto auto;
}

.image-25 {
  position: absolute;
  inset: auto auto -100% 10%;
}

.image-26 {
  z-index: -2;
  position: absolute;
  inset: auto 0% -59% auto;
}

.footer {
  z-index: 9998;
  background-image: linear-gradient(to right, var(--black-p), var(--midnight-blue));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.image-27 {
  width: 30px;
  max-width: none;
  margin: 20px;
  font-size: 20px;
  position: relative;
}

.link-block.medium {
  z-index: 9998;
  cursor: pointer;
  align-self: center;
  font-size: 16px;
  position: relative;
}

.link-block.discord {
  align-self: center;
  position: relative;
}

.link-block-2 {
  opacity: .3;
  align-self: center;
  position: relative;
}

.image-28 {
  max-width: 55px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-11 {
  z-index: 99999999;
  justify-content: flex-end;
  max-height: 70px;
  display: flex;
  position: relative;
}

.div-block-11.down {
  z-index: 9998;
  display: flex;
}

.image-29 {
  z-index: 0;
  position: absolute;
  inset: auto auto 45% -19%;
}

.image-30 {
  z-index: 10;
  position: absolute;
  inset: auto auto 8% 70%;
}

.image-31 {
  position: absolute;
  inset: auto 9% -47% auto;
}

.image-32 {
  filter: blur(1px);
  position: absolute;
  inset: -69% auto auto -18%;
}

.image-33 {
  filter: blur(2px);
  position: absolute;
  inset: -90% auto auto 7%;
}

.twitter-footer {
  z-index: 9998;
  cursor: pointer;
  align-self: center;
}

.lottie-animation-2 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.lottie-animation-3 {
  width: 333px;
  min-width: 333px;
  max-width: 333px;
  margin-top: 5px;
  position: absolute;
  inset: -88% auto auto 8%;
}

.tonesegurado {
  opacity: 0;
  color: #fff;
  text-align: center;
  letter-spacing: .6px;
  cursor: none;
  margin-bottom: 30px;
  font-family: new-order;
  font-size: 9px;
  font-weight: 400;
  line-height: 13px;
}

.text-span-3 {
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
}

.div-block-12 {
  display: none;
}

.cursor {
  z-index: 999999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-34 {
  width: 30px;
}

.image-35 {
  z-index: 2147483647;
  mix-blend-mode: color-dodge;
  width: 1vw;
  min-width: 1vw;
  max-width: 1vw;
  height: 1vh;
  min-height: 1vh;
  max-height: 1vh;
  margin: .5vh .5vw;
  position: absolute;
}

.image-36 {
  filter: blur(1px);
  position: absolute;
  inset: auto auto 2% 6%;
}

.image-37 {
  position: absolute;
  inset: auto auto 32% -13%;
}

.list-item-1, .list-item-2, .list-item-3, .list-item-4 {
  font-size: 18px;
  line-height: 24px;
}

.div-block-13 {
  z-index: 99999;
  margin-top: 22px;
  margin-right: 20px;
  position: fixed;
}

.div-block-13.twitters {
  justify-content: flex-end;
  height: 70px;
  display: flex;
  inset: 0% 0% 0% auto;
}

.div-block-14 {
  margin-right: 20px;
  display: none;
  position: relative;
}

.div-block-15 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 25% 25% 25% 25%;
  grid-auto-columns: 1fr;
  max-width: 1080px;
  margin-left: 95px;
  margin-right: 130px;
  display: flex;
  position: absolute;
}

.div-block-16 {
  z-index: -10;
  background-image: linear-gradient(to right, var(--black-p), var(--midnight-blue));
  width: 100vw;
  position: relative;
}

.headline1-test {
  z-index: 10;
  color: #fff;
  margin-top: 0;
  font-family: new-order;
  font-size: 111px;
  font-weight: 600;
  line-height: 111px;
  position: relative;
}

.text-span-4 {
  background-color: var(--medium-purple);
  background-image: linear-gradient(214deg, var(--light-coral), var(--medium-purple));
  filter: contrast(150%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-5 {
  background-color: var(--medium-purple);
  background-image: linear-gradient(33deg, var(--medium-purple), var(--light-coral));
  filter: contrast(150%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-17 {
  object-fit: contain;
  position: absolute;
  inset: 0 0% 0%;
  overflow: hidden;
}

.div-block-18 {
  margin-top: 25vh;
}

.div-block-19 {
  justify-content: center;
  display: flex;
}

.paragraph-3 {
  width: 1075.33px;
  height: 20px;
  display: block;
}

.section {
  line-height: 10px;
}

@media screen and (max-width: 991px) {
  .body {
    background-color: #0000;
    background-image: linear-gradient(to right, var(--black-p), var(--midnight-blue));
    -webkit-text-fill-color: inherit;
    object-fit: contain;
    background-position: 0 0;
    background-clip: content-box;
  }

  .image {
    margin-top: 22px;
  }

  .grid {
    margin-top: 0;
  }

  .headline1 {
    font-size: 77px;
    line-height: 77px;
  }

  .div-block {
    margin-top: -117px;
    margin-right: -25vw;
  }

  .glassbox-parent {
    width: 566px;
    height: 333px;
  }

  .section-platform {
    margin-top: 500px;
    margin-bottom: 0;
  }

  .paragraph.platform {
    font-size: 18px;
  }

  .creators-community-advertisers.grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-3 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .image-10 {
    left: 2%;
  }

  .heading-3.phasetyperoadmap {
    text-shadow: -2px 2px 3px #6708ef33;
  }

  .image-12 {
    bottom: 15%;
    left: -20%;
  }

  .community-3d-2 {
    z-index: 0;
    top: -80%;
    right: 52%;
  }

  .thegenesisnft {
    width: 566px;
    height: 266px;
  }

  .earn-exclusive-community.grid {
    flex-direction: column;
    align-items: center;
    margin-top: 200px;
    display: flex;
  }

  .the-roadmap {
    margin-left: 100px;
    margin-right: 50px;
  }

  .div-block-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-roadmap {
    overflow: hidden;
  }

  .lottie-animation {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-7 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .image-27 {
    width: 22px;
  }

  .lottie-animation-2 {
    z-index: -5;
  }

  .iconss-roadmap {
    margin-left: 33px;
    margin-right: 0;
  }

  .list-roadmap {
    padding-left: 30px;
  }

  .lottie-animation-3 {
    width: 222px;
    min-width: 222px;
    max-width: 222px;
    top: -75%;
    left: 22%;
  }

  .cursor {
    display: none;
  }

  .image-36 {
    bottom: 0%;
    left: -1%;
  }

  .div-block-13.twitters {
    justify-content: flex-end;
    display: flex;
  }

  .div-block-15 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .div-block-16 {
    background-image: linear-gradient(to right, var(--black-p), var(--midnight-blue));
  }

  .headline1-test {
    font-size: 77px;
    line-height: 77px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-image: linear-gradient(to right, var(--black-p), var(--midnight-blue));
    background-position: 0 0;
  }

  .navbar {
    grid-template-columns: 50% 50%;
    width: 100vw;
  }

  .image {
    height: 70px;
  }

  .grid {
    place-content: center start;
    place-items: center start;
    margin-left: 100px;
    margin-right: 50px;
  }

  .headline1 {
    font-size: 55px;
    line-height: 55px;
  }

  .text-span.color-text-hero {
    background-image: linear-gradient(209deg, var(--medium-purple), var(--light-coral) 95%);
  }

  .div-block {
    margin-right: 0;
    display: none;
  }

  .image-2, .image-3 {
    display: block;
  }

  .image-5 {
    max-width: 77px;
    margin-top: -51px;
  }

  .hero {
    width: 100vw;
  }

  .glassbox-parent {
    width: 430px;
    height: 315px;
  }

  .image-7 {
    z-index: 1;
    top: -27%;
  }

  .section-platform {
    margin-top: 300px;
  }

  .image-9 {
    bottom: 49%;
    right: -16%;
  }

  .div-block-3.creators {
    height: 398px;
  }

  .glassboxbg-2 {
    height: 78%;
  }

  .thegenesisnft {
    width: 430px;
    height: 283px;
  }

  .the-roadmap {
    margin-left: 50px;
  }

  .div-block-7 {
    flex-direction: column;
    display: flex;
  }

  .div-block-8.glassboxbg-2.dots {
    z-index: 15;
    margin-left: 91px;
  }

  .div-block-8.glassboxbg-2.lordquas {
    z-index: 20;
    margin-top: -32px;
    margin-left: -99px;
  }

  .div-block-8.glassboxbg-2.bilal {
    z-index: 0;
  }

  .div-block-8.glassboxbg-2.chet {
    z-index: 5;
    margin-top: -30px;
    margin-left: 96px;
  }

  .div-block-8.glassboxbg-2.dan {
    z-index: 10;
    flex-wrap: wrap;
    margin-top: -30px;
    margin-left: -129px;
  }

  .image-22 {
    margin-top: 1888px;
    left: -18%;
  }

  .image-23 {
    margin-top: 1222px;
  }

  .image-24 {
    margin-top: 1555px;
  }

  .image-25 {
    margin-bottom: -666px;
  }

  .image-26 {
    margin-bottom: -1024px;
  }

  .image-31 {
    bottom: -10%;
  }

  .div-block-15 {
    grid-template-rows: auto auto;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .div-block-16 {
    background-image: linear-gradient(to right, var(--black-p), var(--midnight-blue));
  }

  .headline1-test {
    flex-direction: column;
    align-items: flex-start;
    font-size: 66px;
    line-height: 66px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-image: repeating-linear-gradient(to right, #0a0314, var(--midnight-blue));
    object-fit: contain;
    background-position: 0 0;
    overflow: visible;
  }

  .navbar {
    justify-content: flex-start;
    display: flex;
  }

  .image {
    height: 66px;
    margin-left: 0;
  }

  .grid {
    margin-top: 22px;
    margin-left: 22px;
    margin-right: 22px;
  }

  .headline1 {
    text-align: left;
    white-space: pre-wrap;
    object-fit: contain;
    font-size: 55px;
    line-height: 55px;
  }

  .div-block {
    margin-top: 0;
  }

  .image-5 {
    max-width: 50px;
    margin-top: -68px;
    margin-bottom: -37px;
  }

  .heading2 {
    margin-top: 33px;
  }

  .scrolldown {
    bottom: 10vh;
  }

  .glassbox-parent {
    width: 288px;
    height: 500px;
  }

  .image-7 {
    z-index: 1;
    top: -30%;
  }

  .section-platform {
    margin-top: 500px;
  }

  .heading-2 {
    position: relative;
  }

  .heading-2.left {
    padding-left: 30px;
    font-size: 33px;
    line-height: 33px;
  }

  .glassboxbg {
    margin-top: -82px;
  }

  .paragraph {
    padding-top: 118px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph.platform {
    padding-top: 24px;
  }

  .image-9 {
    bottom: 61%;
    right: 50%;
  }

  .div-block-3 {
    width: 288px;
    height: 480px;
  }

  .div-block-3.dao {
    width: 288px;
    height: 458px;
  }

  .div-block-3.creators {
    width: 288px;
    height: 525px;
  }

  .div-block-3.exclusive {
    width: 375px;
    height: 376px;
  }

  .div-block-3.earn {
    height: 461px;
    margin-top: 200px;
  }

  .glassboxbg-4 {
    z-index: 4;
  }

  .heading-3 {
    margin-left: 30px;
  }

  .heading-3.phasetyperoadmap.text-shadow-roadmap {
    margin-bottom: 30px;
    position: relative;
  }

  .glassboxbg-3 {
    height: 66%;
  }

  .community-3d-2 {
    z-index: 5;
    top: -68%;
    right: auto;
  }

  .thegenesisnft {
    width: 90vw;
    height: 318px;
  }

  .earn-exclusive-community.grid {
    align-items: center;
  }

  .earn-3d-icon {
    z-index: 0;
  }

  .community1-3d {
    left: 0%;
  }

  .target3d-advertisers {
    z-index: 0;
  }

  .the-roadmap {
    display: block;
  }

  .div-block-5 {
    height: auto;
    margin-bottom: 100px;
    display: block;
  }

  .section-earn {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-6 {
    display: none;
  }

  .div-block-11 {
    justify-content: space-between;
    display: flex;
  }

  .div-block-11.down {
    display: none;
  }

  .image-29 {
    z-index: 10;
    bottom: 71%;
    left: 30%;
  }

  .image-32 {
    z-index: 1;
  }

  .image-33 {
    z-index: 0;
  }

  .lottie-animation-2 {
    margin-left: 252px;
    display: block;
    position: absolute;
  }

  .iconss-roadmap {
    display: none;
  }

  .list-roadmap {
    padding-left: 0;
  }

  .lottie-animation-3 {
    top: -94%;
    left: 18%;
  }

  .div-block-13 {
    justify-content: center;
    margin-right: 0;
    display: flex;
    inset: auto 0% 0%;
  }

  .div-block-13.twitters {
    justify-content: center;
    inset: auto 0% 0%;
  }

  .div-block-14 {
    display: none;
    transform: rotate(-90deg);
  }

  .div-block-15 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 33px;
    margin-right: 33px;
    display: block;
  }

  .div-block-16 {
    background-image: linear-gradient(to right, var(--black-p), var(--midnight-blue));
    object-fit: contain;
    overflow: hidden;
  }

  .headline1-test {
    text-align: left;
    white-space: pre-wrap;
    flex-wrap: wrap;
    font-size: 66px;
    line-height: 66px;
    display: flex;
  }
}

#w-node-ee25e2b6-b6d3-cdd5-d06f-e93df52e9cbe-99dbc5c0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e825ed58-4ad6-1558-2abf-a8e1ac303749-99dbc5c0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f10e069a-3db3-fcc9-425b-1d3fd20115ca-99dbc5c0 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-c2d9efa1-cff1-1c83-a5a5-268b6307829a-99dbc5c0 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start end;
}

#w-node-b96af6a6-5bd2-98b1-2f0c-665a3d58aec5-99dbc5c0 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-cc03f831-a55d-ca4e-f1a0-b93bb677b57c-99dbc5c0 {
  grid-area: 1 / 1 / 1 / 4;
  justify-self: end;
}

#w-node-_9eddfdec-ab8a-8b6a-0dcc-842db55cadb6-99dbc5c0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_98f12691-a7bf-cf7b-4af4-57edb87737c2-99dbc5c0 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-dc536b87-bb85-ebfb-0c68-687aaa5efb91-99dbc5c0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3e8d02eb-4a8c-8a3c-768e-ec577baa83f4-99dbc5c0 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-dc536b87-bb85-ebfb-0c68-687aaa5efb8a-99dbc5c0 {
  grid-area: 3 / 1 / 4 / 2;
}

#ROADMAP.w-node-_17275db7-1117-481b-a8a4-1cd9210f9f65-99dbc5c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f67c648a-6815-c544-51d3-d72a65dd56b6-99dbc5c0 {
  grid-area: 1 / 4 / 5 / 5;
  justify-self: end;
}

#w-node-e1661207-f23a-ed4c-570a-601a55a1c9c0-99dbc5c0, #w-node-_3762ff75-b2ed-ad7d-f144-7a10c1862f1c-99dbc5c0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-bf120793-53da-8a23-acb5-e226581f5a30-99dbc5c0 {
  grid-area: 2 / 1 / 4 / 5;
}

#w-node-_2b8f4409-bd20-bc6f-e7ef-236a8e62de6f-99dbc5c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9e8008d-37dc-8410-4663-a261ca737f47-99dbc5c0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b6b05c80-8086-d8ea-2442-b0f6d1f005ce-99dbc5c0 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-b2c0a729-0774-482a-8bb6-a10baa27eb9c-99dbc5c0 {
  grid-area: 1 / 3 / 2 / 8;
  align-self: center;
}

#w-node-ffe46fa5-aff6-36fb-a4fc-99c56efede3e-99dbc5c0 {
  grid-area: 1 / 3 / 2 / 6;
  align-self: center;
}

#w-node-_4442f1bc-acd2-8c50-62ea-187c65c9b4d2-99dbc5c0 {
  grid-area: 4 / 1 / 6 / 5;
}

#w-node-_7adc9c1a-7dc0-0d0b-c917-8a716a774019-99dbc5c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4442f1bc-acd2-8c50-62ea-187c65c9b4d3-99dbc5c0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3219c706-cae9-7ffb-cf16-1e0a66050767-99dbc5c0, #w-node-_4442f1bc-acd2-8c50-62ea-187c65c9b4d5-99dbc5c0 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-f8966a74-c8ca-c705-9940-e4a97dba2123-99dbc5c0 {
  grid-area: 1 / 3 / 2 / 8;
  align-self: center;
}

#w-node-_36fef9e6-6be0-0850-18b4-33d917b03d8e-99dbc5c0 {
  grid-area: 1 / 3 / 2 / 6;
  align-self: center;
}

#w-node-_6fd21928-8fa9-8aa7-6b65-dc1f63c6a50a-99dbc5c0 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_9540f4af-781f-2a6e-494a-64a572e6a296-99dbc5c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fd21928-8fa9-8aa7-6b65-dc1f63c6a50b-99dbc5c0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dc1dc58b-68f4-e6fa-7ab6-15a2f0ddedf4-99dbc5c0, #w-node-_6fd21928-8fa9-8aa7-6b65-dc1f63c6a50d-99dbc5c0 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_8c019684-9821-d624-d0f8-26562ee8e87b-99dbc5c0 {
  grid-area: 1 / 3 / 2 / 8;
  align-self: center;
}

#w-node-_9180ad9e-44aa-7b89-be95-11937d709ce6-99dbc5c0 {
  grid-area: 1 / 3 / 2 / 6;
  align-self: center;
}

#w-node-_96e78a2b-fb47-74f3-4b57-a887aeeeff22-99dbc5c0 {
  grid-area: 8 / 1 / 11 / 5;
}

#w-node-f789bceb-3c48-dada-7089-25d9ef91a388-99dbc5c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96e78a2b-fb47-74f3-4b57-a887aeeeff23-99dbc5c0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-aaf78f82-7e72-6264-1be7-364e76548814-99dbc5c0, #w-node-_96e78a2b-fb47-74f3-4b57-a887aeeeff25-99dbc5c0 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_5163069b-f58f-2086-35c0-bf75de6211a7-99dbc5c0 {
  grid-area: 1 / 3 / 2 / 7;
  align-self: center;
}

#w-node-_4e7f2379-f19b-c9c5-8fca-edd9c60f28ae-99dbc5c0 {
  grid-area: 1 / 3 / 2 / 6;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-f67c648a-6815-c544-51d3-d72a65dd56b6-99dbc5c0 {
    grid-column: 4 / 5;
    grid-row-end: 2;
    align-self: start;
  }

  #w-node-e1661207-f23a-ed4c-570a-601a55a1c9c0-99dbc5c0, #w-node-bf120793-53da-8a23-acb5-e226581f5a30-99dbc5c0 {
    grid-column-start: 1;
  }

  #w-node-_2b8f4409-bd20-bc6f-e7ef-236a8e62de6f-99dbc5c0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b6b05c80-8086-d8ea-2442-b0f6d1f005ce-99dbc5c0 {
    grid-column: 2 / 3;
  }

  #w-node-b2c0a729-0774-482a-8bb6-a10baa27eb9c-99dbc5c0 {
    grid-area: 1 / 3 / 2 / 8;
    align-self: center;
  }

  #w-node-_4442f1bc-acd2-8c50-62ea-187c65c9b4d2-99dbc5c0 {
    grid-column-start: 1;
  }

  #w-node-_7adc9c1a-7dc0-0d0b-c917-8a716a774019-99dbc5c0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3219c706-cae9-7ffb-cf16-1e0a66050767-99dbc5c0 {
    grid-column: 2 / 3;
  }

  #w-node-f8966a74-c8ca-c705-9940-e4a97dba2123-99dbc5c0 {
    grid-column-start: 3;
  }

  #w-node-_6fd21928-8fa9-8aa7-6b65-dc1f63c6a50a-99dbc5c0 {
    grid-column-start: 1;
  }

  #w-node-_9540f4af-781f-2a6e-494a-64a572e6a296-99dbc5c0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-dc1dc58b-68f4-e6fa-7ab6-15a2f0ddedf4-99dbc5c0 {
    grid-column: 2 / 3;
  }

  #w-node-_8c019684-9821-d624-d0f8-26562ee8e87b-99dbc5c0 {
    grid-area: 1 / 3 / 2 / 8;
    align-self: center;
  }

  #w-node-_96e78a2b-fb47-74f3-4b57-a887aeeeff22-99dbc5c0 {
    grid-column-start: 1;
  }

  #w-node-f789bceb-3c48-dada-7089-25d9ef91a388-99dbc5c0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-aaf78f82-7e72-6264-1be7-364e76548814-99dbc5c0 {
    grid-column-end: 3;
  }

  #w-node-_5163069b-f58f-2086-35c0-bf75de6211a7-99dbc5c0 {
    grid-column: 3 / 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e825ed58-4ad6-1558-2abf-a8e1ac303749-99dbc5c0, #w-node-f10e069a-3db3-fcc9-425b-1d3fd20115ca-99dbc5c0 {
    grid-column-end: 5;
  }

  #w-node-b96af6a6-5bd2-98b1-2f0c-665a3d58aec5-99dbc5c0 {
    grid-column: 2 / 4;
    grid-row-end: 3;
  }

  #w-node-cc03f831-a55d-ca4e-f1a0-b93bb677b57c-99dbc5c0 {
    grid-area: 1 / 1 / 1 / 4;
    justify-self: end;
  }

  #w-node-e1661207-f23a-ed4c-570a-601a55a1c9c0-99dbc5c0 {
    grid-area: 1 / 1 / 2 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cc03f831-a55d-ca4e-f1a0-b93bb677b57c-99dbc5c0 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: end;
  }
}


