.hero-section {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.dark-background {
  background-image: linear-gradient(#0009, #0009);
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.text-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.body {
  color: #fff;
  background-color: #4ba729;
  font-family: Sora, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 100%;
}

.heading {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 64px;
  line-height: 64px;
}

.text-block {
  color: #daffd4;
  text-align: center;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 200;
  line-height: 120%;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  margin-top: 24px;
  padding: 8px 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.html-embed {
  margin-top: 0;
  margin-bottom: -5px;
  margin-right: 7px;
}

.source-background-hidden {
  display: none;
}

.html-background-video {
  background-color: #0000;
  display: block;
}

.text-block-2 {
  color: #000;
  font-family: Open Sans, sans-serif;
}

.div-block-10 {
  background-color: #ffffff14;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  margin-top: 24px;
  margin-bottom: 10px;
  padding: 8px 20px;
}

.button-2 {
  color: #040c18;
  text-align: center;
  background-color: #fff;
  border-radius: 2px;
  margin-top: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.4;
}

.image-7 {
  width: 64px;
}

.heading-4 {
  color: #fff;
  text-align: center;
}

.heading-4.tokenomics {
  opacity: 1;
  color: #b7ded6;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 38px;
}

.heading-4.tokenomics.title {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.pokedex-entry {
  color: #daffd4;
  text-align: left;
  letter-spacing: 0;
  align-items: center;
  margin-top: 10px;
  margin-left: 10px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.tokenomics-vault {
  max-width: 1024px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 56px;
}

.action-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.image-8 {
  width: 150px;
  max-width: none;
}

.text-block-4 {
  font-size: 8px;
  line-height: 8px;
}

.text-block-5 {
  color: #ffffffbf;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  position: absolute;
  inset: auto 0% 16px;
}

.text-span {
  font-weight: 700;
}

.social-group-desktop {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  margin-top: 8px;
  display: flex;
}

.social-token-icon {
  background-color: #ffffff17;
  border: 1px #48fcc9;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  padding: 4px;
  display: flex;
}

.social-token-icon:hover {
  background-color: #3d835b;
}

@media screen and (min-width: 1280px) {
  .button-2 {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .text-wrapper {
    max-width: 650px;
  }

  .heading {
    font-size: 40px;
  }

  .heading-4.tokenomics {
    font-size: 32px;
    line-height: 38px;
  }

  .tokenomics-vault {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 35px;
  }

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

  .button-2 {
    font-size: 2vw;
  }

  .heading-4 {
    font-size: 32px;
    line-height: 43px;
  }

  .heading-4.tokenomics {
    font-size: 28px;
  }

  .heading-4.tokenomics.title {
    font-size: 32px;
    line-height: 43px;
  }

  .pokedex-entry {
    font-size: 2vw;
  }

  .social-group-desktop {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 30px;
  }

  .div-block-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-2 {
    font-size: 3vw;
  }

  .heading-4.tokenomics {
    font-size: 22px;
  }

  .heading-4.tokenomics.title {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .div-block-12 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-bottom: 24px;
  }

  .social-group-desktop {
    flex-flow: row;
    margin-top: 0;
    margin-bottom: 8px;
    display: none;
  }
}


