.pageIndicator_pageIndicator___9BNn {
  position: fixed;
  top: 50%;
  display: flex;
  flex-direction: column;
  z-index: 50;
  gap: 3svh;
  transition: all 0.3s ease;
  transform: translateY(-50%);
  border-left: 0 solid var(--frame-border);
  border-bottom-width: 0;
  border-right: 0 solid var(--frame-border);
  border-top-width: 0;
  border-top: 2px solid var(--frame-border);
  border-bottom: 2px solid var(--frame-border);
  width: 64px;
  align-items: center;
  justify-content: center;
  height: 50svh;
  min-height: 400px;
}
.pageIndicator_hide__MDeV4 {
  border: 0 solid transparent;
}
.pageIndicator_right__TYHjv {
  right: calc(var(--content-margin) / 4);
  padding-top: 9vh;
  padding-bottom: 9vh;
}
.pageIndicator_left__2jKHV {
  left: calc(var(--content-margin) / 4);
  transform: translateY(-50%);
}
.pageIndicator_hide__MDeV4.pageIndicator_right__TYHjv {
  right: 24px;
}
.pageIndicator_hide__MDeV4.pageIndicator_left__2jKHV {
  left: 24px;
}
.pageIndicator_dot__49gea {
  flex: 1 1;
  width: 6px;
  background-color: var(--v800);
  transform: skewY(-45deg);
}
.pageIndicator_dot__49gea,
.pageIndicator_label__hz3aZ {
  opacity: 0.3;
  transition: all 0.5s ease;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  -webkit-clip-path: none;
  clip-path: none;
  margin: 0;
}
.pageIndicator_label__hz3aZ {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: none;
  color: var(--v800);
  text-align: left;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  text-shadow: 0 0 32px var(--blue);
}
.pageIndicator_left__2jKHV .pageIndicator_label__hz3aZ {
  margin-left: -5px;
}
.pageIndicator_dot__49gea:hover,
.pageIndicator_label__hz3aZ:hover {
  opacity: 0.8;
}
.pageIndicator_dot__49gea.pageIndicator_active__Nurzd {
  height: 12vh;
  background-color: var(--v900);
  opacity: 1;
  flex: 1.1 1;
  box-shadow: 0 0 32px var(--blue);
}
.pageIndicator_label__hz3aZ.pageIndicator_active__Nurzd {
  color: var(--v900);
  opacity: 1;
}
@media (max-width: 1024px) {
  .pageIndicator_right__TYHjv {
    right: 0;
  }
  .pageIndicator_left__2jKHV,
  .pageIndicator_left__2jKHV.pageIndicator_hide__MDeV4 {
    left: 0;
  }
  .pageIndicator_right__TYHjv.pageIndicator_hide__MDeV4 {
    right: 0;
  }
  .pageIndicator_pageIndicator___9BNn {
    gap: 12px;
    width: var(--content-margin);
    height: calc(100svh - calc(var(--content-margin) * 4));
  }
}
@media (max-width: 768px) {
  .pageIndicator_pageIndicator___9BNn {
    width: var(--content-margin);
    min-height: unset;
    height: 50vh;
  }
  .pageIndicator_right__TYHjv {
    right: 0;
  }
  .pageIndicator_left__2jKHV {
    left: 0;
    gap: 8svh !important;
  }
  .pageIndicator_left__2jKHV.pageIndicator_hide__MDeV4 {
    left: 0;
  }
  .pageIndicator_right__TYHjv.pageIndicator_hide__MDeV4 {
    right: 0;
  }
  .pageIndicator_dot__49gea {
    height: 3vh;
  }
  .pageIndicator_label__hz3aZ {
    display: flex;
    font-size: 10px;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-right: 4px;
  }
}
.footer_frame-top__5UBtV {
  position: absolute;
  top: var(--content-margin);
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--frame-border);
}
.footer_footer-container__GT2T6 {
  width: 100vw;
  background-color: #000;
  border-top: 1px solid var(--frame-border);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: var(--content-margin);
  padding-right: var(--content-margin);
}
.footer_footer-content__3akER {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: var(--content-width);
  padding: calc(var(--content-margin) * 1.5);
  padding-left: calc(var(--content-margin) / 2);
  padding-right: calc(var(--content-margin) / 2);
  border: 1px solid var(--frame-border);
  border-top: 0;
  border-bottom: 0;
}
.footer_footer-copyright__fEeo3 {
  color: var(--v800);
  font-family: SpaceMono, monospace;
  font-size: 14px;
}
.footer_footer-links__0sOov {
  display: flex;
  gap: 80px;
}
.footer_links-column__yhhgF {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer_footer-link__FacJO {
  color: var(--v800);
  font-family: SpaceMono, monospace;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer_footer-link__FacJO:hover {
  color: var(--blue);
}
.footer_footer-logo__Mzbpx {
  width: 100%;
  height: 80px;
  background-image: url(/images/project-logo.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  margin-top: 80px;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .footer_footer-content__3akER {
    flex-direction: column;
    gap: 40px;
    padding: calc(var(--content-margin) * 2.5);
    padding-top: calc(var(--content-margin) * 4);
    padding-bottom: calc(var(--content-margin) * 4);
  }
  .footer_footer-links__0sOov {
    gap: 40px;
  }
}
.Typewriter_typewriter__RzYnp {
  display: inline-block;
}
.Typewriter_paragraph__dsiH_,
.Typewriter_typewriter__RzYnp {
  font: inherit;
  color: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.Typewriter_paragraph__dsiH_ {
  margin: 0;
  padding: 0;
}
.Typewriter_paragraph__dsiH_ + .Typewriter_paragraph__dsiH_ {
  margin-top: 1.5em;
}
.Typewriter_cursor__kGCkt {
  box-sizing: border-box;
  border-bottom: 10px solid var(--v800);
  border-right: 10px solid var(--v800);
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  display: inline-block;
  margin-left: 16px;
  animation: Typewriter_blink__8DsuK 0.5s step-end infinite;
}
@keyframes Typewriter_blink__8DsuK {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .Typewriter_cursor__kGCkt {
    margin-left: 8px;
    border-bottom: 6px solid var(--v800);
    border-right: 6px solid var(--v800);
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
  }
}
.CommandLog_commandLog__hNK7B {
  position: fixed;
  top: calc(var(--content-margin) / 2.5);
  left: 50%;
  width: calc(50vw - var(--content-margin));
  font-family: SpaceMono, monospace;
  border-radius: 4px;
  overflow: hidden;
  margin: 0;
  letter-spacing: 0.02em;
  box-sizing: border-box;
  transform: translateZ(0);
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.CommandLog_commandLog__hNK7B:hover {
  opacity: 0.95;
}
.CommandLog_commandContainer__4jfrD {
  transition: opacity 0.7s ease;
  max-height: 70px;
  overflow: hidden;
  padding: 0 6px;
  margin: 0 auto;
  width: 94%;
}
.CommandLog_commandText__JjAmn {
  font-family: SpaceMono, monospace;
  font-size: 11px;
  line-height: 1.4;
  white-space: pre-wrap;
  display: block;
  width: 100%;
  color: rgba(0, 255, 255, 0.65);
  padding: 0 2px;
}
.CommandLog_visible__TE7D8 {
  opacity: 0.9;
}
.CommandLog_hidden__KNnem {
  opacity: 0;
}
.CommandLog_commandLog__hNK7B [class*="cursor"] {
  border-color: transparent rgba(0, 100, 255, 0.8) rgba(0, 100, 255, 0.8)
    transparent;
  border-style: solid;
  border-width: 2px;
  margin-left: 3px;
}
@media (max-width: 768px) {
  .CommandLog_commandLog__hNK7B {
    position: fixed;
    top: 90px;
    right: 40px;
    max-width: 200px;
    width: calc(100% - 80px);
    font-size: 9px;
    padding: 12px;
    opacity: 0.65;
  }
  .CommandLog_commandText__JjAmn {
    font-size: 9px;
    padding: 0 2px;
  }
  .CommandLog_commandContainer__4jfrD {
    padding: 0 4px;
    width: 92%;
  }
  .CommandLog_commandLog__hNK7B [class*="cursor"] {
    border-color: transparent rgba(0, 100, 255, 0.7) rgba(0, 100, 255, 0.7)
      transparent;
    border-style: solid;
    border-width: 1px;
  }
}
.scrollArrow_scroll-arrow__LUW1a {
  font-family: SpaceMono, monospace;
  color: var(--orange);
  background-image: url(/images/scroll-chevron.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-clip-path: unset;
  clip-path: unset;
  border: none;
  height: 96px;
  width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 16px;
  font-size: 20px;
  letter-spacing: 0.2em;
  animation: scrollArrow_bounce__juk8r 3s ease-in-out infinite;
  transition: opacity 0.3s ease-in-out;
}
.scrollArrow_scroll-arrow__LUW1a:hover {
  background-color: transparent;
  color: var(--orange);
  filter: brightness(1.5);
}
.scrollArrow_scroll-arrow-container__KBwxN {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: env(safe-area-inset-bottom);
  left: 0;
  width: 100%;
  filter: drop-shadow(0 32px 32px var(--orange));
  opacity: 0;
  animation: scrollArrow_scroll-arrow-fade-in__PAvl2 1s
    cubic-bezier(0.5, 0.5, 0, 1) forwards;
}
@keyframes scrollArrow_bounce__juk8r {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes scrollArrow_scroll-arrow-fade-in__PAvl2 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .scrollArrow_scroll-arrow__LUW1a {
    height: 68px;
    width: 120px;
    padding-top: 12px;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .scrollArrow_scroll-arrow__LUW1a {
    height: 68px;
    width: 120px;
    padding-top: 12px;
    font-size: 14px;
  }
}
.hero_hero__CuaYz {
  display: flex;
  height: 100svh;
  border-left: 1px solid var(--frame-border);
  border-right: 1px solid var(--frame-border);
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  max-width: var(--content-width);
  position: relative;
}
.hero_impact-title__AJbl2 {
  font-family: SAIBA, sans-serif;
  position: absolute;
  bottom: calc(var(--content-margin) + 10vh);
  display: flex;
  overflow: hidden;
  margin-right: calc(calc(0.1vh + 0.1vw) * -1);
}
.hero_letter__7H230 {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  animation: hero_slideIn__OKE5i 1s cubic-bezier(0.5, 0.5, 0, 1) forwards;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.2);
}
.hero_swipe__krAu6 {
  height: 100%;
  width: 100%;
  position: absolute;
  width: 0;
  background-color: rgba(255, 255, 255, 0.85);
  animation: hero_swipe__krAu6 0.4s steps(5) forwards;
  animation-delay: 1s;
}
.hero_flash__aWjFH {
  height: 100%;
  width: 100%;
  position: absolute;
  border: 1px solid var(--v800);
  animation: hero_double-flash__W_EUi 0.4s forwards;
}
.hero_video__HIXOo {
  filter: hue-rotate(330deg) brightness(0.8) contrast(1.3);
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  object-position: center;
}
.hero_video-container__pBviZ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -2;
  animation: hero_fade-in__Nf_Z2 3s cubic-bezier(0.5, 0.5, 0, 1) forwards;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero_video-overlay__bsqcR {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 14, 21, 0.2), rgba(0, 14, 21, 1));
}
.hero_video-filter__Qqa8p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 80vh;
}
.hero_scroll-arrow__w0s9B {
  font-family: SpaceMono, monospace;
  color: var(--orange);
  background-image: url(/images/scroll-chevron.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-clip-path: unset;
  clip-path: unset;
  border: none;
  height: 96px;
  width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 16px;
  font-size: 20px;
  letter-spacing: 0.2em;
  animation: hero_bounce__58_YF 3s ease-in-out infinite;
  transition: opacity 0.3s ease-in-out;
}
.hero_scroll-arrow__w0s9B:hover {
  background-color: transparent;
  color: var(--orange);
  filter: brightness(1.5);
}
.hero_scroll-arrow-container__tyRGa {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: env(safe-area-inset-bottom);
  left: 0;
  width: 100%;
  filter: drop-shadow(0 32px 32px var(--orange));
  opacity: 0;
  animation: hero_scroll-arrow-fade-in__WcLt5 1s cubic-bezier(0.5, 0.5, 0, 1)
    0.75s forwards;
}
.hero_p89symbol__ZMJKw {
  position: absolute;
  background-image: url(/images/89hologram.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: calc(24vh + 24vw);
  height: calc(24vh + 24vw);
  margin-bottom: calc(calc(6vh + 6vw) * -1);
  z-index: 3;
  opacity: 0;
  animation: hero_hologram-reveal__l_e56 3s cubic-bezier(0.5, 0.5, 0, 1)
    forwards;
  filter: drop-shadow(0 0 32px var(--blue));
}
.hero_symbol-flicker__DdKio {
  animation: hero_hologram-flicker__8stf4 5s linear infinite;
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero_symbol-flicker__DdKio:after,
.hero_symbol-flicker__DdKio:before {
  content: "";
  position: absolute;
  background-image: url(/images/89hologram.png);
  background-size: calc(24vh + 24vw) calc(24vh + 24vw);
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin-bottom: calc(calc(3vh + 3vw) * -1);
}
.hero_symbol-flicker__DdKio:before {
  -webkit-clip-path: inset(45% 0 45% 0);
  clip-path: inset(45% 0 45% 0);
  opacity: 0.3;
  animation: hero_scan-down__HFR5z 20s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.hero_symbol-flicker__DdKio:after {
  -webkit-clip-path: inset(47% 0 47% 0);
  clip-path: inset(47% 0 47% 0);
  opacity: 0.2;
  animation: hero_scan-down__HFR5z 20s cubic-bezier(0.4, 0, 0.6, 1) 10s infinite;
}
@keyframes hero_bounce__58_YF {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes hero_slideIn__OKE5i {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero_swipe__krAu6 {
  0% {
    width: 0;
    transform: translateX(0);
  }
  50% {
    width: 100%;
    transform: translateX(50%);
  }
  to {
    width: 0;
    transform: translateX(100%);
  }
}
@keyframes hero_fade-in__Nf_Z2 {
  0% {
    transform: scale(2) translateY(-5vh);
    opacity: 0;
  }
  to {
    transform: scale(1.2) translateY(-5vh);
    opacity: 1;
  }
}
@keyframes hero_hologram-reveal__l_e56 {
  0% {
    transform: scale(0.55) translateY(-5vh);
    opacity: 0;
  }
  to {
    transform: scale(1) translateY(-5vh);
    opacity: 1;
  }
}
@keyframes hero_hologram-flicker__8stf4 {
  0% {
    opacity: 0.92;
    transform: scale(0.998);
  }
  5% {
    opacity: 0.85;
    transform: scale(1);
  }
  10% {
    opacity: 0.97;
    transform: scale(0.998);
  }
  15% {
    opacity: 0.9;
    transform: scale(1);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  35% {
    opacity: 0.93;
    transform: scale(0.998);
  }
  40% {
    opacity: 0.82;
    transform: scale(1);
  }
  45% {
    opacity: 0.95;
    transform: scale(0.998);
  }
  60% {
    opacity: 0.98;
    transform: scale(1);
  }
  70% {
    opacity: 0.87;
    transform: scale(1);
  }
  75% {
    opacity: 0.96;
    transform: scale(0.998);
  }
  90% {
    opacity: 0.91;
    transform: scale(1);
  }
  to {
    opacity: 0.94;
    transform: scale(0.998);
  }
}
@keyframes hero_scan-up__b9WFR {
  0% {
    -webkit-clip-path: inset(85% 0 5% 0);
    clip-path: inset(85% 0 5% 0);
  }
  to {
    -webkit-clip-path: inset(5% 0 85% 0);
    clip-path: inset(5% 0 85% 0);
  }
}
@keyframes hero_scan-down__HFR5z {
  0% {
    -webkit-clip-path: inset(10% 0 80% 0);
    clip-path: inset(10% 0 80% 0);
  }
  to {
    -webkit-clip-path: inset(80% 0 10% 0);
    clip-path: inset(80% 0 10% 0);
  }
}
@keyframes hero_double-flash__W_EUi {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes hero_scroll-arrow-fade-in__WcLt5 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .hero_p89symbol__ZMJKw {
    width: calc(24vh + 24vw);
    height: calc(24vh + 24vw);
    margin-bottom: calc(calc(5vh + 5vw) * -1);
    background-image: url(/images/p89-symbol-mobile.png);
  }
  .hero_symbol-flicker__DdKio:after,
  .hero_symbol-flicker__DdKio:before {
    background-size: calc(18vh + 18vw) calc(18vh + 18vw);
    margin-bottom: calc(calc(1.5vh + 1.5vw) * -1);
  }
  .hero_scroll-arrow__w0s9B {
    height: 60px;
    width: 100px;
    font-size: 14px;
    padding-top: 10px;
    letter-spacing: 0.1em;
  }
  .hero_video-container__pBviZ {
    justify-content: flex-start;
  }
  .hero_video__HIXOo {
    position: relative;
    height: 100vh;
    width: 100vw;
    max-width: none;
    top: -10vh;
    object-position: 33% bottom;
  }
  .hero_impact-title__AJbl2 {
    bottom: unset;
    top: 73%;
    transition: opacity 0.3s ease-in-out;
    margin-right: -0.75vw;
  }
  .hero_letter__7H230 {
    text-shadow: unset;
    margin-right: -0.25vw;
    margin-left: -0.25vw;
  }
  .hero_video-overlay__bsqcR {
    top: -10vh;
    background: linear-gradient(
      180deg,
      rgba(0, 14, 21, 0) 25%,
      rgba(0, 14, 21, 1)
    );
  }
}
.nftgrid_nft-grid-container__WUL3C {
  position: relative;
  flex: 1 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  filter: drop-shadow(0 32px 16px rgba(255, 255, 255, 0.1));
}
.nftgrid_columns__YWpSs {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  gap: 80px;
  transform: rotateX(45deg) rotate(45deg) translateZ(2200px);
  transform-style: preserve-3d;
}
.nftgrid_column__VccyP {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.nftgrid_nft__YvBHQ {
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 120px;
  width: 120px;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 9px solid rgba(255, 255, 255, 0.2);
  border-right: 9px solid rgba(255, 255, 255, 0.05);
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - 18px) 0,
    100% 18px,
    100% 100%,
    18px 100%,
    0 calc(100% - 18px)
  );
  clip-path: polygon(
    0 0,
    calc(100% - 18px) 0,
    100% 18px,
    100% 100%,
    18px 100%,
    0 calc(100% - 18px)
  );
}
@media (max-width: 768px) {
  .nftgrid_nft-grid-container__WUL3C {
    max-width: 100%;
    min-height: 312px;
    border-bottom: 1px solid var(--frame-border);
  }
  .nftgrid_nft__YvBHQ {
    height: 80px;
    width: 80px;
  }
  .nftgrid_columns__YWpSs {
    gap: 40px;
    transform: rotateX(45deg) rotate(45deg) translateZ(1500px);
  }
  .nftgrid_column__VccyP {
    gap: 40px;
  }
}
.joinresistance_benefits-block__a_HOY {
  padding: var(--content-margin);
  width: 100%;
  gap: 48px;
}
.joinresistance_header__1Cp4K h2 {
  font-size: 24px;
  margin-bottom: 16px;
}
.joinresistance_benefits-grid__7JiC3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  gap: 24px;
  width: 100%;
}
.joinresistance_benefit__iiyGg {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.joinresistance_number__avW48 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SpaceMono, monospace;
  font-size: 24px;
  width: 36px;
  height: 36px;
  background-color: var(--v200);
  color: var(--blue);
  flex-shrink: 0;
  position: relative;
  -webkit-clip-path: polygon(
    10px 0,
    100% 0,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    0 100%,
    0 10px
  );
  clip-path: polygon(
    10px 0,
    100% 0,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    0 100%,
    0 10px
  );
}
.joinresistance_join-button__m0Z01 {
  display: flex;
  flex: 1 1;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}
.joinresistance_button-icon__90L1F {
  font-size: 40px;
}
.joinresistance_join-link__JUXn2 {
  text-decoration: none;
  display: block;
  width: 100%;
}
.joinresistance_join-resistance-content__MdIy1 {
  border-left: 1px solid var(--frame-border);
  flex: 1 1;
}
.joinresistance_join-resistance-nft-grid__wz4nM {
  flex: 0.66 1;
}
.joinresistance_content__RGuTp {
  font-size: 16px;
  color: var(--v800);
  line-height: 1.4;
}
.joinresistance_benefit-title__hcMxs {
  color: var(--blue);
  font-weight: 700;
}
.joinresistance_join-resistance-container___hWYR {
  border-top: 1px solid var(--frame-border);
  border-bottom: 1px solid var(--frame-border);
  gap: 0;
}
@media (max-width: 768px) {
  .joinresistance_join-resistance-container___hWYR {
    flex-direction: column;
  }
  .joinresistance_benefits-grid__7JiC3 {
    grid-template-columns: 1fr;
  }
  .joinresistance_benefits-block__a_HOY {
    padding: calc(var(--content-margin) * 2.5);
    padding-top: calc(var(--content-margin) * 4);
    padding-bottom: calc(var(--content-margin) * 4);
    gap: 12px;
  }
  .joinresistance_join-resistance-content__MdIy1 {
    border-left: none;
    border-top: 1px solid var(--frame-border);
  }
  .joinresistance_header__1Cp4K h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .joinresistance_benefit__iiyGg {
    gap: 12px;
  }
  .joinresistance_number__avW48 {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .joinresistance_content__RGuTp {
    font-size: 14px;
  }
}
.cross_cross__GT2wZ {
  width: 48px;
  margin: -24px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cross_line__bmK2L {
  height: 100%;
  width: 1px;
  border-left: 1px solid var(--blue);
  transform-origin: center;
}
.cross_line__bmK2L:first-child {
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .cross_cross__GT2wZ {
    width: 24px;
    height: 24px;
    margin: -12px;
  }
}
.proxim8carousel_carousel-outer__j7wCA {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: var(--content-width);
  padding: 24px 0;
  position: relative;
  overflow: hidden;
  margin: -24px 0;
}
.proxim8carousel_square-content__Fb55p {
  gap: 0;
}
.proxim8carousel_carousel__bR8mB {
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.proxim8carousel_square__wjKRB {
  position: relative;
  min-width: calc(12vw + 12vh);
  min-height: calc(12vw + 12vh);
  background-color: rgba(255, 255, 255, 0.05);
  border-right: 1px solid var(--frame-border);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: calc(var(--content-margin) / 4);
}
.proxim8carousel_number__j5Wk_ {
  font-family: SpaceMono, monospace;
  font-size: 48px;
  color: var(--v500);
  z-index: 5;
}
.proxim8carousel_title__Ga4jW {
  z-index: 5;
}
.proxim8carousel_carousel-outline__6y0np {
  border-top: 1px solid var(--frame-border);
  border-bottom: 1px solid var(--frame-border);
  transform: translateX(-50vw);
}
.proxim8carousel_overlay__g6YJF {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, var(--v000) 0, transparent 75%);
  opacity: 0.7;
}
@media (max-width: 768px) {
  .proxim8carousel_square__wjKRB {
    min-width: calc(15vw + 15vh);
    min-height: calc(15vw + 15vh);
    padding: var(--content-margin);
  }
  .proxim8carousel_square-content__Fb55p {
    gap: 0;
  }
  .proxim8carousel_number__j5Wk_ {
    font-size: 36px;
    font-size: 28px;
  }
}
.proxim8story_story-block-outer__KNssX {
  padding: var(--padding-large) var(--padding-section);
}
.proxim8story_story-block__7qkGt {
  padding: var(--content-margin);
  padding-left: calc(var(--content-margin) / 2);
  padding-right: calc(var(--content-margin) / 2);
  width: 100%;
  max-width: 912px;
  gap: var(--padding-medium);
}
.proxim8story_story-block__7qkGt h1 {
  font-size: var(--font-size-xl);
  text-transform: uppercase;
  line-height: 1.1;
}
.proxim8story_story-block__7qkGt p {
  font-size: var(--font-size-large);
  line-height: 1.6;
  max-width: 60ch;
}
.proxim8story_slide-text-command__m8aLG {
  font-family: var(--font-mono);
  color: var(--cyan);
  font-size: var(--font-size-small);
  opacity: 0.7;
}
.proxim8story_content-vrm-container__MOvnP {
  display: flex;
  flex-direction: row;
  gap: var(--padding-xlarge);
  align-items: center;
  margin-top: var(--padding-large);
}
.proxim8story_story-block__7qkGt {
  flex: 1 1 55%;
}
.proxim8story_vrm-viewer-container__6_Q3g {
  flex: 1 1 40%;
  height: 60vh;
  min-height: 400px;
  border: 1px solid var(--cyan-transparent);
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .proxim8story_story-block__7qkGt {
    padding: calc(var(--content-margin) * 2.5);
    padding-top: calc(var(--content-margin) * 4);
    padding-bottom: calc(var(--content-margin) * 4);
  }
  .proxim8story_story-block-outer__KNssX {
    gap: 0;
  }
  .proxim8story_slide-text-command__m8aLG {
    font-size: 14px;
  }
  .proxim8story_content-vrm-container__MOvnP {
    flex-direction: column;
  }
  .proxim8story_story-block__7qkGt,
  .proxim8story_vrm-viewer-container__6_Q3g {
    flex: 1 1 100%;
    width: 100%;
  }
  .proxim8story_vrm-viewer-container__6_Q3g {
    height: 25vh;
    margin-top: var(--padding-large);
    overflow: hidden;
  }
}
.reveal_reveal__yovOs {
  opacity: calc(clamp(0, (var(--intersection-ratio) - 0.45) / 0.1, 1));
  transform: translateY(calc((1 - var(--intersection-ratio)) * 20px));
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.reveal_visible__gAcoY {
  opacity: 1;
  transform: translateY(0);
}
@keyframes slide_scroll-flash__4Tkea {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.slide_slide__AKE8U {
  height: 100svh;
  max-width: var(--content-width);
  overflow: hidden;
  padding: var(--content-margin);
  align-items: center;
}
.slide_slide-text__IV_9w,
.slide_slide__AKE8U {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
}
.slide_slide-text__IV_9w {
  max-width: 600px;
  flex-direction: column;
  align-items: flex-start;
}
.slide_slide-number__g8Oy8 {
  font-family: SAIBA, sans-serif;
  font-weight: 900;
  position: absolute;
  z-index: -5;
  opacity: 0.4;
  padding-right: 10vw;
  color: #0c3e4767;
  text-shadow: 0 0 16px #08fefa0b;
  text-align: right;
  width: 100%;
}
.slide_slide-text-command__6p0gY {
  color: var(--v800);
  font-family: SAIBA, sans-serif;
  font-weight: 900;
}
.slide_scroll-flash__4Tkea {
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 8px;
  background-color: var(--v800);
  color: var(--v200);
  animation: slide_scroll-flash__4Tkea 1s infinite;
  margin-top: 16px;
}
.slide_slide-container__8A_sN {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.slide_scroll-arrow-container__30rSX {
  position: absolute;
  height: 100svh;
  width: 100%;
  top: 0;
}
.slide_video__8jJAJ {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  object-position: center;
  -webkit-mask-image: radial-gradient(
    ellipse at right,
    rgba(0, 14, 21, 0.8) 0,
    rgba(0, 14, 21, 0) 60%
  );
  mask-image: radial-gradient(
    ellipse at right,
    rgba(0, 14, 21, 0.8) 0,
    rgba(0, 14, 21, 0) 60%
  );
}
.slide_video-container__U2KFx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: -2;
  animation: slide_fade-in__EZrpf 3s cubic-bezier(0.5, 0.5, 0, 1) forwards;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide_video-overlay__TErYL {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 14, 21, 0.2) 0,
    rgba(0, 14, 21, 1) 70%
  );
}
.slide_video-filter__0_Wn5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 80vh;
}
@media (max-width: 768px) {
  .slide_slide__AKE8U {
    padding: calc(var(--content-margin) * 2.5);
  }
  .slide_video__8jJAJ {
    height: 100svh;
    width: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-mask-image: radial-gradient(
      ellipse 100% 50% at center,
      rgba(0, 14, 21, 0.8) 0,
      rgba(0, 14, 21, 0) 80%
    );
    mask-image: radial-gradient(
      ellipse 100% 50% at center,
      rgba(0, 14, 21, 0.8) 0,
      rgba(0, 14, 21, 0) 80%
    );
  }
  .slide_slide-text__IV_9w {
    top: 0;
  }
  .slide_slide-number__g8Oy8 {
    text-shadow: none;
  }
}
.timeline_timeline-container__33r1f {
  width: 100%;
  padding: var(--content-margin);
  padding-left: calc(var(--content-margin) / 2);
  padding-right: calc(var(--content-margin) / 2);
  background-color: var(--v100);
  gap: 48px;
  position: relative;
  overflow: hidden;
}
.timeline_timeline-heading__F54hz {
  font-family: SpaceMono, monospace;
  font-size: 36px;
  color: white;
  position: relative;
  z-index: 1;
}
.timeline_timeline-stages__aVh2G {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 2px;
  flex: 1 1;
}
.timeline_stage__53W2h {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 2;
  flex: 1 1;
}
.timeline_stage-active__hP1_t .timeline_stage-label__ih7nI {
  color: var(--cyan);
  font-weight: 700;
}
.timeline_stage-active__hP1_t .timeline_stage-mark__RNUD4 {
  border-color: var(--blue);
}
.timeline_stage-label__ih7nI {
  font-family: SpaceMono, monospace;
  font-size: 16px;
  color: white;
  transition: color 0.3s ease;
  text-transform: uppercase;
  margin-left: 12px;
}
.timeline_stage-marker__Kr_MY {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  left: 12px;
}
.timeline_stage-mark__RNUD4 {
  width: 40px;
  height: 24px;
  z-index: 2;
  transition: all 0.3s ease;
  border-top: 1px solid var(--v800);
  border-left: 1.5px solid var(--v800);
  transform: skewX(-45deg);
}
.timeline_stage-bar__q_IGZ {
  width: 100%;
  height: 12px;
  background-color: var(--v200);
}
.timeline_stage-active__hP1_t .timeline_stage-bar__q_IGZ {
  background-color: var(--v600);
  border-left: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
}
.timeline_timeline-content__EMcEI {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 64px;
}
.timeline_timeline-text__OhN8B {
  flex: 0 1 60%;
  color: white;
  font-size: 18px;
  line-height: 1.6;
}
.timeline_highlight__pBJnE {
  color: var(--cyan);
}
.timeline_highlight-orange__qHTp8 {
  color: var(--orange);
}
.timeline_join-button-wrapper__uYao5 {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.timeline_join-button-container__xXhZ0 {
  width: 100%;
  display: flex;
  flex: 1 1;
  align-items: center;
  border: 1px solid var(--frame-border);
}
.timeline_join-button__5V_2b {
  flex: 1 1;
  height: 100%;
  margin: 0;
  width: 100%;
  padding: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.timeline_join-link__xtuh4 {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.timeline_button-icon__iiysK {
  font-size: 40px;
}
@media (max-width: 768px) {
  .timeline_timeline-content__EMcEI {
    flex-direction: column;
  }
  .timeline_timeline-container__33r1f {
    padding: calc(var(--content-margin) * 2.5);
    padding-top: calc(var(--content-margin) * 4);
    padding-bottom: calc(var(--content-margin) * 4);
    gap: 24px;
  }
  .timeline_timeline-heading__F54hz {
    font-size: 24px;
  }
  .timeline_timeline-stages__aVh2G {
    overflow-x: auto;
    padding-left: calc(var(--content-margin) * 2.5);
    padding-right: calc(var(--content-margin) * 2.5);
    width: calc(100% + var(--content-margin) * 5);
    margin-left: calc(var(--content-margin) * -2.5);
    -webkit-overflow-scrolling: touch;
  }
  .timeline_stage__53W2h {
    min-width: 100px;
  }
  .timeline_stage-label__ih7nI {
    font-size: 12px;
    white-space: nowrap;
  }
  .timeline_stage-mark__RNUD4 {
    width: 24px;
    height: 16px;
  }
  .timeline_stage-bar__q_IGZ {
    height: 8px;
  }
  .timeline_timeline-text__OhN8B {
    flex: 0 0 auto;
    width: 100%;
  }
  .timeline_join-button-wrapper__uYao5 {
    width: 100%;
  }
  .timeline_join-button__5V_2b {
    padding: 12px 20px;
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }
}
.trailer_trailer__c1aS6 {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-top: 1px solid var(--frame-border);
  border-bottom: 1px solid var(--frame-border);
  background-color: rgba(255, 255, 255, 0.05);
}
.trailer_trailer-outer__URTgN {
  overflow: hidden;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: -24px;
  margin-bottom: -24px;
}
.trailer_video__rdMAG {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}
html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.has-scroll-smooth body {
  overflow: hidden;
}
.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}
[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}
[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}
.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.c-scrollbar:hover {
  transform: scaleX(1.45);
}
.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
  opacity: 1;
}
[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}
[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  transform: scaleY(1.3);
}
.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}
.scanlines_scanlines__sqRfP {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: var(--scanlines-opacity);
  overflow: hidden;
  z-index: 99999;
}
.scanlines_line__56DDT {
  width: 100%;
  border-bottom: 1px solid var(--blue);
  border-top: 2px solid var(--v000);
  animation: scanlines_scanline__yIk9Z 20s linear infinite;
  opacity: 0.075;
}
@keyframes scanlines_scanline__yIk9Z {
  0% {
    opacity: 0.075;
  }
  50% {
    opacity: 0.12;
  }
  to {
    opacity: 0.075;
  }
}
.frame_frame__AuF_w {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frame_frame-outer__g22tH,
.frame_frame__AuF_w {
  position: fixed;
  z-index: 999;
  pointer-events: none;
}
.frame_frame-outer__g22tH {
  width: 100svw;
  height: 100svh;
}
.frame_frame-top__fTpaD {
  position: absolute;
  top: var(--content-margin);
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--frame-border);
}
.frame_frame-bottom__bWPzz {
  position: absolute;
  bottom: var(--content-margin);
  left: 0;
  width: 100%;
  border-top: 1px solid var(--frame-border);
  animation: frame_reveal-line__f9moy 0.4s forwards;
}
.frame_scanline__O52In {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0)
  );
}
.frame_logotype__d8MMh {
  height: 12px;
  width: 180px;
  background-image: url(/images/project-89-text.svg);
  top: calc(calc(var(--content-margin) / 2) - 6px);
  left: var(--content-margin);
}
.frame_logotype__d8MMh,
.frame_symbol__b7V9I {
  background-repeat: no-repeat;
  position: absolute;
}
.frame_symbol__b7V9I {
  height: 100px;
  width: 100px;
  height: 40px;
  width: 40px;
  background-image: url(/images/p89-symbol.svg);
  top: calc(calc(var(--content-margin) / 2) - 20px);
  left: calc(calc(var(--content-margin) / 2) - 20px);
  transition: opacity 0.5s cubic-bezier(0.5, 0.5, 0, 1);
}
.frame_cross-container__AC08V {
  position: relative;
  align-self: center;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: var(--content-margin);
  margin-right: var(--content-margin);
  padding: 32px;
  width: 100%;
  max-width: var(--content-width);
}
.frame_border__ITMc4 {
  position: absolute;
  top: calc(var(--content-margin) / 4);
  left: calc(var(--content-margin) / 4);
  width: calc(100vw - calc(var(--content-margin) / 2));
  height: calc(100vh - calc(var(--content-margin) / 2));
  border: 52px solid transparent;
  z-index: 999;
  border-image: url(/images/hero-border.png) 80 fill stretch;
  pointer-events: none;
  animation: frame_border-reveal__LQU7S 0.5s cubic-bezier(0.5, 0.5, 0, 1)
    forwards;
  transition: opacity 0.5s cubic-bezier(0.5, 0.5, 0, 1);
  opacity: 0.75;
}
.frame_vignette__wMmPZ {
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0, var(--v000) 100%);
  z-index: 9999;
  pointer-events: none;
}
@keyframes frame_border-reveal__LQU7S {
  0% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .frame_logotype__d8MMh {
    height: 10px;
    width: 140px;
    top: calc(var(--content-margin) * 3.5);
    right: calc(var(--content-margin) * 3.5);
    left: unset;
  }
  .frame_symbol__b7V9I {
    height: 30px;
    width: 30px;
    top: calc(var(--content-margin) * 2.5);
    left: calc(var(--content-margin) * 2.5);
    opacity: 1 !important;
  }
  .frame_border__ITMc4 {
    border-width: 30px;
  }
}
.frame_sticky-cta-link__T6CAT {
  position: fixed;
  top: 0;
  right: 35px;
  z-index: 1000;
  text-decoration: none;
  pointer-events: auto;
}
.frame_sticky-cta-button__OHh9b {
  display: flex;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 14px;
  gap: 12px;
  background-color: var(--dark-blue);
  color: var(--v900);
  border: 1px solid var(--dark-blue);
  font-family: var(--font-primary);
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
