:root {
  --blue: #5331cf;
  --plum: #c9a8fe;
  --slate-blue: #7f52df;
  --black: #111;
  --n-cyan: #75fbfd;
  --medium-purple: #aa79f2;
  --blue-2: #1d18ff;
  --navy: #0e0920;
  --lightcyan: #e8ffff;
}

a {
  text-decoration: none;
}

.home-viewport {
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: none;
  position: sticky;
  top: 0;
}

.lottie-animation {
  width: 100vw;
}

.home-track {
  height: 271vw;
  position: relative;
  overflow: visible;
}

.body {
  background-color: #000;
}

.body.no-scroll {
  overflow: hidden;
}

.nav {
  z-index: 50;
  mix-blend-mode: normal;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-logo {
  height: 50px;
}

.image {
  filter: invert(0%);
  mix-blend-mode: normal;
  max-width: none;
  height: 100%;
  display: inline-block;
  position: relative;
}

.nav-options {
  grid-column-gap: 1.5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
}

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

.home-sec1 {
  z-index: 3;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 57vw;
  margin-top: -90vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25em;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
}

.h1 {
  margin-top: 10px;
  font-family: Outfit, sans-serif;
  font-size: 6.2em;
  line-height: 1;
}

.home-sec1-copy {
  grid-row-gap: .94em;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  max-width: 50em;
  display: flex;
}

.paragraph {
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
}

.home-pagination {
  z-index: 10;
  grid-row-gap: 40px;
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  left: 40px;
  right: auto;
}

.pagination-dot {
  background-color: #fff;
  border-radius: 100px;
  width: 10px;
  height: 10px;
}

.pagination-dot.current {
  border: 10px solid var(--blue);
  width: 30px;
  height: 30px;
}

.home-sec2 {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 57vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25em;
  display: flex;
  position: relative;
  top: auto;
  left: 0;
  right: 0;
}

.home-sec3 {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 57vw;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25em;
  display: flex;
  position: relative;
  top: auto;
  left: 0;
  right: 0;
}

.home-sec4 {
  z-index: 2;
  color: #fff;
  background-color: #ffffff12;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 57vw;
  padding-left: 100px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: 171vw;
}

.home-gamma4 {
  z-index: 3;
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 150vw;
  display: flex;
  position: relative;
  top: auto;
  overflow: visible;
  box-shadow: 6px 6px 40px #00000059;
}

.home-section-2 {
  background-color: #fff;
  height: auto;
  margin-top: 0%;
  padding-top: 5%;
  position: relative;
}

.button {
  border: 1px solid var(--blue);
  color: #fff;
  background-color: #5331cf26;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 10.9em;
  height: 2.5em;
  padding-left: .63em;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.button:hover {
  background-color: #5331cf4d;
}

.button.top-buffer {
  margin-top: 20px;
}

.button.dark {
  background-color: #5331cf80;
}

.button.hide {
  display: none;
}

.button-text {
  font-family: Outfit, sans-serif;
  font-size: 1.2em;
  line-height: 1.1;
  text-decoration: none;
}

.button-arrowbox {
  border: 1px solid var(--blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #2117c133;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.63em;
  height: 100%;
  display: flex;
}

.dot-block {
  z-index: 40;
  width: 500px;
  height: 150px;
  margin-top: 0;
  position: relative;
  inset: auto;
  overflow: visible;
}

.dot-block._1 {
  width: 500px;
  height: 150px;
  position: relative;
  top: auto;
  left: auto;
  overflow: visible;
}

.dot-block._2 {
  width: 150px;
  height: 500px;
  position: absolute;
  top: auto;
  left: auto;
  right: 36px;
  overflow: visible;
}

.home-infoblock-1 {
  border: 1px solid var(--blue);
  background-color: #5331cf26;
  border-radius: 10px;
  max-width: 550px;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
}

.h2 {
  margin-top: 10px;
  font-family: Outfit, sans-serif;
  font-size: 2em;
  line-height: 1.2;
  position: relative;
}

.h2.intro-icons {
  font-size: 1.5em;
}

.home-infoblock-2 {
  border: 1px solid var(--blue);
  background-color: #5331cf26;
  border-radius: 10px;
  max-width: 34.38em;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
}

.home-floatbox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 4.38em;
  margin-right: 4.38em;
  display: grid;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.home-infoblock-holder-1 {
  grid-row-gap: 1.25em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 1% 0% auto;
}

.home-infoblock-4 {
  border: 1px solid var(--blue);
  color: #fff;
  background-color: #5331cf26;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 200px;
  padding-top: 0;
  padding-bottom: 40px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-infoblock-4:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #5331cf4d;
}

.home-infoblock-4.dark {
  background-color: #5331cf80;
  padding-top: 1.1em;
  padding-left: .94em;
  padding-right: .94em;
}

._3dicon-1 {
  width: 5em;
  max-width: none;
  margin-bottom: -15px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.dot-block1 {
  z-index: 40;
  width: 150px;
  height: 500px;
  margin-top: 0;
  position: absolute;
  bottom: auto;
  right: 100px;
  overflow: hidden;
}

.dot-block1._1 {
  width: 500px;
  height: 150px;
  position: relative;
  top: auto;
  left: auto;
  overflow: visible;
}

.dot-block1._2 {
  width: 150px;
  height: 500px;
  position: absolute;
  top: auto;
  left: auto;
  right: 36px;
  overflow: visible;
}

.dot-block-2 {
  z-index: 40;
  width: 150px;
  height: 500px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: auto 2% auto auto;
  overflow: hidden;
}

.dot-block-2._1 {
  width: 500px;
  height: 150px;
  position: relative;
  top: auto;
  left: auto;
  overflow: visible;
}

.dot-block-2._2 {
  width: 150px;
  height: 500px;
  position: absolute;
  top: auto;
  left: auto;
  right: 36px;
  overflow: visible;
}

.dot-block-3 {
  z-index: 40;
  width: 500px;
  height: 150px;
  margin-top: 0;
  position: absolute;
  inset: -8% auto auto;
  overflow: visible;
}

.dot-block-3._1 {
  width: 500px;
  height: 150px;
  position: relative;
  top: auto;
  left: auto;
  overflow: visible;
}

.dot-block-3._2 {
  width: 150px;
  height: 500px;
  position: absolute;
  top: auto;
  left: auto;
  right: 36px;
  overflow: visible;
}

.dot-block-3.token {
  position: relative;
  top: auto;
}

.dot-block-3.home {
  margin-bottom: 0;
  position: relative;
  top: auto;
}

.home-sec2-copy {
  z-index: 5;
  grid-row-gap: 40px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 33.75em;
  display: flex;
  position: absolute;
  top: auto;
  right: auto;
}

.home-featured-block {
  color: #000;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-left: 6.25em;
  padding-right: 6.25em;
}

.img {
  width: 100%;
  max-width: none;
  display: block;
}

.featured-img {
  width: 11vw;
}

.featured-img-block {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.dot-block-4 {
  z-index: 40;
  width: 80%;
  height: 150px;
  margin: 10% auto;
  position: relative;
  inset: -8% auto auto;
  overflow: visible;
}

.dot-block-4._1 {
  width: 500px;
  height: 150px;
  position: relative;
  top: auto;
  left: auto;
  overflow: visible;
}

.dot-block-4._2 {
  width: 150px;
  height: 500px;
  position: absolute;
  top: auto;
  left: auto;
  right: 36px;
  overflow: visible;
}

.dot-block-4.hide-on-mobile {
  margin-top: 4%;
  margin-bottom: 4%;
}

.divider-black {
  opacity: .3;
  background-color: #0000;
  background-image: linear-gradient(to right, #fff, #000 25% 75%, #fff);
  border-radius: 20px;
  width: 100%;
  height: 2px;
}

.option-block {
  margin-left: auto;
  margin-right: auto;
}

.option-block.width80 {
  color: #000;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25em;
  padding-right: 6.25em;
  text-decoration: none;
  display: block;
  position: relative;
}

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

.button-arrowbox-solo {
  border: 1px solid var(--blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #2117c133;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 35px;
  display: flex;
}

.option-block-img {
  width: 15vw;
  max-width: 250px;
  margin-top: -30px;
  margin-bottom: -30px;
  padding-top: 0;
  padding-bottom: 0;
}

.horizontal-contain-nowidth {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-sec2-contain-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: grid;
}

.home-footer {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.footer {
  z-index: 100;
  background-color: var(--blue);
  border: 1px solid #ffffff80;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 100em;
  padding-top: 23px;
  padding-bottom: 23px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 40px #00000059;
}

.footer-logo {
  width: 150px;
  margin-bottom: 25px;
}

.footer-line {
  background-color: #fff0;
  background-image: linear-gradient(to right, #fff0, #ffffff80 25% 75%, #fff0);
  width: 70%;
  height: 1px;
}

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

.text-field {
  color: #ffffff80;
  background-color: #ffffff1a;
  border: 1px solid #ffffff80;
  border-radius: 7px;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 17px;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
}

.form-block {
  width: 70%;
  margin-bottom: 0;
}

.form {
  position: relative;
}

.submit-button {
  background-color: #ffffff1a;
  border: 1px solid #ffffff80;
  border-radius: 7px;
  padding-left: 44px;
  padding-right: 44px;
  font-family: Outfit, sans-serif;
  font-size: 1.2em;
  line-height: 1;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  margin-top: 45px;
  margin-bottom: 45px;
  display: grid;
}

.footer-link {
  color: #fff;
  text-align: left;
  font-family: Outfit, sans-serif;
  font-size: .9375em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
}

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

.footer-h3 {
  margin-top: 10px;
  font-family: Outfit, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3;
}

.footer-link-block {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-socials {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-link {
  width: 30px;
}

.nav-menu-icon {
  width: 60px;
  height: 41px;
  display: none;
}

.nav-trigger {
  width: 100%;
  height: 1px;
  display: block;
}

.nav-trigger.hide {
  display: none;
}

.menu-modal {
  z-index: 49;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #1c0d31;
  flex-direction: column;
  grid-template-rows: 2.25fr .25fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  place-items: center stretch;
  width: 100vw;
  height: 100vh;
  padding-top: 75px;
  display: none;
  position: fixed;
  top: 0;
  overflow: visible;
}

.menu-block-holder {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.menu-option {
  background-image: radial-gradient(circle at 50% 0, #715e8d80, #15003880);
  border: 1px solid #fff3;
  width: 28vw;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.menu-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 120px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.menu-arrow-block {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-link {
  width: 60px;
}

.menu-option-bottom {
  z-index: 2;
  grid-row-gap: 0px;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  padding-top: 20px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
  position: relative;
}

.menu-option-top {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  padding-top: 45px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
  position: relative;
}

.menu-option-img {
  width: 250px;
}

.small-number {
  font-family: Outfit, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.menu-option-bg {
  z-index: 0;
  opacity: .89;
  background-image: url('../images/untitled2-1_1.avif');
  background-position: 50%;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.menu-option-bg._3 {
  background-image: url('../images/0001_1.avif');
  background-position: 70%;
  background-size: cover;
}

.menu-option-bg._2 {
  background-image: url('../images/image_52.avif');
  background-position: 42%;
  background-size: cover;
}

.menu-option-bg._1 {
  background-image: url('../images/Screenshot-2023-05-04-at-5.18.58-PM_1.avif');
  background-size: cover;
}

.menu-option-bg._4 {
  background-image: url('../images/image_100.avif');
  background-position: 50%;
  background-size: cover;
}

.menu-option-bg._5 {
  background-image: url('../images/City-fight-Keyart-16.9-copy_1.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.menu-option-bottom-bg {
  opacity: .8;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: radial-gradient(circle at 50% 100%, #5331cfab, #5331cf30);
  position: absolute;
  inset: 0%;
}

.menu-track {
  align-items: stretch;
  display: flex;
  transform: none;
}

.lottie-animation-2 {
  filter: invert(0%);
}

.button-arrowbox-wide {
  border: 1px solid var(--blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #2117c133;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.home-sec1-5 {
  z-index: 3;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 57vw;
  padding-right: 0;
  display: flex;
  position: relative;
  top: auto;
}

.home-paragraph-limiter {
  max-width: 30.63em;
}

.copy-large {
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 1.44em;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

.copy-small {
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
}

.glare {
  z-index: 0;
  background-color: var(--blue);
  opacity: .2;
  filter: blur(50px);
  border-radius: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: auto;
}

.modal-orb-1 {
  z-index: 0;
  background-color: var(--slate-blue);
  opacity: .4;
  filter: blur(120px);
  border-radius: 100%;
  width: 70%;
  height: 90%;
  position: absolute;
}

.modal-orb-2 {
  z-index: 0;
  background-color: var(--blue);
  opacity: .4;
  filter: blur(120px);
  border-radius: 100%;
  width: 70%;
  height: 90%;
  position: absolute;
}

.token-footer {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.token-sec-1 {
  position: relative;
}

.token-sec1 {
  z-index: 5;
  grid-row-gap: .94px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 57vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25em;
  display: flex;
  position: relative;
}

.token-sec1.minuspad {
  margin-top: -90vh;
}

.background-video {
  background-image: linear-gradient(to top, #000, #5331cf29 15%);
  width: 100vw;
  height: 100%;
  position: absolute;
}

.token-sec1-float {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -8em;
}

.token-buyblock {
  grid-column-gap: 1em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.exchangeicon-1 {
  width: 120px;
  max-width: none;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.home-buyblock-4 {
  border: 1px solid var(--blue);
  color: #fff;
  background-color: #5331cf26;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: none;
  padding-top: 15px;
  padding-bottom: 40px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-buyblock-4:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #5331cf4d;
}

.token-buytitle {
  z-index: 10;
  color: #fff;
  text-align: center;
  position: absolute;
  inset: -30% 0% auto;
}

.scrub-section {
  z-index: auto;
  position: relative;
}

.button-bottomblock {
  border: 1px solid var(--blue);
  color: #fff;
  background-color: #5331cf26;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.5em;
  padding-left: 1.7em;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.button-bottomblock:hover {
  background-color: #5331cf4d;
}

.button-bottomblock.top-buffer {
  margin-top: 20px;
}

.button-arrowbox-extended {
  border: 1px solid var(--blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #2117c133;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.7em;
  height: 100%;
  display: flex;
}

.home-infobutton-1 {
  border: 1px solid var(--blue);
  color: #fff;
  background-color: #5331cf26;
  border-radius: 10px;
  max-width: 34.38em;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.div-block {
  margin: 1.56em 1.7em;
}

.token-sec2-copy {
  grid-row-gap: 3.5em;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  max-width: 55em;
  display: flex;
}

.home-info-1 {
  border: 1px solid var(--blue);
  color: #fff;
  background-color: #5331cf26;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  max-width: 21em;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-2 {
  margin-top: 1.56em;
  margin-left: 1.56em;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lottie-animation-3 {
  position: sticky;
  top: 0;
}

.token-sequence {
  width: 100vw;
  display: block;
  position: sticky;
  top: 0;
}

.sticky-element {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.embed {
  width: 100%;
  height: 100%;
}

.token-gradient-overlay {
  z-index: 10;
  background-image: linear-gradient(#000, #00000029 15% 85%, #000);
  background-position: 0 0;
  position: absolute;
  inset: 0%;
}

.tempimg-overlay {
  z-index: 10;
  background-image: url('../images/untitled2-1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  display: none;
  position: absolute;
  inset: 0%;
}

.token-discordquote {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video-2 {
  border-radius: 40px;
  width: 95vw;
  max-width: 100em;
  height: 59vw;
}

.video-embed-2 {
  width: 95vw;
  max-width: 100em;
  position: relative;
}

.discordquote-block {
  border: 2px solid var(--blue);
  object-fit: fill;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 53vw;
  max-height: 53em;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.discordquote-copy {
  z-index: 2;
  grid-row-gap: 40px;
  color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 49%;
  display: flex;
  position: absolute;
}

.video-embed-1 {
  opacity: 1;
  width: 100vw;
  position: absolute;
}

.vembed-1-overlay {
  z-index: 2;
  background-image: linear-gradient(#0000 82%, #000);
  width: 100vw;
  height: 57vw;
  position: absolute;
}

.video-embed-3 {
  opacity: 1;
  width: 100vw;
  position: absolute;
}

.about-grid-1 {
  grid-column-gap: 5em;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.about-info-1 {
  border: 1px solid var(--blue);
  color: var(--blue);
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  max-width: 44em;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-info-2 {
  border: 1px solid var(--blue);
  color: #fff;
  background-color: #5331cf26;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  max-width: 26em;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-embed-4 {
  opacity: 1;
  width: 22vw;
  position: relative;
}

.storage-sec2-copy {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.storage-sec2-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-top: 3.13em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.storage-sec2 {
  z-index: 3;
  grid-row-gap: .94px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 57vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25em;
  padding-right: 6.25em;
  display: flex;
  position: relative;
}

.storage-sec2.minuspad {
  margin-top: -90vh;
}

.storage-infobutton-1 {
  border: 1px solid var(--blue);
  color: #fff;
  background-color: #5331cf26;
  border-radius: 10px;
  width: 28vw;
  min-height: 11.25em;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.video-embed-5 {
  opacity: 1;
  width: 100vw;
  margin-top: -57vw;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.storage-sec3 {
  z-index: 3;
  grid-row-gap: .94px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 57vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25em;
  padding-right: 6.25em;
  display: flex;
  position: relative;
}

.storage-sec3.minuspad {
  margin-top: -90vh;
}

.storage-sec3-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10em;
  display: flex;
  position: relative;
}

.storage-sec3-leftimg {
  width: 20em;
  position: relative;
}

.storage-sec3-copy1 {
  width: 24em;
  margin: 1.56em 1.7em;
}

.storage-sec4 {
  z-index: 3;
  grid-row-gap: .94px;
  color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  height: 55vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25em;
  padding-right: 6.25em;
  display: flex;
  position: relative;
}

.storage-sec4.minuspad {
  margin-top: -90vh;
}

.storage-sec4-block {
  grid-row-gap: 3.13em;
  border: 1px solid var(--blue);
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  display: flex;
  position: relative;
}

.storage-sec4-copy {
  grid-row-gap: 1em;
  color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.storage-infoblock-holder-1 {
  grid-column-gap: 1.25em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.button-long {
  border: 1px solid var(--blue);
  color: #fff;
  background-color: #5331cf26;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 10.9em;
  height: 2.5em;
  padding-left: .63em;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.button-long:hover {
  background-color: #5331cf4d;
}

.button-long.top-buffer {
  margin-top: 20px;
}

.button-long.dark {
  background-color: #5331cf80;
  width: 15.2em;
  transition: all .4s cubic-bezier(.455, .03, .515, .955);
}

.programlang-icon {
  width: 6.9em;
  max-width: none;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.video-embed-6 {
  opacity: 1;
  width: 100vw;
  position: absolute;
}

.smol-arrow {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 2.25fr .25fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.smol-arrow.dropdown {
  transform: rotate(90deg);
}

.oracle-form-holder {
  z-index: 5;
  text-align: center;
  width: 32em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: auto 0% -10%;
}

.text-margin {
  padding-left: 1.56em;
  padding-right: 1.56em;
}

.oracle-sec1 {
  z-index: 5;
  grid-row-gap: .94px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 57vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25em;
  display: flex;
  position: relative;
}

.oracle-sec1.minuspad {
  margin-top: -90vh;
}

.oracle-form {
  width: 90%;
  position: relative;
}

.button-form {
  color: #fff;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  padding-left: 0;
  font-size: 1.2em;
  line-height: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-form:hover {
  background-color: #5331cf4d;
}

.button-form.top-buffer {
  margin-top: 20px;
}

.button-form.dark {
  background-color: #5331cf80;
}

.button-text-form {
  background-color: #0000;
  width: 100%;
  padding-left: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.2em;
  line-height: 1.1;
  text-decoration: none;
  position: absolute;
  inset: auto auto auto 0%;
}

.button-formfx {
  border: 1px solid var(--blue);
  color: #fff;
  background-color: #5331cf26;
  border-radius: 5px;
  justify-content: flex-end;
  align-items: center;
  width: 10.9em;
  height: 2.5em;
  padding-left: .63em;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.button-formfx:hover {
  background-color: #5331cf4d;
}

.button-formfx.top-buffer {
  margin-top: 20px;
}

.button-formfx.dark {
  background-color: #5331cf80;
}

.button-formx {
  border: 1px solid var(--blue);
  color: #fff;
  text-align: center;
  background-color: #5331cf26;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 10.9em;
  height: 2.5em;
  padding-left: .63em;
  font-family: Outfit, sans-serif;
  font-size: 1.2em;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-formx.top-buffer {
  margin-top: 20px;
}

.button-formx.dark {
  background-color: #5331cf80;
}

.form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  display: grid;
}

.form-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5em;
  display: flex;
}

.form-field {
  border: 1px solid var(--blue);
  color: #fff;
  background-color: #5331cf26;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 2.5em;
  padding-left: .63em;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.form-field:hover {
  background-color: #5331cf4d;
}

.form-field.top-buffer {
  margin-top: 20px;
}

.form-field.dark {
  background-color: #5331cf80;
}

.oracle-infobutton-1 {
  border: 1px solid var(--blue);
  color: #fff;
  background-color: #5331cf26;
  border-radius: 10px;
  width: 28vw;
  height: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.gamma-sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.background-video-3 {
  z-index: 4;
  opacity: 1;
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
  position: absolute;
}

.citylight-bg {
  opacity: 1;
  max-width: none;
  height: 100%;
  position: relative;
}

.citylight-main {
  z-index: 4;
  opacity: 1;
  max-width: none;
  height: 100%;
  position: absolute;
}

.citylight-right {
  z-index: 4;
  opacity: 1;
  max-width: none;
  height: 60%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.citylight-left {
  z-index: 4;
  opacity: 1;
  max-width: none;
  height: 60%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.storage-sec1 {
  z-index: 5;
  grid-row-gap: .94px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 57vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25em;
  display: flex;
  position: relative;
}

.storage-sec1.minuspad {
  margin-top: -90vh;
}

.mobile-menu-socials {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-option-socials {
  background-image: radial-gradient(circle at 50% 0, #715e8d80, #15003880);
  border: 1px solid #fff3;
  width: 28vw;
  height: 100%;
  text-decoration: none;
  display: none;
  position: relative;
  overflow: hidden;
}

.about-sec-2 {
  position: relative;
}

.about-sec1 {
  z-index: 5;
  grid-row-gap: .94px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 57vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25em;
  display: flex;
  position: relative;
}

.about-sec1.minuspad {
  margin-top: -90vh;
}

.video-embed-7 {
  opacity: 1;
  width: 100vw;
  margin-top: -57vw;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.vembed-2-overlay {
  z-index: 2;
  background-image: linear-gradient(#0000 82%, #000);
  width: 100vw;
  height: 57vw;
  position: absolute;
}

.div-block-3 {
  justify-content: center;
  width: 90%;
  display: flex;
}

.body-home {
  background-color: #0e0920;
}

.code-embed {
  z-index: 0;
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
}

.n-home-hero--sec {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0e0920;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.n-hohe-left--block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.n-hohe-line {
  background-color: var(--n-cyan);
  width: 95%;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 4.6vw;
}

.n-hohe-right--block {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.n-hohe-logo {
  pointer-events: none;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.n-hohe-logo.light {
  display: none;
}

.n-hohe-title--block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 51px;
}

.outfit-b3-8vw {
  color: #fff;
  white-space: nowrap;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 3.8vw;
  font-weight: 700;
  line-height: 1;
}

.n-hohe-pinkdude--img {
  pointer-events: none;
  width: 30vw;
  max-width: 60vh;
  position: absolute;
  bottom: 0;
  right: 8%;
}

.n-home-about--sec {
  height: auto;
  margin-top: 5vw;
  display: block;
  overflow: visible;
}

.n-hoab-top--block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 5px solid var(--n-cyan);
  grid-template-rows: min-content;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: end stretch;
  display: grid;
}

.outfit-b3-8vw-cyan {
  color: var(--n-cyan);
  white-space: nowrap;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 3.8vw;
  font-weight: 700;
  line-height: 1;
}

.n-hoab-title--block {
  width: 85%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: auto;
}

.dis-img {
  width: 35vw;
  max-width: none;
  height: auto;
  display: block;
  overflow: clip;
}

.n-hoab-line {
  z-index: 5;
  background-color: var(--n-cyan);
  width: 100%;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.n-hoab-content--grid {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 5px solid var(--n-cyan);
  background-color: #0e0920;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.n-hoab-text--block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 62%;
  min-width: 770px;
  max-width: 960px;
  padding: 50px;
  display: flex;
}

.spin-img-1 {
  width: 19vw;
  max-width: 530px;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 15.2vw;
  overflow: clip;
  transform: rotate(10deg);
}

.outfit-l17 {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}

.n-hoab-content-img--block {
  width: 100%;
  height: 150%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.n-home-buttons--sec {
  display: none;
}

.n-hobu-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: min-content min-content min-content;
  grid-auto-columns: 1fr;
  margin-left: 5%;
  margin-right: 35%;
  display: grid;
  transform: perspective(1000px);
}

.n-hobu-item--cell {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  perspective: 1000px;
  text-align: center;
  flex-flow: column;
  width: 19vw;
  display: flex;
  transform: perspective(1000px);
}

.n-hobu-img--block {
  background-color: #fff3;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.n-hobu-img-inner--block {
  aspect-ratio: 1;
  perspective: 1000px;
  background-color: #120d27;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(1000px);
}

.image-3 {
  width: 45%;
  position: relative;
}

.n-hobu-frontglare {
  filter: blur(50px);
  pointer-events: none;
  background-color: #ffffff0d;
  border-radius: 500px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.n-hobu-edgeglare {
  filter: blur(50px);
  pointer-events: none;
  background-color: #ffffffb3;
  border-radius: 500px;
  width: 70%;
  height: 70%;
  position: absolute;
  top: auto;
}

.outfit-m24-cyan {
  color: var(--n-cyan);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.n-home-footer--sec {
  justify-content: space-between;
  align-items: flex-end;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.n-hofo-spline--block {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.spline-scene {
  margin-bottom: -8vw;
  margin-left: -34vw;
}

.n-hofo-links--block {
  z-index: 5;
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  pointer-events: auto;
  flex-flow: column;
  width: 360px;
  display: flex;
  position: relative;
}

.n-hofo-link--cell {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  pointer-events: auto;
  cursor: pointer;
  display: flex;
}

.outfit-m24 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}

.outfit-b3-8vw-copy {
  color: #fff;
  white-space: nowrap;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 3.8vw;
  font-weight: 700;
  line-height: 1;
}

.image-4 {
  width: 40vw;
  max-width: 70vh;
  position: absolute;
  top: auto;
  right: 5vw;
}

.n-home-why--sec {
  border-top: 5px solid var(--n-cyan);
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  top: auto;
}

.n-hero-why--wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-4 {
  z-index: 40;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.n-howh-line {
  background-color: var(--n-cyan);
  width: 5px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.n-howh-inner--grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  pointer-events: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.n-howh-right {
  background-color: #0e0920;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.n-howh-left {
  pointer-events: none;
  position: relative;
}

.image-5 {
  width: 40vw;
  position: absolute;
  bottom: 0;
}

.image-6 {
  width: 20vw;
  position: absolute;
  bottom: 152px;
  left: 0;
}

.n-howh-title--block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
}

.bold {
  font-weight: 700;
}

.outfit-l24 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
}

.n-home-why2--sec {
  z-index: 1;
  border-top: 5px solid var(--n-cyan);
  opacity: 1;
  pointer-events: auto;
  background-color: #0e0920;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.image-6-2 {
  width: 35vw;
  position: absolute;
  bottom: 100px;
  left: 0;
}

.image-5-2 {
  width: 50vw;
  position: absolute;
  bottom: 0;
}

.n-howh-wrap {
  flex-flow: column;
  height: 200vh;
  display: flex;
  position: relative;
}

.section {
  display: block;
}

.n-home-aging--sec {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 20vw;
  padding-bottom: 2vw;
  display: flex;
  position: relative;
}

.n-hohe-2-line {
  background-color: var(--n-cyan);
  width: 95%;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
}

.n-hoag-left--block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.n-hoag-right--block {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-flow: column;
  display: flex;
}

.outfit-m28-pink {
  color: #f0e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}

.n-hoag-title-inner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.n-hoag-title--block {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 51px;
}

.image-7 {
  z-index: 1;
  width: 50vw;
  margin-right: -12vw;
  position: relative;
}

.n-hoag-content-img--block {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.image-8 {
  z-index: 3;
  width: 50vw;
  position: absolute;
  right: -18vw;
}

.n-home-ecosystem--sec {
  flex-flow: column;
  height: 80vh;
  display: flex;
}

.n-hoec-top--block {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 30%;
  display: flex;
}

.n-hoec-midline {
  background-color: var(--n-cyan);
  width: 100%;
  height: 5px;
  position: absolute;
}

.n-hoec-title--block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin: 5%;
  display: flex;
}

.outfit-m28 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}

.n-hoec-bottom--block {
  grid-column-gap: 43px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 90%;
  height: auto;
  margin: auto;
  display: grid;
}

.n-hoec-bottom--cell {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.n-home-ecosystem--sec-copy {
  flex-flow: column;
  height: 80vh;
  display: flex;
}

.n-home-pillars--sec {
  height: auto;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
  position: relative;
}

.n-hopi-left--block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.n-hopi-right--block {
  width: 50%;
}

.outfit-b6vw-cyan {
  color: var(--n-cyan);
  white-space: nowrap;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 6vw;
  font-weight: 700;
  line-height: 1;
}

.list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.image-9 {
  width: 20vw;
  position: absolute;
  bottom: -50px;
  left: 28.7vw;
}

.n-hopi-midline {
  background-color: var(--n-cyan);
  width: 50%;
  height: 5px;
  position: absolute;
  bottom: 4.3vw;
  right: 0;
}

.n-home-edge--sec {
  border-bottom: 5px solid var(--n-cyan);
  height: 100vh;
  display: flex;
  position: relative;
}

.n-hoed-text--block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0e0920;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px 96px;
  display: flex;
  position: relative;
}

.n-hoed-left--block {
  border-right: 5px solid var(--n-cyan);
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.n-hoed-left--inner--block {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.image-10 {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 12% 0 auto;
}

.image-10-2 {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 45% 0 auto;
}

.image-10-3 {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 75% 0 auto;
}

.n-home-vision--sec {
  z-index: 4;
  border-bottom: 5px solid var(--n-cyan);
  background-color: #0e0920;
  height: auto;
  padding-top: 14vw;
  padding-bottom: 14vw;
  display: flex;
  position: relative;
}

.n-hovi-left--block {
  width: 50%;
  height: 100%;
  position: relative;
}

.n-hovi-right--inner--block {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.n-hovi-right-line--block {
  border-left: 5px solid var(--n-cyan);
  padding-left: 40px;
}

.n-hofo-outer--block {
  grid-column-gap: 12vw;
  grid-row-gap: 12vw;
  pointer-events: none;
  cursor: auto;
  flex-flow: column;
  display: flex;
  position: absolute;
  top: 5vw;
  left: 13vw;
}

.n-hofo-top--block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  pointer-events: none;
  flex-flow: column;
  display: flex;
}

.n-home-backed--sec {
  border-bottom: 5px solid var(--n-cyan);
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.n-hoba-main--block {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-top: 4vw;
  margin-bottom: 4vw;
  display: flex;
  position: relative;
}

.n-hoba-inner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.n-hoba-logos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-12 {
  width: 20vw;
}

.image-12.sm {
  width: 14vw;
}

.image-12.light {
  display: none;
}

.image-13 {
  width: 50vw;
  position: relative;
  bottom: auto;
}

.n-hoba-main2--block {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-14 {
  z-index: 2;
  width: 27vw;
  position: absolute;
  bottom: 0;
  right: 0;
}

.image-15 {
  pointer-events: none;
  width: 34vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-16 {
  width: 25vw;
}

.image-16.light {
  display: none;
}

.n-hoed2-text--block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0e0920;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 50px 96px;
  display: flex;
  position: relative;
}

.image-17 {
  width: 18vw;
  margin-top: -25px;
}

.image-17.dark {
  margin-top: -11px;
}

.image-17.light {
  margin-top: -11px;
  display: none;
}

.light-toggle--block {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 120px;
  height: 55px;
  display: grid;
  position: fixed;
  inset: auto auto 1% 1%;
}

.image-18 {
  width: 35px;
  max-width: none;
  position: relative;
}

.lito-selector {
  background-color: #0e0920;
  border-radius: 100px;
  width: 58px;
  height: 50px;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  transform: translate(2px);
}

.lito-link {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .nav-link {
    display: none;
  }

  .home-sec1 {
    align-items: center;
    height: 65vw;
    padding-left: 0;
  }

  .h1 {
    font-size: 6em;
  }

  .h1.mobile-quote {
    font-size: 3.4em;
  }

  .home-sec1-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .home-sec2, .home-sec3 {
    align-items: center;
    height: 65vw;
    padding-left: 0;
  }

  .dot-block.hide-on-mobile {
    display: none;
  }

  .h2 {
    font-size: 1.8em;
  }

  .home-floatbox {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    right: auto;
  }

  .home-infoblock-holder-1 {
    flex-direction: row;
    margin-top: 1.25em;
    position: relative;
    inset: auto 0% 0%;
  }

  .dot-block-2.hide-on-mobile, .dot-block-3.hide-on-mobile {
    display: none;
  }

  .home-featured-block {
    padding-bottom: 3.13em;
  }

  .dot-block-4.hide-on-mobile {
    display: none;
  }

  .home-sec2-contain-grid {
    grid-template-columns: .5fr .5fr 1fr;
  }

  .footer-line, .form-block, .footer-links {
    width: 90%;
  }

  .social-link.menu-mobile {
    width: 50px;
  }

  .nav-menu-icon {
    display: block;
  }

  .menu-modal {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: 2.25fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .menu-block-holder {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-option {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 34vw;
    display: flex;
  }

  .menu-bottom {
    display: none;
  }

  .menu-option-bottom {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-option-top {
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .menu-option-img {
    display: none;
  }

  .menu-track {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    display: grid;
  }

  .home-sec1-5 {
    align-items: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
  }

  .copy-large {
    font-size: 1.3em;
  }

  .copy-small {
    font-size: 1.1em;
  }

  .token-sec-1.no-overflow {
    overflow: hidden;
  }

  .token-sec1 {
    align-items: center;
    height: auto;
    min-height: 65vw;
    padding-top: 1.88em;
    padding-bottom: 1.88em;
    padding-left: 0;
  }

  .token-sec1-float {
    justify-content: center;
    padding-top: 1.56em;
    padding-bottom: 1.56em;
    top: 0;
  }

  .token-sec2-copy {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .discordquote-block {
    height: 50vw;
  }

  .discordquote-copy {
    width: 85%;
  }

  .vembed-1-overlay.hide-on-mobile {
    display: none;
  }

  .storage-sec2-copy {
    align-items: center;
  }

  .storage-sec2-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: auto;
    display: grid;
  }

  .storage-sec2 {
    text-align: center;
    align-items: center;
    height: auto;
    min-height: 65vw;
    padding-left: 2em;
    padding-right: 2em;
  }

  .storage-infobutton-1 {
    height: 100%;
    min-height: auto;
  }

  .video-embed-5 {
    margin-left: -66%;
    overflow: visible;
  }

  .storage-sec3 {
    align-items: center;
    height: auto;
    min-height: 65vw;
    padding: 1.88em 1.85em;
  }

  .storage-sec3-block {
    margin-top: 2em;
  }

  .storage-sec4 {
    height: auto;
    min-height: 65vw;
    padding: 3.13em 2em;
  }

  .storage-sec4-block {
    text-align: center;
  }

  .storage-infoblock-holder-1 {
    grid-column-gap: 1.25em;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .video-embed-6 {
    width: 100vw;
  }

  .storage-sec1 {
    align-items: center;
    height: auto;
    min-height: 65vw;
    margin-top: -33.55em;
    padding-top: 1.88em;
    padding-bottom: 1.88em;
    padding-left: 0;
  }

  .mobile-menu-socials {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .menu-option-socials {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 34vw;
    display: flex;
  }

  .about-sec-2.no-overflow {
    overflow: hidden;
  }

  .about-sec1 {
    align-items: center;
    height: auto;
    min-height: 65vw;
    padding-top: 1.88em;
    padding-bottom: 1.88em;
    padding-left: 0;
  }

  .video-embed-7 {
    margin-left: -66%;
    overflow: visible;
  }

  .vembed-2-overlay.hide-on-mobile {
    display: none;
  }

  .code-embed {
    width: 100%;
  }

  .n-home-hero--sec {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .n-hohe-pinkdude--img {
    width: 40vw;
  }

  .n-hoab-content--grid {
    flex-flow: column;
  }

  .n-hoab-text--block {
    width: 70%;
    min-width: auto;
  }

  .spline-scene {
    margin-left: -28vw;
  }

  .image-4 {
    max-width: 40vh;
    top: 57vh;
    right: auto;
  }

  .n-home-why--sec {
    flex-flow: column;
  }

  .n-howh-line {
    display: none;
  }

  .n-howh-inner--grid {
    grid-template-rows: min-content 1fr;
    grid-template-columns: 1fr;
  }

  .n-howh-right {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .n-home-why2--sec {
    flex-flow: column;
  }

  .n-home-aging--sec {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .n-hoag-left--block {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .n-hoag-title--block {
    width: auto;
    top: auto;
  }

  .n-hoec-bottom--block {
    grid-row-gap: 43px;
    grid-template-columns: 1fr 1fr;
  }

  .n-home-pillars--sec {
    flex-flow: column;
    padding-bottom: 0;
  }

  .n-hopi-left--block {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .n-hopi-right--block {
    width: 70%;
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-9 {
    position: relative;
    bottom: -48px;
  }

  .n-home-edge--sec {
    flex-flow: column;
  }

  .n-hoed-text--block {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .n-hoed-left--block {
    border-bottom: 5px solid var(--n-cyan);
    border-right-style: none;
    border-right-width: 0;
    width: 100%;
  }

  .n-hoed-left--inner--block {
    text-align: center;
  }

  .image-10 {
    width: 20vw;
    inset: auto auto -82px 5%;
  }

  .image-10-2 {
    width: 20vw;
    inset: auto auto -82px 41%;
  }

  .image-10-3 {
    width: 20vw;
    inset: auto auto -82px 77%;
  }

  .n-home-vision--sec {
    flex-flow: column-reverse;
    padding-top: 10vw;
    padding-bottom: 0;
  }

  .n-hovi-left--block {
    width: 70%;
  }

  .image-11 {
    width: 31vw;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .image-12.light {
    display: none;
  }

  .n-hoed2-text--block {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 89px;
    padding-bottom: 251px;
  }

  .image-17.dark, .image-17.light {
    margin-top: -14px;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    padding-left: 22px;
    padding-right: 22px;
  }

  .home-sec1 {
    height: 140vw;
  }

  .h1 {
    font-size: 3.5em;
  }

  .h1.mobile-quote {
    font-size: 2.3em;
  }

  .home-sec1-copy {
    max-width: 100%;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .paragraph {
    font-size: 1em;
  }

  .paragraph.hide-on-phone, .home-pagination {
    display: none;
  }

  .home-sec2, .home-sec3 {
    height: auto;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .home-gamma4 {
    height: 150vh;
    overflow: visible;
  }

  .home-section-2 {
    margin-top: 0;
    overflow: visible;
  }

  .button.top-buffer.hide-on-phone {
    display: none;
  }

  .home-infoblock-1 {
    width: 100%;
    max-width: none;
  }

  .h2 {
    font-size: 1.7em;
  }

  .home-infoblock-2 {
    max-width: none;
  }

  .home-floatbox {
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .home-infoblock-holder-1 {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: center;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  ._3dicon-1 {
    width: 4em;
  }

  .home-sec2-copy {
    max-width: 19em;
  }

  .home-featured-block {
    text-align: center;
    padding-left: 1.05em;
    padding-right: 1.05em;
  }

  .featured-img {
    width: 32vw;
  }

  .featured-img-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .option-block.width80 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .option-block-img {
    width: 50vw;
    max-width: none;
  }

  .horizontal-contain-nowidth {
    justify-content: space-between;
    display: flex;
  }

  .home-sec2-contain-grid {
    text-align: left;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-footer {
    overflow: visible;
  }

  .subscribe-block {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .text-field {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }

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

  .submit-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    margin-top: -1px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .footer-links {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .social-link.menu-mobile {
    width: 2.2em;
  }

  .nav-menu-icon {
    width: 50px;
  }

  .menu-modal {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: 2.25fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .menu-block-holder {
    overflow: visible;
  }

  .menu-option {
    width: auto;
  }

  .menu-option-bottom, .menu-option-top {
    padding-left: .94em;
    padding-right: .94em;
  }

  .menu-track {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-bottom: 30px;
    overflow: visible;
  }

  .home-sec1-5 {
    width: 90vw;
  }

  .copy-large {
    font-size: 1.2em;
  }

  .token-sec-1 {
    overflow: hidden;
  }

  .token-sec1 {
    margin-top: 4.69em;
  }

  .token-buyblock {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .exchangeicon-1 {
    width: 60px;
  }

  .token-buytitle {
    position: relative;
  }

  .scrub-section {
    overflow: visible;
  }

  .token-sec2-copy {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .video-embed-2 {
    width: 180vw;
  }

  .discordquote-block {
    width: 94vw;
    height: 100vw;
  }

  .video-embed-1 {
    width: 320vw;
    margin-left: -106%;
  }

  .vembed-1-overlay {
    height: 116vw;
  }

  .vembed-1-overlay.hide-on-mobile {
    height: 180vw;
    display: none;
  }

  .video-embed-3 {
    width: 170vw;
    margin-top: 70px;
    margin-left: -53%;
  }

  .about-grid-1 {
    grid-column-gap: 0em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .video-embed-4 {
    width: 90vw;
  }

  .storage-sec2-block {
    grid-template-columns: 1fr;
  }

  .storage-sec2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .storage-infobutton-1 {
    width: 90vw;
  }

  .storage-sec3 {
    padding-left: 1.1em;
    padding-right: 1.1em;
  }

  .storage-sec4-block {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .storage-infoblock-holder-1 {
    grid-template-columns: 1fr;
  }

  .video-embed-6 {
    width: 190vw;
    margin-left: -76%;
  }

  .citylight-right, .citylight-left {
    height: 100%;
  }

  .storage-sec1 {
    min-height: 130vw;
    margin-top: -37.25em;
  }

  .mobile-menu-socials {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .menu-option-socials {
    width: auto;
  }

  .about-sec-2 {
    height: 110vw;
    margin-top: 3.13em;
    overflow: hidden;
  }

  .about-sec1 {
    min-height: 130vw;
    margin-top: 4.69em;
  }

  .video-embed-7 {
    margin-top: -106vw;
    margin-left: -232%;
  }

  .vembed-2-overlay {
    height: 180vw;
  }

  .vembed-2-overlay.hide-on-mobile {
    height: 180vw;
    display: none;
  }

  .n-hohe-left--block {
    width: 90%;
    overflow: visible;
  }

  .n-hohe-pinkdude--img {
    width: 50vw;
  }

  .outfit-b3-8vw-cyan {
    white-space: normal;
    font-size: 7vw;
  }

  .dis-img {
    width: 50vw;
  }

  .n-hoab-text--block {
    width: 100%;
  }

  .spin-img-1 {
    width: 30vw;
    right: 34vw;
  }

  .spline-scene {
    margin-left: -126vw;
    position: relative;
    left: 82.7vw;
  }

  .image-4 {
    width: 70vw;
  }

  .n-home-why--sec {
    height: auto;
  }

  .n-howh-inner--grid {
    flex-flow: column-reverse;
    grid-template-rows: min-content 1fr;
    display: flex;
  }

  .n-howh-right {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .n-howh-left {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 30px;
    display: flex;
  }

  .image-5 {
    width: 70vw;
    display: block;
    position: relative;
    bottom: 0;
    overflow: visible;
  }

  .image-6 {
    width: 30vw;
  }

  .image-6-2 {
    width: 60vw;
  }

  .image-5-2 {
    width: 80vw;
    position: relative;
  }

  .n-hoag-right--block {
    width: 100%;
  }

  .image-7 {
    width: 80vw;
    max-width: none;
    position: static;
  }

  .image-8 {
    width: 80vw;
  }

  .n-home-ecosystem--sec {
    height: auto;
    margin-top: 70px;
  }

  .n-hoec-bottom--block {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .n-home-pillars--sec {
    padding-bottom: 13vw;
  }

  .n-hopi-right--block {
    width: 80%;
  }

  .outfit-b6vw-cyan {
    font-size: 10vw;
  }

  .image-9 {
    width: 30vw;
    bottom: -40px;
    left: 19.7vw;
  }

  .n-hopi-midline {
    bottom: 15.9vw;
  }

  .n-hoed-text--block {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .image-10 {
    width: 25vw;
    bottom: -43px;
  }

  .image-10-2 {
    width: 25vw;
    bottom: -43px;
    left: 0;
    right: 0;
  }

  .image-10-3 {
    width: 25vw;
    bottom: -43px;
    left: 69%;
  }

  .n-hovi-left--block {
    width: 100%;
  }

  .n-hovi-right--inner--block {
    width: 100%;
    margin-top: 55px;
  }

  .n-home-backed--sec {
    flex-flow: column;
  }

  .n-hoba-main--block {
    width: 100%;
  }

  .image-12 {
    width: 40vw;
  }

  .image-12.sm {
    width: 30vw;
  }

  .image-13 {
    width: 70vw;
  }

  .n-hoba-main2--block {
    width: 100%;
    margin-top: 50px;
  }

  .image-14, .image-15, .image-16 {
    width: 40vw;
  }

  .n-hoed2-text--block {
    padding: 50px 50px 181px;
  }

  .image-17 {
    width: 28vw;
    margin-top: -14px;
  }

  .image-17.dark, .image-17.light {
    margin-top: -8px;
  }
}

#w-node-_67404fe9-9a2c-e19b-3e62-f05b573c9eeb-7ded68ae {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_3f35a92e-0e14-c118-1084-2a4ffebdec3f-7ded68ae {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch center;
}

#w-node-_379ce292-be3a-6201-963c-c07304bb6e52-7ded68ae, #w-node-_3f35a92e-0e14-c118-1084-2a4ffebdec46-7ded68ae, #w-node-_4fbd4a80-b3fc-4900-4949-7d17eb8b0334-7ded68ae, #w-node-d062e0dc-a4db-0478-4049-9607929e251a-7ded68ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-a0fa5963-09da-072d-52fb-ad7139e102c1-7ded68ae {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-aeff1681-1a9e-75c8-c980-151dd2004a29-7ded68ae {
  place-self: center stretch;
}

#w-node-e2c6a242-c599-966d-fe95-84e377ea8902-7ded68ae {
  place-self: center;
}

#w-node-_8ad53dfe-0446-7253-448e-dd1bea581a82-7ded68ae {
  place-self: center end;
}

#w-node-_1ec8ee14-917d-2ef9-d849-d6bb9d35a53a-7ded68ae {
  place-self: center stretch;
}

#w-node-_1ec8ee14-917d-2ef9-d849-d6bb9d35a541-7ded68ae {
  place-self: center;
}

#w-node-_1ec8ee14-917d-2ef9-d849-d6bb9d35a542-7ded68ae {
  place-self: center end;
}

#w-node-_393637e9-0839-f6b4-f97a-f3b7a552ec5e-7ded68ae {
  place-self: center stretch;
}

#w-node-_393637e9-0839-f6b4-f97a-f3b7a552ec65-7ded68ae {
  place-self: center;
}

#w-node-_393637e9-0839-f6b4-f97a-f3b7a552ec66-7ded68ae {
  place-self: center end;
}

#w-node-_8408af8a-7c5f-430e-0739-96bcc1e6c9d5-c1e6c9c1, #w-node-_8408af8a-7c5f-430e-0739-96bcc1e6c9dc-c1e6c9c1, #w-node-_8408af8a-7c5f-430e-0739-96bcc1e6c9e3-c1e6c9c1, #w-node-_8408af8a-7c5f-430e-0739-96bcc1e6c9ea-c1e6c9c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_4e55fe41-b48c-3969-12f3-e3a2d8052a8b-d8052a8a, #w-node-_4e55fe41-b48c-3969-12f3-e3a2d8052a8c-d8052a8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e55fe41-b48c-3969-12f3-e3a2d8052a8d-d8052a8a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch;
}

#w-node-_4e55fe41-b48c-3969-12f3-e3a2d8052af5-d8052a8a {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch stretch;
}

#w-node-dd5adeb7-c3c5-084c-7d8e-afbc15587a38-cd440111 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center start;
}

#w-node-f697a8b4-1aae-d3b4-9053-1484fa04c20f-cd440111 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_54f7a446-b67b-4ce2-aeef-79cb68fb0d41-cd440111 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#w-node-_2a2b4b42-7986-dfd5-abb8-3b9af916d13c-cd440111 {
  place-self: center end;
}

#w-node-e7a2f10f-ae84-fb68-28b8-98cd67523a06-2eaa6d0b, #w-node-b81b303f-aadd-697c-d77d-b5adf68121f3-2eaa6d0b, #w-node-c2e2d9c8-85c0-9262-4111-e7fa09de6207-2eaa6d0b, #w-node-c2e2d9c8-85c0-9262-4111-e7fa09de620a-2eaa6d0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88439196-536b-0bd9-3075-fec3db430b9b-2eaa6d0b {
  place-self: center;
}

#w-node-bc3d17ce-c675-84a4-52ce-b1ce589d4247-2eaa6d0b, #w-node-_892ef851-3bca-ac49-ee9a-5a81284d573a-2eaa6d0b, #w-node-_8bf6079f-bda6-5bf3-db1a-cf3c2e931fbe-2eaa6d0b, #w-node-_402e2076-8c5c-1fd3-4f8b-98380e709178-2eaa6d0b {
  place-self: start center;
}

#w-node-e0abf9fd-a793-af87-7fac-e3d12fb04cb1-2eaa6d0b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_66e6288f-51e9-ecb9-98f5-66efb9ab154f-2eaa6d0b, #w-node-ba739003-e1ac-6803-9207-aff5befc3848-2eaa6d0b, #w-node-_0b260ea5-6218-9e3f-ef57-01792ef27c80-2eaa6d0b {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_67404fe9-9a2c-e19b-3e62-f05b573c9eeb-7ded68ae {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3f35a92e-0e14-c118-1084-2a4ffebdec3f-7ded68ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_379ce292-be3a-6201-963c-c07304bb6e52-7ded68ae {
    grid-column: span 1 / span 1;
  }

  #w-node-aeff1681-1a9e-75c8-c980-151dd2004a29-7ded68ae {
    justify-self: stretch;
  }

  #w-node-_4e55fe41-b48c-3969-12f3-e3a2d8052a8d-d8052a8a {
    place-self: stretch stretch;
  }

  #w-node-_4e55fe41-b48c-3969-12f3-e3a2d8052a8f-d8052a8a {
    align-self: auto;
  }

  #w-node-b81b303f-aadd-697c-d77d-b5adf68121f3-2eaa6d0b, #w-node-c2e2d9c8-85c0-9262-4111-e7fa09de620a-2eaa6d0b {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3f35a92e-0e14-c118-1084-2a4ffebdec3f-7ded68ae, #w-node-_379ce292-be3a-6201-963c-c07304bb6e52-7ded68ae, #w-node-_13c7d01d-e630-fc4a-23b6-c51b8f891412-7ded68ae, #w-node-_81f330be-9cfe-33fa-ae78-7f38ab0bb91d-7ded68ae, #w-node-_8b8f7ddd-3e1e-6ec4-605a-6ee3e3dca6c8-7ded68ae, #w-node-f93653f0-639f-908d-2193-cb2f60ef69d4-7ded68ae {
    place-self: center;
  }

  #w-node-aeff1681-1a9e-75c8-c980-151dd2004a29-7ded68ae {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: stretch;
  }

  #w-node-e2c6a242-c599-966d-fe95-84e377ea8902-7ded68ae {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8ad53dfe-0446-7253-448e-dd1bea581a82-7ded68ae {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_1ec8ee14-917d-2ef9-d849-d6bb9d35a53a-7ded68ae {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1ec8ee14-917d-2ef9-d849-d6bb9d35a541-7ded68ae {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1ec8ee14-917d-2ef9-d849-d6bb9d35a542-7ded68ae {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_393637e9-0839-f6b4-f97a-f3b7a552ec5e-7ded68ae {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center stretch;
  }

  #w-node-_393637e9-0839-f6b4-f97a-f3b7a552ec65-7ded68ae {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_393637e9-0839-f6b4-f97a-f3b7a552ec66-7ded68ae {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8408af8a-7c5f-430e-0739-96bcc1e6c9d5-c1e6c9c1, #w-node-_8408af8a-7c5f-430e-0739-96bcc1e6c9dc-c1e6c9c1, #w-node-_8408af8a-7c5f-430e-0739-96bcc1e6c9e3-c1e6c9c1, #w-node-_8408af8a-7c5f-430e-0739-96bcc1e6c9ea-c1e6c9c1 {
    justify-self: start;
  }

  #w-node-dd5adeb7-c3c5-084c-7d8e-afbc15587a38-cd440111 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_54f7a446-b67b-4ce2-aeef-79cb68fb0d41-cd440111, #w-node-_2a2b4b42-7986-dfd5-abb8-3b9af916d13c-cd440111 {
    justify-self: center;
  }
}


