:root {
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #003442;
  background-color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

h1 {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #003442;
  text-shadow: 5px 5px #003442;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 104px;
  font-weight: 700;
  line-height: 104px;
}

h2 {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #004a5e;
  text-shadow: 3px 3px #004a5e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}

h3 {
  color: #004a5e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

h4 {
  color: #004a5e;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

p {
  color: #004a5e;
  width: 560px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

a {
  padding: 0;
}

.video-decoration {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 3px #003442;
  background-image: url('../images/Decorative_Pool1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 24px;
  padding: 40px;
  font-family: VT323;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.video-decoration._1 {
  background-image: url('../images/62ec1c377aa67087f2a6f91f6c0617da.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}

.video-decoration._2 {
  background-image: url('../images/Decorative_Pool2A.webp');
  background-position: 100% 0;
}

.hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 120px;
  display: flex;
}

.navigation {
  z-index: 99;
  border-bottom: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  padding: 24px 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  width: 100%;
}

.nav-logo {
  padding-top: 4px;
}

.nav-actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-button {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #004a5e;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #004a5e;
  border-radius: 4px;
  padding: 8px 16px;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: all .5s;
}

.nav-button:hover {
  color: #fff;
  background-color: #004a5e;
}

.nav-icon {
  outline-offset: 0px;
  background-color: #0000;
  border: 1px #004a5e;
  border-radius: 4px;
  outline: 3px #fff;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 120px;
  display: flex;
}

.section.center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  align-items: center;
}

.section.center.bottom, .section.bottom {
  padding-bottom: 0;
}

.stack {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  margin-top: 24px;
  padding: 0;
}

.stack.center {
  width: 75%;
}

.window {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #004a5e;
  background-color: #004a5e14;
  border: 2px solid #004a5e29;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.window.invisible {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border-style: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.window.roadmap {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  font-family: Barlow, sans-serif;
}

.window.interactive {
  transition: all .5s;
}

.window.interactive:hover {
  background-color: #004a5e29;
}

.window.center {
  justify-content: center;
  align-items: center;
}

.decorative-panel {
  background-color: #f8cfa2;
  width: 80px;
  height: 2px;
  margin-bottom: 16px;
}

.footer {
  text-align: center;
  justify-content: center;
  padding: 24px 120px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.section-actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.roadmap-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.roadmap-wrapper.right {
  text-align: right;
  justify-content: center;
  align-items: flex-end;
  width: 20%;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-wrapper.social {
  margin-top: 24px;
}

.karaoke {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-shadow: 0 3px #003442;
  justify-content: center;
  align-items: center;
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.centered-text {
  text-align: center;
}

.button {
  background-color: #004a5e;
  border: 1px solid #004a5e;
  border-radius: 4px;
  padding: 8px 16px;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: all .5s;
}

.button:hover {
  background-color: #002530;
  border-color: #002530;
}

.button.secondary {
  color: #004a5e;
  background-color: #fff;
  border: 1px solid #004a5e;
}

.button.secondary:hover {
  background-color: #fff;
  background-image: linear-gradient(#004a5e14, #004a5e14);
}

.logos {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.footer-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #004a5e;
  justify-content: center;
  align-items: center;
  font-family: Instrument Sans;
  font-size: 14px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

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

.subheading {
  font-size: 20px;
  line-height: 28px;
}

.decorative-bg {
  z-index: -1;
  opacity: .72;
  background-image: url('../images/DecorativeBG_Light2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.heading-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 640px;
  display: flex;
}

.heading-wrapper.center {
  align-items: center;
}

.hero-heading {
  text-align: center;
  -webkit-text-stroke-color: #004a5e;
  text-shadow: 5px 5px #004a5e;
}

.token-overlay {
  border-radius: 16px;
  box-shadow: 0 4px 8px -2px #014a5e29;
}

.small-link {
  color: #004a5e;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  h1 {
    text-shadow: 4px 4px #003442;
    font-size: 80px;
    line-height: 80px;
  }

  h2 {
    -webkit-text-stroke-width: 1.5px;
    text-shadow: 3px 3px #004a5e;
    font-size: 64px;
    line-height: 64px;
  }

  p {
    width: auto;
  }

  .video-decoration {
    height: 80vh;
    padding: 24px;
  }

  .hero {
    padding: 80px;
  }

  .navigation {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section {
    padding: 80px;
  }

  .stack {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 40px;
  }

  .stack.center {
    width: 100%;
  }

  .window {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 24px;
  }

  .window.invisible {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 24px 0 24px 48px;
  }

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

  .decorative-bg {
    background-position: 25% 0;
    height: 100vh;
  }

  .heading-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 64px;
    line-height: 64px;
  }

  h2 {
    text-shadow: 2px 2px #004a5e;
    font-size: 48px;
    line-height: 48px;
  }

  h3 {
    font-size: 22px;
    line-height: 30px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .video-decoration {
    text-shadow: 0 2px #004a5e;
    margin-top: 8px;
    padding: 16px;
    font-size: 24px;
    line-height: 24px;
  }

  .hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .navigation {
    padding: 16px 24px;
  }

  .section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .stack {
    margin-top: 8px;
  }

  .window.invisible {
    padding: 16px 0 16px 32px;
  }

  .window.roadmap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .roadmap-wrapper {
    width: 100%;
  }

  .roadmap-wrapper.right {
    text-align: left;
    align-items: flex-start;
    width: auto;
  }

  .karaoke {
    font-size: 18px;
    line-height: 18px;
  }

  .hero-heading {
    text-shadow: 3px 3px #004a5e;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    -webkit-text-stroke-width: 1.5px;
    font-size: 56px;
    line-height: 56px;
  }

  h2 {
    -webkit-text-stroke-width: 1px;
    font-size: 40px;
    line-height: 40px;
  }

  .video-decoration {
    height: 70vh;
  }

  .hero {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-icon {
    display: none;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer {
    padding: 16px 24px;
  }

  .section-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .button {
    width: 100%;
  }
}

#w-node-cf31c15c-b293-4ac6-b555-def11960933f-b944f781 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ef6a5d58-c7d8-2112-e537-2c1cb054ffb5-b944f781, #w-node-_4482dafa-58f8-7a1f-2306-5c13dfad3287-b944f781, #w-node-_903e92ed-0fd9-c6ff-4126-75bb936ddaa4-b944f781 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85a6f632-f797-136f-53f2-58122a3fbc62-b944f781 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_85a6f632-f797-136f-53f2-58122a3fbc63-b944f781, #w-node-_85a6f632-f797-136f-53f2-58122a3fbc65-b944f781, #w-node-_85a6f632-f797-136f-53f2-58122a3fbc67-b944f781, #w-node-_5510ad39-d285-11e1-f4e7-ed6c5b433620-b944f781 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e61169f3-ce59-be09-e0ef-b3d51ccfc58b-b944f781 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-e61169f3-ce59-be09-e0ef-b3d51ccfc58c-b944f781, #w-node-_22adf68a-8314-7838-4e78-9720380f47f3-b944f781, #w-node-_191983ac-d21d-9dc3-4361-247bef498a9d-b944f781, #w-node-_2d3d90f1-0007-2378-38c4-06e2e4a3e3f1-b944f781, #w-node-_3b48faad-76a2-8e25-85d3-2550a9a208ab-b944f781 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fb16ee5-3ab3-36c4-4013-002a08c144d2-b944f781 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_6fb16ee5-3ab3-36c4-4013-002a08c144d3-b944f781, #w-node-_6fb16ee5-3ab3-36c4-4013-002a08c144db-b944f781, #w-node-_6fb16ee5-3ab3-36c4-4013-002a08c144e3-b944f781, #w-node-_6fb16ee5-3ab3-36c4-4013-002a08c144eb-b944f781 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fb16ee5-3ab3-36c4-4013-002a08c144d2-6d2ad799 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_6fb16ee5-3ab3-36c4-4013-002a08c144d3-6d2ad799, #w-node-_6fb16ee5-3ab3-36c4-4013-002a08c144db-6d2ad799, #w-node-_6fb16ee5-3ab3-36c4-4013-002a08c144e3-6d2ad799, #w-node-_6fb16ee5-3ab3-36c4-4013-002a08c144eb-6d2ad799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cf31c15c-b293-4ac6-b555-def11960933f-b944f781 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ef6a5d58-c7d8-2112-e537-2c1cb054ffb5-b944f781, #w-node-_4482dafa-58f8-7a1f-2306-5c13dfad3287-b944f781, #w-node-_903e92ed-0fd9-c6ff-4126-75bb936ddaa4-b944f781 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_85a6f632-f797-136f-53f2-58122a3fbc62-b944f781 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_85a6f632-f797-136f-53f2-58122a3fbc63-b944f781, #w-node-_85a6f632-f797-136f-53f2-58122a3fbc65-b944f781, #w-node-_85a6f632-f797-136f-53f2-58122a3fbc67-b944f781 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6fb16ee5-3ab3-36c4-4013-002a08c144d2-b944f781 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6fb16ee5-3ab3-36c4-4013-002a08c144d3-b944f781, #w-node-_6fb16ee5-3ab3-36c4-4013-002a08c144db-b944f781, #w-node-_6fb16ee5-3ab3-36c4-4013-002a08c144e3-b944f781 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6fb16ee5-3ab3-36c4-4013-002a08c144d2-6d2ad799 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6fb16ee5-3ab3-36c4-4013-002a08c144d3-6d2ad799, #w-node-_6fb16ee5-3ab3-36c4-4013-002a08c144db-6d2ad799, #w-node-_6fb16ee5-3ab3-36c4-4013-002a08c144e3-6d2ad799 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


