:root {
  --dark: #1a1a1a;
  --_navigation---nav-dark: #242424;
  --_navigation---nav-white: #fff;
  --_navigation---nav-padding: 0px;
  --white: #fff;
  --blue: #3985ff;
  --_navigation---nav-bar-radius: 18px;
}

body {
  background-color: var(--dark);
  color: #333;
  font-variation-settings: "slnt" 0;
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-family: TT Firs Neue, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 1rem;
}

a {
  color: var(--dark);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.nav-bar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--_navigation---nav-dark);
  background-color: #ffffff0d;
  border-radius: 18px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 12px 12px 22px;
  display: flex;
}

.nav-bar-logo {
  aspect-ratio: 96 / 16;
  color: var(--_navigation---nav-dark);
  justify-content: center;
  align-items: flex-start;
  width: 110px;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: visible;
}

.nav-bar-time-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  margin-left: -3px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
  font-weight: 500;
  display: flex;
}

.nav-bar-logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-bar-logo-wrapper.w--current {
  overflow: visible;
}

.nav-bar-time-text {
  min-width: 43px;
  font-size: 10px;
}

.nav-bar-sound-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.nav-bar-sound {
  cursor: pointer;
  mix-blend-mode: difference;
  background-color: #ededed00;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 50px;
  height: 15px;
  display: flex;
}

.nav-bar-divider {
  opacity: .2;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 16px;
  display: flex;
}

.nav-bar-cta {
  background-color: var(--_navigation---nav-dark);
  color: var(--_navigation---nav-white);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 12px;
  margin-left: 0;
  margin-right: auto;
  padding: 14px 36px;
  font-size: 10px;
  font-weight: 500;
  display: block;
}

.nav-bar-cta:hover {
  color: var(--_navigation---nav-white);
}

.nav {
  z-index: 999;
  pointer-events: auto;
  position: absolute;
  inset: 30px auto auto 30px;
}

.nav-menu-button-lottie {
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
}

.nav-menu-button-text {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 1em;
}

.nav-menu-button-text.alternate {
  position: absolute;
  top: 11px;
}

.nav-menu-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-color: #ffffff0d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: -4px;
  margin-left: 2px;
  padding: 14px 28px 12px;
  display: inline-flex;
  position: absolute;
}

.nav-menu-button-shape {
  color: var(--_navigation---nav-white);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 42px;
  display: flex;
}

.nav-menu-button-wrapper {
  color: var(--_navigation---nav-dark);
  justify-content: center;
  align-items: flex-start;
  display: inline-flex;
  position: relative;
  top: -.5px;
  left: 10%;
}

.nav-bar-wrapper {
  padding-top: var(--_navigation---nav-padding);
  padding-right: var(--_navigation---nav-padding);
  padding-left: var(--_navigation---nav-padding);
  background-color: var(--_navigation---nav-white);
  border-radius: 18px;
  overflow: visible;
}

.nav-menu-wrapper {
  color: var(--_navigation---nav-dark);
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.nav-menu {
  padding: 10px 20px 20px;
  line-height: 1em;
  position: relative;
}

.nav-menu-link-arrow {
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 14px;
  display: flex;
}

.nav-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .8;
  color: var(--_navigation---nav-dark);
  font-variation-settings: "wght" 400;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 24px 24px 14px;
  font-size: 14px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.nav-links:hover {
  opacity: 1;
  font-variation-settings: "wght" 450;
  padding-left: 32px;
}

.nav-links.is-submenu {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 34px;
  font-size: 13px;
}

.nav-links.is-submenu:hover {
  padding-left: 40px;
}

.nav-links.is-ch {
  padding-bottom: 20px;
}

.nav-menu-link-underline {
  opacity: .38;
  opacity: .38;
  inset: 0% auto auto 0%;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-meny-button-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body {
  background-image: linear-gradient(#1a1a1a80, #1a1a1a80), url("https://cdn.prod.website-files.com/6855382e0864164c8e6fffec/6855382e0864164c8e700010_background-dot.svg");
  background-position: 0 0, 0 0;
  background-size: auto, 25px;
}

.body.is-ch {
  font-variation-settings: "wght" 450;
}

.body.is-ch.is-internal {
  font-size: 16px;
}

.body.is-test {
  background-image: linear-gradient(#1a1a1a80, #1a1a1a80), url("https://cdn.prod.website-files.com/6855382e0864164c8e6fffec/6855382e0864164c8e700010_background-dot.svg");
  background-position: 0 0, 0 0;
}

.cta-text-wrapper {
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 500;
}

.cta-text-wrapper.is-full-screen {
  padding: clamp(.6875rem, .8333vw, 1.3333rem) clamp(.9rem, 1.6667vw, 2.6667rem);
  font-size: clamp(.6875rem, .8333vw, 1.3333rem);
}

.cta-text-wrapper.is-ms-close {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  background-color: #0f0f0f;
  justify-content: flex-start;
  align-items: center;
  padding: clamp(.6875rem, .8333vw, 13333rem) clamp(.9rem, 1.6667vw, 26667rem);
  font-size: clamp(.6875rem, .8333vw, 13333rem);
  display: flex;
}

.cta-text-wrapper.is-dark {
  background-color: var(--_navigation---nav-dark);
  color: var(--white);
}

.cta-blob-shape {
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 16px;
  display: flex;
}

.cta-blob-shape.is-ms-cta {
  width: clamp(2.25rem, 4.1667vw, 6.6667rem);
  height: clamp(.6875rem, 1.1111vw, 1.7778rem);
}

.cta-blob-shape.is-dark {
  color: var(--dark);
}

.cta-blob {
  color: var(--dark);
  justify-content: center;
  align-items: flex-start;
  margin-top: -2px;
  display: inline-flex;
  position: relative;
  right: 20%;
}

.cta-blob.is-dark, .cta-blob.is-top {
  color: var(--white);
}

.cta-blob.is-hh-plus-icon {
  z-index: 10;
  pointer-events: none;
  color: var(--white);
  right: auto;
}

.cta {
  color: var(--dark);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.cta.is-dark {
  color: var(--white);
}

.cta-arrow {
  aspect-ratio: 8 / 10;
  justify-content: center;
  align-items: center;
  width: 9px;
  margin-top: -6px;
  display: flex;
  position: absolute;
  transform: rotate(-45deg);
}

.cta-arrow.is-top {
  bottom: -2.25px;
}

.cta-arrow.is-ms-slider {
  width: clamp(.5rem, .725vw, 1rem);
  margin-top: 0;
  position: relative;
  top: -4px;
  left: -52%;
  transform: rotate(0);
}

.cta-arrow.is-ms-close {
  width: clamp(.5rem, .725vw, 1000rem);
  margin-top: 0;
  position: relative;
  transform: rotate(0);
}

.cta-arrow.is-no-tarnsform {
  transform: none;
}

.cta-arrow.is-about-lets-talk {
  color: var(--white);
  margin-top: 0;
  position: absolute;
  bottom: 7px;
  transform: rotate(-45deg);
}

.hidden-code {
  transform-origin: 0 0;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  transform: scale(0);
}

.barcode {
  position: absolute;
  inset: 30px 30px auto auto;
}

.hero-barcode-code {
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 18px;
  display: flex;
}

.hero-barcode-text {
  border-bottom: 1px solid var(--dark);
  font-variation-settings: "wght" 450;
  letter-spacing: .02em;
  text-transform: uppercase;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 8px;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

.by-nz {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--dark);
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 30px 30px;
}

.by-nz.is-preloader {
  position: relative;
  bottom: auto;
  left: auto;
}

.by-nz.white {
  color: var(--white);
}

.hero-nz-text {
  text-transform: uppercase;
}

.hero-nz-text.bold {
  font-weight: 500;
}

.hero-nz-text-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 10px;
  line-height: 1em;
  display: flex;
}

.hero-nz-logo {
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 25px;
  display: flex;
}

.hero-nz-logo.is-small {
  width: 11px;
  height: 20px;
}

.about {
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  max-width: 2560px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.whomi-custom-shape-block-1 {
  aspect-ratio: 560 / 44;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.wohmi-custom-shape {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wohmi-custom-shape.left {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -1px;
  padding-right: 10%;
}

.wohmi-custom-shape.left.abot-mobile {
  display: none;
}

.wohmi-custom-shape.left.about-desktop {
  justify-content: center;
  align-items: flex-start;
  padding-left: 10%;
}

.wohmi-custom-shape.left.about-desktop.reverse {
  margin-top: -1px;
  margin-bottom: 0;
  transform: rotate(180deg);
}

.wohmi-custom-shape._100 {
  margin-top: -99px;
}

.wohmi-custom-shape._100.tilt {
  color: #f2f2f2;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.whomi-custom-shape-block-2 {
  aspect-ratio: 1001 / 71;
  color: #e5e5e5;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.wohmi-custom-shape-negetive-block {
  background-color: #e5e5e5;
  width: 100px;
  height: 100px;
  margin-bottom: -2px;
}

.footer {
  color: var(--white);
  width: 100vw;
  max-width: 2560px;
  height: 100vh;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.footer-flex {
  flex-flow: column;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 20px);
  display: flex;
}

.footer-bottom-flex {
  flex: none;
  display: flex;
}

.footer-tfl {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  height: 100%;
  display: flex;
  position: relative;
}

.footer-tfl-container {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 28px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: 1fr min-content;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: min-content;
  place-items: stretch stretch;
  width: 100%;
  height: 750px;
  padding: 30px;
  font-size: 12px;
  display: flex;
  position: relative;
}

.footer-bottom-flex-left {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  padding: 4% 50px;
  font-size: 14px;
  line-height: 1.44em;
  display: flex;
}

.footer-bfl-logo {
  aspect-ratio: 9 / 2;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  min-width: 150px;
  display: flex;
}

.footer-bfl-text {
  flex: 1;
  max-width: 460px;
  font-weight: 300;
}

.footer-bfl-text-container {
  flex: none;
  padding-right: 10%;
}

.footer-top-flex {
  flex-flow: row;
  flex: 1;
  display: flex;
}

.footer-cta {
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-cta-shape {
  z-index: 1;
  color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-cta-text-container {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin-left: -6%;
  display: flex;
  position: relative;
}

.footer-cta-arrow {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
}

.footer-cta-arrow.prev {
  cursor: pointer;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.footer-cta-arrow.is-hh {
  width: 1.5vw;
  height: 1.5vw;
}

.footer-cta-text {
  text-transform: uppercase;
  font-size: 18px;
}

.footer-form-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 65%;
  padding: 60px 60px 34px 20px;
  display: flex;
  position: relative;
}

.footer-links-container {
  grid-column-gap: 5%;
  grid-row-gap: 10px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: min-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: min-content;
  grid-auto-flow: row dense;
  justify-content: flex-start;
  place-items: flex-end start;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.footer-form-titile {
  font-size: 36px;
  font-weight: 500;
  line-height: 1em;
}

.footer-form-content-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-left: 10px;
  display: flex;
}

.footer-form-subtext {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2em;
}

.footer-bynz {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.footer-bynz-logo {
  width: 13px;
  height: 26px;
}

.footer-tfl-bottom-left {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  padding: 60px 60px 30px 20px;
  display: flex;
  position: relative;
}

.footer-bynz-text-container {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  font-size: 10px;
  display: flex;
}

.footer-email {
  color: var(--white);
  text-decoration: none;
}

.footer-tfl-bottom-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 60px 30px 30px;
  display: flex;
  position: relative;
}

.footer-link-flex {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.footer-barcode {
  width: 112px;
  display: flex;
  position: static;
  left: 30px;
}

.footer-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-form-textfield {
  color: var(--white);
  background-color: #fff0;
  border: 1px #000;
  height: 70px;
  margin-bottom: 0;
  padding: 18px 21px 18px 32px;
  line-height: 1.2em;
}

.footer-form-textfield-wrapper {
  background-color: #363636;
  border-radius: 14px;
  width: 100%;
  overflow: hidden;
}

.footer-form-submit-shape {
  width: 100%;
  height: 100%;
  display: flex;
}

.footer-form-submit {
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 11px;
  width: 52%;
  font-size: 11px;
  position: absolute;
}

.footer-form-submit:hover {
  background-color: #ffffff0d;
}

.footer-form-submit-wrapper {
  aspect-ratio: 146 / 42;
  justify-content: center;
  align-items: flex-start;
  width: 170px;
  margin-right: 20%;
  display: flex;
  position: relative;
}

.footer-form-link-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  flex: 1;
  display: flex;
}

.footer-tfl-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.footer-line {
  opacity: .1;
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-line.smaller {
  width: 50%;
}

.footer-line-vertical {
  opacity: .1;
  background-color: #fff;
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  inset: auto -20px 0% auto;
}

.footer-barcode-container {
  flex: 1;
  padding-top: 30px;
  padding-left: 30px;
  position: relative;
}

.footer-tfl-shape-container {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-tfl-shape-svg {
  aspect-ratio: 1001 / 298;
  width: 100%;
  display: flex;
}

.footer-tfl-shape-block {
  background-color: #262626;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  flex: 1;
  width: 100%;
  margin-top: -1px;
}

.clock-container {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: none;
}

.analog-clock {
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hour {
  background-color: var(--_navigation---nav-dark);
  transform-origin: 50% 100%;
  width: 1px;
  height: 50%;
  margin-top: -50%;
  margin-right: -1px;
}

.minute {
  background-color: var(--_navigation---nav-dark);
  transform-origin: 50% 100%;
  width: 1px;
  height: 50%;
  margin-top: -50%;
  position: absolute;
}

.footer-link {
  color: var(--white);
  flex: 1;
  text-decoration: none;
}

.footer-link.hide {
  opacity: .51;
  cursor: not-allowed;
}

.footer-link.faded {
  opacity: .41;
}

.footer-bynz-text.faded {
  opacity: .5;
  opacity: .5;
  opacity: .5;
}

.footer-link-wrap {
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
}

.success-message {
  background-color: #ddd0;
  border-radius: 20px;
  padding-left: 5px;
}

.text-block {
  opacity: .36;
  text-align: left;
  padding-left: 5px;
  font-size: 25px;
  font-weight: 200;
  line-height: 1.2em;
}

.error-message {
  background-color: #cc5252;
  border-radius: 14px;
  padding: 15px 17px;
}

.footer-tfr {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.footer-lottie {
  aspect-ratio: 520 / 800;
  width: 100%;
}

.footer-lottie.is-concept {
  display: block;
  transform: scale(2);
}

.footer-lottie-wrapper {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
  position: relative;
  transform: none;
}

.device-frame {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  background-color: #000;
  border-radius: 28px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 12px 10px 30px 2px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.device-frame.rg, .device-frame.nf, .device-frame.nz, .device-frame.nftf {
  display: none;
}

.device--overlay {
  z-index: 3;
  flex-flow: column;
  justify-content: space-between;
  width: 74.5%;
  height: 75%;
  position: absolute;
  top: 10.937%;
  left: 11.939%;
}

.device-image-wrapper {
  justify-content: center;
  align-items: center;
  height: 75%;
  display: flex;
}

.device-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.device-back-button-arrow {
  aspect-ratio: 20 / 28;
  width: 12px;
  height: 12px;
}

.device-text {
  opacity: .89;
  text-transform: none;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.2em;
}

.device-text.is-rg {
  margin-top: 2px;
}

.device-text.is-nz {
  margin-top: 9px;
}

.device-text.is-nf {
  margin-top: -4px;
}

.device-inside-link {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: var(--white);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-left: 2px;
  font-size: 10px;
  line-height: 1.2;
  text-decoration: underline;
  display: flex;
}

.device-inside-link.is-rg {
  margin-left: 6px;
}

.device-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.device-image {
  height: 100%;
}

.container {
  max-width: 90.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  position: relative;
}

.container.is-large {
  max-width: 120rem;
}

.container.is-large.is-very-large {
  max-width: 2560px;
}

.container.is-large.is-very-large.is-concept {
  position: static;
}

.navbar-clock {
  display: none;
}

.about-hero {
  color: var(--white);
  width: 100vw;
}

.about-hero-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.about-hero-content {
  perspective: 3000px;
  justify-content: space-between;
  width: 100%;
  max-width: 2560px;
  margin-top: 10vh;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.about-hero-content.odd {
  justify-content: center;
  align-items: center;
}

.about-hero-headline {
  font-variation-settings: "wght" 450;
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-size: 9vw;
  font-weight: 500;
  line-height: .8em;
}

.about-hero-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.about-hero-flex.left {
  text-align: right;
  text-align: right;
  justify-content: space-between;
  align-items: flex-end;
}

.about-hero-shape {
  aspect-ratio: 461 / 556;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #ffffff0d;
  border-top: 1px solid #fff3;
  border-left: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
  position: relative;
  -webkit-mask: url("https://cdn.prod.website-files.com/67a325294e5fbb80fd507882/67aa0b86acae1a313ce95d9a_hero.svg");
  mask: url("https://cdn.prod.website-files.com/67a325294e5fbb80fd507882/67aa0b86acae1a313ce95d9a_hero.svg");
}

.div-block-21 {
  opacity: .4;
  filter: brightness(32%);
  mix-blend-mode: multiply;
  background-image: url("https://cdn.prod.website-files.com/6855382e0864164c8e6fffec/6855382e0864164c8e700048_Union.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.about-hero-text {
  font-variation-settings: "wght" 351;
  max-width: 358px;
  font-size: 16px;
  line-height: 1.4em;
}

.about-comp {
  z-index: 2;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.about-comp-shape-wrapper {
  z-index: 2;
  pointer-events: none;
  perspective: 3000px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: -100vh;
  padding-top: 10vh;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-comp-content {
  z-index: 1;
  background-color: #e5e5e5;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - 10px);
  display: flex;
  position: relative;
}

.about-comp-content-wrapper {
  color: var(--dark);
  width: 100%;
  height: 100%;
  padding: 0 10px 10px;
}

.about-comp-shape {
  aspect-ratio: 461 / 556;
  height: 60vh;
  -webkit-mask: url("https://cdn.prod.website-files.com/67a325294e5fbb80fd507882/67aa0b86acae1a313ce95d9a_hero.svg");
  mask: url("https://cdn.prod.website-files.com/67a325294e5fbb80fd507882/67aa0b86acae1a313ce95d9a_hero.svg");
}

.about-hero-shape-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.join-team {
  color: var(--white);
  padding: 150px 10px 100px;
}

.about-comp-shape-svg {
  color: var(--dark);
}

.about-comp-shape-svg.mobile {
  display: none;
}

.heading {
  font-variation-settings: "wght" 450;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-right: -50px;
  font-size: 52px;
  font-weight: 400;
  line-height: 1em;
}

.heading.aright {
  text-align: right;
  margin-left: -170px;
  margin-right: 0;
}

.heading.right {
  text-align: right;
  text-align: right;
  margin-right: 0;
}

.div-block-27 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.div-block-28 {
  background-color: var(--white);
  flex: 1;
  height: 3px;
  transform: translate(0, -34px);
}

.div-block-29 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: -170px;
  display: flex;
  transform: translate(0, 105px);
}

.text-block-3 {
  width: 438px;
  font-size: 14px;
  line-height: 1.4em;
}

.div-block-30 {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 100px;
  display: flex;
}

.div-block-32 {
  color: var(--dark);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 250px auto auto 0%;
}

.div-block-33 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  text-transform: uppercase;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 40%;
  padding: 40px 60px 40px 40px;
  display: flex;
}

.text-block-4 {
  font-size: 17px;
  font-weight: 600;
}

.div-block-34 {
  aspect-ratio: 265 / 200;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 290px;
  padding: 2%;
  position: relative;
}

.div-block-35 {
  display: flex;
  position: relative;
}

.code-embed {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.code-embed.is-100 {
  height: 100%;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-36 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.code-embed-3 {
  aspect-ratio: 122 / 55;
  width: 50%;
  position: absolute;
}

.code-embed-4 {
  aspect-ratio: 315 / 72;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-37 {
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
  position: relative;
  transform: translate(0, -15%);
}

.text-block-5 {
  text-transform: none;
  font-size: 14px;
  line-height: 1.2em;
}

.div-block-38 {
  background-color: var(--dark);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 70%;
  margin-bottom: 5%;
  margin-right: 6%;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.div-block-39 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-40 {
  aspect-ratio: 461 / 566;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

.div-block-41 {
  width: 300px;
}

.div-block-42 {
  width: 100%;
  font-size: 48px;
  font-weight: 400;
  line-height: .8em;
}

.div-block-43, .div-block-44 {
  text-align: right;
  text-align: right;
}

.text-block-6 {
  text-align: justify;
  font-size: 14px;
  line-height: 1.4em;
}

.div-block-45 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 150px;
  display: flex;
}

.div-block-46 {
  mix-blend-mode: difference;
  position: absolute;
  transform: scale(.8);
}

.message {
  z-index: 999999999;
  background-color: var(--dark);
  color: var(--white);
  z-index: 999999999;
  background-color: var(--dark);
  inset: 0% auto auto 0%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.footer-contact-form {
  z-index: 9999999;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.form-closer {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.form-block {
  z-index: 2;
  position: absolute;
}

.text-field {
  background-color: #f5f5f5;
  border: 1px #000;
  border-radius: 12px;
  width: 400px;
  padding: 24px 28px;
}

.text-field::placeholder {
  text-transform: capitalize;
}

.submit-button {
  background-color: var(--blue);
  border-radius: 12px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.form {
  background-color: var(--white);
  color: var(--dark);
  border-radius: 28px;
  padding: 40px 23px 23px;
}

.text-block-7 {
  letter-spacing: -.02em;
  margin-bottom: 30px;
  padding-left: 14px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2em;
}

.right-arrow-2, .left-arrow-2, .slide-nav-2 {
  display: none;
}

.slider-2 {
  aspect-ratio: 461 / 556;
  pointer-events: auto;
  mix-blend-mode: darken;
  background-color: #ddd0;
  height: 40vh;
  top: -20px;
}

.div-block-47 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.background-video-2.small {
  height: 60%;
}

.background-video-2.medium {
  height: 70%;
}

.about-slide-brand-name {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-48, .hide, .hide {
  display: none;
}

.about-active-brand-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-left: auto;
  margin-right: 6px;
  display: flex;
  position: relative;
  top: -20px;
}

.about-active-brand-name {
  opacity: .5;
  color: #000;
  font-variation-settings: "slnt" 0, "wght" 475;
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 11px;
  line-height: 140%;
  transition: margin-left .2s ease-in-out, opacity .2s ease-in-out;
}

.about-active-brand-name:hover {
  text-decoration: underline;
}

.about-active-brand-name.is-current {
  opacity: 1;
  opacity: 1;
  margin-left: 8px;
}

.success-message-2 {
  color: var(--dark);
  background-color: #fff;
  border-radius: 8px;
}

.nav-wrapper {
  z-index: 1000000;
  opacity: 0;
  pointer-events: none;
  display: block;
  position: fixed;
  inset: 0 0% auto;
}

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

.nav-wrapper.show {
  opacity: 1;
}

.nav-submenu {
  background-color: #ffffff05;
  border-radius: 12px;
  margin-bottom: 6px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.barcode-city-wrapper {
  width: 60px;
  height: 10px;
  overflow: hidden;
}

.barcode-slider {
  pointer-events: none;
  background-color: #ddd0;
  width: 60px;
  height: 10px;
  overflow: hidden;
}

.barcode-city-slide {
  text-align: left;
  width: 60px;
  height: 10px;
}

.footer-bynz-text-wrapper {
  width: 150px;
  height: 12px;
  overflow: hidden;
}

.footer-bynz-text-slide {
  text-align: left;
  width: 150px;
  height: 12px;
}

.footer-bynz-text-slider-2 {
  pointer-events: none;
  background-color: #ddd0;
  width: 150px;
  height: 12px;
  display: none;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.bg-holder {
  z-index: -1;
  opacity: .7;
  pointer-events: auto;
  display: block;
  position: fixed;
  inset: 0%;
}

.bg-holder.show {
  display: block;
}

.footer-logo-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-by-non-zero-link {
  color: #fffc;
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-left: 41px;
  font-size: 12px;
  text-decoration: none;
  transition: color .2s;
  display: inline-flex;
}

.footer-by-non-zero-link:hover {
  color: #fff;
  text-decoration: underline;
}

.code-embed {
  height: 0;
}

.device-control-dpad-right {
  aspect-ratio: 1;
  opacity: 0;
  cursor: pointer;
  mix-blend-mode: hue;
  background-color: #000;
  width: 9.5%;
  position: absolute;
  inset: 31% auto auto 22.5%;
}

.device-control-dpad-right:hover {
  opacity: 1;
  -webkit-backdrop-filter: saturate(158%);
  backdrop-filter: saturate(158%);
  background-color: #0000;
}

.code-embed-device {
  display: none;
}

.gameboy-logo-img {
  mix-blend-mode: difference;
  max-width: 50%;
}

.gameboy-logo-img.is-max-60 {
  max-width: 60%;
}

.gameboy-logo-img.is-max-70 {
  max-width: 70%;
}

.social-behance {
  border-radius: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: auto auto 6% 35%;
}

.device-control-dpad-up {
  aspect-ratio: 1;
  opacity: 0;
  cursor: pointer;
  width: 9.5%;
  position: absolute;
  inset: 18% auto auto 14%;
}

.device-control-dpad-up:hover {
  opacity: 1;
  -webkit-backdrop-filter: saturate(170%);
  backdrop-filter: saturate(170%);
  border-radius: 15px;
}

.back-btn {
  color: #fff;
  cursor: pointer;
  flex: none;
  padding-top: 1px;
  padding-left: 4px;
  padding-right: 2px;
  position: relative;
  inset: auto;
}

.back-btn.is-nz {
  margin-top: 9px;
  margin-right: 6px;
}

.back-btn.is-nf {
  margin-top: 7px;
  margin-right: 7px;
}

.back-btn.is-nff {
  margin-right: 4px;
}

.device-control-dpad-left {
  aspect-ratio: 1;
  opacity: 0;
  cursor: pointer;
  mix-blend-mode: hue;
  width: 9.5%;
  position: absolute;
  inset: 33% auto auto 7%;
}

.device-control-dpad-left:hover {
  opacity: 1;
  -webkit-backdrop-filter: saturate(170%);
  backdrop-filter: saturate(170%);
}

.social-linkedin {
  border-radius: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: auto auto 6% 55%;
}

.device-control-dpad-down {
  aspect-ratio: 1;
  opacity: 0;
  cursor: pointer;
  width: 9.5%;
  position: absolute;
  inset: 50% auto auto 15%;
}

.device-control-dpad-down:hover {
  opacity: 1;
  -webkit-backdrop-filter: saturate(170%);
  backdrop-filter: saturate(170%);
}

.device-button {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.device-button.active {
  color: #000;
  background-color: #fff;
  border-color: #fff3;
}

.device-button-container {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  aspect-ratio: 30 / 31.5;
  background-color: #000;
  border-radius: 11px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 63.2%;
  margin-left: 1.8%;
  padding: 2%;
  display: grid;
  position: absolute;
  inset: 9.5% auto auto 17.5%;
  overflow: hidden;
  transform: scale(1);
}

.device-button-container.hide {
  display: none;
}

.device-button-container.is-device-open {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  opacity: 1;
  filter: contrast(90%);
  width: 62%;
  top: 10%;
  left: 18%;
  transform: skew(.5deg)scale(1);
}

.device-button-container.is-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: 30 / 30;
  background-color: #0000;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  display: grid;
  top: 1%;
  left: 3%;
}

.device-button-container.is-footer.is-preloader {
  display: block;
}

.social-instagram {
  border-radius: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: auto auto 6% 45%;
}

.device-control-o {
  aspect-ratio: 1;
  opacity: 1;
  cursor: pointer;
  mix-blend-mode: hue;
  border-radius: 50px;
  width: 12%;
  position: absolute;
  inset: 21% 7.5% auto auto;
}

.device-control-o:hover {
  opacity: .5;
  -webkit-backdrop-filter: saturate(170%);
  backdrop-filter: saturate(170%);
}

.device-control-x {
  aspect-ratio: 1;
  opacity: 1;
  cursor: pointer;
  mix-blend-mode: hue;
  border-radius: 50px;
  width: 12%;
  position: absolute;
  inset: 46% 20% auto auto;
}

.device-control-x:hover {
  opacity: 100;
  -webkit-backdrop-filter: saturate(170%);
  backdrop-filter: saturate(170%);
}

.device-overlay {
  opacity: 0;
  pointer-events: none;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: content-box;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3%;
  transition: all .3s ease-in-out;
  display: none;
  position: absolute;
  inset: 0%;
  transform: translate(50%);
}

.device-overlay.show {
  z-index: 1000;
  opacity: 1;
  pointer-events: auto;
  display: flex;
  transform: none;
}

.device-control-button {
  width: 56%;
  margin-top: 65.7%;
  margin-left: 5.27%;
  display: block;
  position: absolute;
}

.device-control-button.hide {
  display: none;
}

.device-control-button.is-device-open {
  opacity: .95;
  filter: saturate();
  margin-top: 67%;
  margin-left: 1%;
}

.device-control-button.is-footer {
  z-index: 10;
  opacity: .9;
  filter: saturate();
  width: 86.5%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 2.7%;
  left: 10.85%;
}

.gameboy-btn-lottie-animation {
  z-index: -2;
  width: 100%;
  position: relative;
  top: 7px;
  left: 0;
}

.gameboy-ctrl-lottie-blur {
  z-index: 30;
  -webkit-backdrop-filter: blur(.35px);
  backdrop-filter: blur(.35px);
  pointer-events: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.device--inside-logo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: none;
  width: 25%;
  margin-right: 10%;
  display: flex;
}

.device--inside-logo-wrapper.is-nz {
  transform: translate(0, -10px);
}

.device-inside-link-arrow {
  width: 8px;
}

.text-block-8 {
  flex: none;
}

.footer-lottie-frame {
  perspective: 1000px;
  width: 100%;
  height: auto;
  position: relative;
}

.footer-lottie-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  display: none;
  position: relative;
  left: auto;
  right: auto;
  overflow: clip;
  transform: translate(0, -6.5px)scale(1.056);
}

.footer-lottie-image.is-concept {
  transform: scale(2);
}

.device-button-container-preloader-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  aspect-ratio: 1;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  display: flex;
}

.code-embed-6 {
  width: 20px;
  height: 21px;
}

.device-preloader-container {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  aspect-ratio: 30 / 31;
  background-color: #0000;
  border-radius: 11px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  padding: 2%;
  display: block;
  position: absolute;
  inset: 28px auto auto 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.footer-lottie-fallback {
  width: 100%;
  height: 30vw;
  display: none;
  position: relative;
  transform: scale(1.9);
}

@media screen and (max-width: 991px) {
  .nav-bar {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    width: 100%;
    padding-left: 22px;
    padding-right: 12px;
    font-size: 13px;
  }

  .nav-bar-logo {
    width: 80px;
    height: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-bar-sound {
    width: 40px;
  }

  .nav-bar-cta {
    padding: 10px 20px;
  }

  .nav {
    width: calc(100vw - 40px);
    top: 20px;
    left: 20px;
  }

  .nav-menu-button-lottie {
    width: 9px;
    height: 9px;
  }

  .nav-menu-button-text {
    font-size: 10px;
  }

  .nav-menu-button {
    border-radius: 10px;
    margin-top: -14px;
    padding: 12px 16px;
  }

  .nav-menu-button-shape {
    width: 180px;
    height: 37px;
  }

  .nav-bar-wrapper, .nav-menu-wrapper {
    width: 100%;
  }

  .nav-menu {
    padding: 10px 10px 20px;
  }

  .nav-links {
    font-size: 12px;
  }

  .nav-links.is-submenu {
    font-size: 11px;
  }

  .hero {
    height: auto;
    padding: 5px;
    overflow: hidden;
  }

  .hero.is-new {
    height: 100vh;
  }

  .hero-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 25px;
    overflow: hidden;
  }

  .about-webgl {
    aspect-ratio: 8 / 9;
    background-color: #3f3f3f;
    background-image: none;
    background-size: auto;
    width: 100%;
    max-width: 100%;
    max-height: 90svh;
  }

  .wohmi {
    overflow: hidden;
  }

  .body {
    background-image: linear-gradient(#1a1a1a80, #1a1a1a80), url("https://cdn.prod.website-files.com/6855382e0864164c8e6fffec/6855382e0864164c8e700010_background-dot.svg");
    background-position: 0 0, 0 0;
    background-size: auto, 25px;
  }

  .body.is-test {
    background-image: url("https://cdn.prod.website-files.com/6855382e0864164c8e6fffec/6855382e0864164c8e700010_background-dot.svg");
    background-position: 0 0;
  }

  .about-content-wrapperss {
    width: 100%;
    display: block;
    position: static;
  }

  .about-headline-text {
    font-size: 7.5vw;
    line-height: 10vw;
  }

  .about-headline.first {
    margin-left: 0;
  }

  .about-headline-wrapper {
    margin-bottom: 0;
  }

  .about-text-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .about-text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
  }

  .cta-text-wrapper {
    padding: 10px 18px;
    font-size: 10px;
  }

  .cta-text-wrapper.is-full-screen, .cta-text-wrapper.is-ms-close, .cta-text-wrapper.is-full-screen, .cta-text-wrapper.is-ms-close {
    padding: 10px 18px;
  }

  .cta-blob-shape.is-ms-cta {
    width: 60px;
    height: 16px;
  }

  .cta-arrow {
    width: 8px;
    margin-top: -4px;
  }

  .about-content {
    padding: 90px 30px;
  }

  .pre-loader, .preloader-text {
    font-size: 12px;
  }

  .preloader-text.enter {
    inset: auto 0% 0%;
    font-weight: 400;
    position: absolute;
    inset: auto 0% 0%;
    transform: translate(0%);
  }

  .preloader-india-icon {
    height: 40px;
    bottom: 20px;
    left: 20px;
  }

  .preloader-center-animation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .preloader-line {
    display: none;
  }

  .preloader-logo {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .preloader-name {
    top: 20px;
    left: 20px;
  }

  .preloader-name.bottom {
    bottom: 20px;
    right: 20px;
  }

  .preloader-counter-wrapper {
    right: 20px;
  }

  .preloader-center-text-wrapper.move-right {
    text-align: left;
    text-align: left;
    transform: translate(40px);
  }

  .barcode, .by-nz {
    display: none;
  }

  .by-nz.is-preloader {
    display: flex;
  }

  .hero-tagline {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .hero-tagline.is-test {
    position: absolute;
    right: auto;
  }

  .hero-tagline-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .hero-tagline-cta-wrapper {
    right: 0%;
  }

  .hero-tagline-text {
    display: inline;
  }

  .hero-tagline-text-wrapper {
    width: 100%;
    font-size: 13px;
    display: inline;
  }

  .hero-block-tagline-text-mask {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .about {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse wrap;
    margin-top: 0;
    display: flex;
    overflow: hidden;
  }

  .about-content-scroller {
    width: 100%;
  }

  .about-webgl-wrapper {
    height: calc(100vh - 20px);
    top: auto;
    bottom: 18px;
  }

  .about-content-container {
    margin-top: 0;
  }

  .about-content-wrapper {
    height: auto;
  }

  .wohmi-wrapper {
    border-radius: 16px;
  }

  .wohmi-headline {
    width: 80vw;
    font-size: 9vw;
    font-weight: 500;
  }

  .wohmi-headline-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wohmi-container {
    min-width: auto;
  }

  .wohmi-content-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wohmi-highlighted-article {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
  }

  .wohmi-article-cotnainer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .wohmi-highlighted-article-thumbnail {
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  .wohmi-highlighted-article-content-container {
    width: 100%;
  }

  .wohmi-highlighted-article-name {
    margin-bottom: -15px;
    font-size: 24px;
  }

  .wohmi-hgihglighted-article-content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wohmi-article-content-type {
    font-size: 9px;
  }

  .wohmi-article-thumbnail {
    border-radius: 6px;
    flex: 0 auto;
    width: 35%;
  }

  .wohmi-article {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .wohmi-article-content-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .wohmi-article-content-name {
    font-size: 13px;
  }

  .whomi-custom-shape-block-1 {
    width: 80%;
  }

  .wohmi-custom-shape.left {
    justify-content: center;
    align-items: center;
    padding-right: 0%;
  }

  .wohmi-custom-shape.left.abot-mobile {
    display: flex;
  }

  .wohmi-custom-shape.left.about-desktop {
    display: none;
  }

  .whomi-custom-shape-block-2 {
    width: 100%;
  }

  .owhmi-highlighted-article-subtext {
    font-size: 12px;
    line-height: 1.5em;
  }

  .footer, .footer-flex {
    height: auto;
    max-height: none;
  }

  .footer-bottom-flex {
    flex-flow: column;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .footer-tfl {
    width: 100%;
  }

  .footer-tfl-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom-flex-left {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 60px 30px;
  }

  .footer-bfl-logo {
    width: 50%;
  }

  .footer-bfl-text {
    width: 100%;
    max-width: none;
  }

  .footer-bfl-text-container {
    width: 100%;
    padding-right: 0%;
  }

  .footer-top-flex {
    flex-flow: column;
  }

  .footer-cta {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    height: 130px;
    margin-left: 30px;
  }

  .footer-cta-shape {
    margin-left: 0;
  }

  .footer-cta-text-container {
    width: 70%;
    margin-left: 40px;
  }

  .footer-cta-arrow {
    width: 16px;
    height: 16px;
  }

  .footer-cta-text {
    font-size: 15px;
  }

  .footer-form-container {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links-container {
    border-top: 1px solid #ffffff1a;
    grid-template-columns: 1fr 1fr;
    padding: 30px 0;
  }

  .footer-form-titile {
    font-size: 30px;
  }

  .footer-form-content-container {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    padding-left: 10px;
  }

  .footer-form-subtext {
    width: 280px;
  }

  .footer-bynz-logo {
    width: 16px;
  }

  .footer-tfl-bottom-left {
    border-top: 1px solid #ffffff1a;
    width: 100%;
    padding: 30px 20px;
  }

  .footer-tfl-bottom-right {
    border-top: 1px solid #ffffff1a;
    justify-content: space-between;
    width: 100%;
    padding: 30px 20px;
  }

  .footer-link-wrapper {
    border-right: 1px solid #ffffff1a;
    padding-left: 20px;
  }

  .footer-link-wrapper.right {
    border-right-style: none;
    padding-left: 20px;
  }

  .footer-form-link-flex {
    flex-flow: column;
  }

  .footer-tfl-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .footer-line, .footer-line-vertical {
    display: none;
  }

  .footer-barcode-container {
    padding-top: 10px;
    padding-left: 10px;
  }

  .clock-container {
    display: none;
  }

  .footer-form-block {
    width: 100%;
  }

  .footer-link, .footer-link.hide, .footer-link.hide {
    flex: 0 auto;
  }

  .wohmi-cta {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-tfr {
    flex: none;
    order: -1;
  }

  .footer-lottie.is-concept {
    display: none;
  }

  .device--overlay {
    width: 74%;
    height: 74.5%;
    top: 11.5%;
    left: 12.5%;
  }

  .device-text {
    font-size: 13px;
    line-height: 1.5em;
  }

  .device-text.is-nf {
    margin-top: 23px;
  }

  .div-block-6 {
    width: 75vw;
    transform: translate(0%);
  }

  .div-block-7 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    transform: translate(0%);
  }

  .text-block-2 {
    width: 70%;
    font-size: 13px;
  }

  .moonshot-content-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .moonshot-card-container {
    padding-top: 0;
  }

  .moonshot-card {
    width: 80vw;
    height: auto;
    top: 32.5vh;
  }

  .moonshot-card._2 {
    transform: translate(10px, 10px)skew(0deg, -10deg);
  }

  .moonshot-card._2.is-test {
    top: 33vh;
  }

  .moonshot-card._3 {
    transform: translate(20px, 20px)skew(0deg, -10deg);
  }

  .background-video {
    object-fit: cover;
    display: block;
  }

  .moonshot-marquee-wrapper {
    font-size: 7vw;
  }

  .hero-video {
    aspect-ratio: auto;
    width: 100%;
    height: 450px;
    margin-top: 0%;
  }

  .hero-slider-container {
    transform: translate(0, -60px);
  }

  .slide {
    width: 120px;
  }

  .slider-text {
    font-size: 10px;
  }

  .slider-mask, .slider {
    width: 120px;
  }

  .slider.alternate.first, .slider.alternate.last, .slider.alternate.first, .slider.alternate.last, .slider.alternate.first, .slider.alternate.last {
    display: none;
  }

  .fluted-glass-container {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .flutted-glass-bar-wrapper {
    flex: 0 auto;
    justify-content: flex-end;
    width: 30%;
    overflow: hidden;
  }

  .flutted-glass-bar-wrapper.odd {
    width: 40%;
  }

  .flutted-glass-bar-wrapper.right {
    justify-content: flex-start;
  }

  .flutted-glass-bar {
    flex: none;
    width: 10px;
  }

  .custom-cursor, .ch-hero-ftr-item-h1, .ch-hero-ftr-item-h1.text-align-right.text-style-4-lines {
    display: none;
  }

  .ch-hero-ftr-item-h1.text-style-4-lines, .ch-hero-ftr-item-h1.text-align-right.text-style-4-lines {
    display: none;
  }

  .ch-hero-ftr-item-h1.text-align-right.text-style-4-lines {
    display: none;
  }

  .ch-hero-ftr-item-h1.text-align-right.text-style-4-lines.is-tablet-only {
    max-width: 100%;
    font-size: 3rem;
    display: block;
  }

  .ch-hero-ftr-item-h1.text-align-right.text-style-4-lines.is-mobile-only {
    max-width: 100%;
    font-size: 3rem;
    display: none;
  }

  .ch-hero-ftr-item-h1.text-style-4-lines {
    display: none;
  }

  .ch-list-collection-list {
    max-height: none;
  }

  .ch-list-heading-wrap {
    min-width: 240px;
    font-size: .75rem;
    top: -50px;
  }

  .ch-list-heading-wrap.is-articles.is-concept.hide-tablet, .ch-list-heading-wrap.is-articles.is-concept.hide-tablet.w--current {
    display: none;
  }

  .ch-list-heading-wrap.is-moonshots-scaled-up {
    height: 49.8px;
    left: 30px;
    right: auto;
  }

  .ch-list-heading-wrap.is-moonshots-scaled-up.is-concept {
    display: none;
    top: 10px;
    transform: none;
  }

  .ch-list-heading-wrap.is-casestudy-scaled-up {
    height: 49.8px;
    left: 220px;
    right: auto;
  }

  .ch-list-heading-wrap.is-casestudy-scaled-up.is-concept {
    display: none;
    top: 10px;
  }

  .ch-list-heading-wrap.is-casestudy-scaled-up.is-concept.hide-tablet {
    display: none;
  }

  .ch-list-heading-wrap.is-articles-scaled-up {
    left: 410px;
    right: auto;
  }

  .ch-list-heading-wrap.is-articles-scaled-up.is-concept {
    display: none;
    top: 10px;
  }

  .ch-list-heading-wrap.is-articles-scaled-up.is-concept.hide-tablet {
    display: none;
  }

  .ch-list-heading-wrap.is-articles {
    left: 410px;
    right: auto;
  }

  .ch-list-heading-wrap.is-articles.is-concept.hide-tablet, .ch-list-heading-wrap.is-articles.is-concept.hide-tablet.w--current {
    display: none;
  }

  .ch-list-heading-wrap.is-articles.is-active {
    height: 51px;
  }

  .ch-list-heading-wrap.is-articles.is-concept.hide-tablet, .ch-list-heading-wrap.is-articles.is-concept.hide-tablet.w--current {
    display: none;
  }

  .ch-list-heading-wrap.is-articles.is-concept.is-active {
    top: 10px;
    left: 30px;
  }

  .ch-list-heading-wrap.is-articles.is-concept.hide-tablet, .ch-list-heading-wrap.is-articles.is-concept.hide-tablet.w--current {
    display: none;
  }

  .ch-list-heading-wrap.is-moonshots {
    top: -50px;
    left: 30px;
    right: auto;
  }

  .ch-list-heading-wrap.is-moonshots.is-active {
    height: 51px;
  }

  .ch-list-heading-wrap.is-moonshots.is-concept {
    color: #000;
    background-color: #e5e5e5;
    top: 11px;
  }

  .ch-list-heading-wrap.is-casestudy {
    left: 220px;
    right: auto;
  }

  .ch-list-heading-wrap.is-casestudy.is-active {
    height: 51px;
  }

  .ch-list-heading-wrap.is-casestudy.is-concept.is-active {
    top: 10px;
    left: 30px;
  }

  .ch-list-heading-wrap.is-casestudy.is-concept.hide-tablet, .ch-list-collection-ftr-descr {
    display: none;
  }

  .ch-list-component {
    transform: none;
  }

  .ch-list-wrapper.is-concept {
    padding-bottom: 0;
  }

  .ch-list-item-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .ch-list-component-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ch-list-component-wrapper.is-concept {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border: 1px #000;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .ch-list-collection-ftr-content-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .ch-list-collection-ftr-item {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .ch-list-item-heading.text-style-4-lines {
    font-size: 1.1rem;
  }

  .ch-list-collection-ftr-heading {
    font-size: 1.5rem;
  }

  .ch-list-item-category {
    font-size: .75rem;
  }

  .ch-list-collection-item {
    grid-column-gap: 24px;
    grid-template-columns: minmax(120px, 43fr) minmax(240px, 57fr);
  }

  .ch-section {
    padding-top: 80px;
  }

  .ch-section.is-ch-list {
    margin-top: 48px;
  }

  .ch-section.is-concept {
    position: relative;
  }

  .ch-list-collection-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 40fr 60fr;
  }

  .ch-list-collection-ftr-image {
    max-width: none;
  }

  .ch-list-collection-ftr-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .ch-internal-explore-list {
    grid-column-gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(364px, 1fr));
  }

  .ch-internal-post-body-rt {
    max-width: none;
  }

  .ch-internal-hero-img {
    max-width: 580px;
  }

  .ch-internal-hero-comp {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 100px;
  }

  .read-more-cta-wrapper {
    padding-right: 0%;
  }

  .ch-internal-post-body-top-copy {
    bottom: 86px;
  }

  .ch-internal-post-body-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: minmax(auto, 200px) 1fr;
    max-width: 100%;
  }

  .ch-internal-hero-content {
    padding-top: 50px;
  }

  .ch-internal-post-body-top {
    top: 26px;
  }

  .ch-internal-post-body-comp {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    border-radius: 19px;
    grid-template-columns: minmax(auto, 200px) 1fr;
    padding-left: 28px;
    padding-right: 28px;
  }

  .about-hero-wrapper {
    flex-flow: column;
    height: auto;
    position: static;
  }

  .about-hero-content {
    flex-flow: column;
    margin-top: 0;
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .about-hero-headline {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-hero-flex {
    order: 1;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .about-hero-flex.left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-hero-shape {
    width: 80vw;
    height: auto;
  }

  .about-hero-text {
    order: 1;
    max-width: 100%;
  }

  .about-comp-shape-wrapper {
    display: none;
  }

  .about-comp-content {
    border-radius: 18px;
    flex-flow: column;
    height: auto;
  }

  .about-hero-shape-wrapper {
    margin-bottom: 0;
  }

  .join-team {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .about-comp-shape-svg.mobile {
    inset: 0% auto auto 0%;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 7vw;
  }

  .heading.right {
    text-align: left;
    text-align: left;
  }

  .div-block-27 {
    flex-flow: column;
    padding-bottom: 0;
  }

  .div-block-29 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 60px;
    margin-left: 0;
    transform: translate(0);
  }

  .text-block-3 {
    width: 100%;
  }

  .div-block-31 {
    padding-left: 0;
  }

  .div-block-32 {
    width: 100%;
    position: static;
  }

  .div-block-39 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 79px;
    padding-bottom: 79px;
  }

  .div-block-40 {
    width: 80vw;
    height: auto;
    position: relative;
  }

  .div-block-41 {
    width: 100%;
  }

  .div-block-45 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-46 {
    width: 100%;
  }

  .message, .message.home, .message.about, .message.home, .message.about {
    display: none;
  }

  .form-block {
    width: 90%;
  }

  .text-field {
    width: 100%;
  }

  .heading-2 {
    font-variation-settings: "slnt" 0, "wght" 450;
    letter-spacing: -.05em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20vw;
    font-weight: 400;
    line-height: .75em;
  }

  .div-block-48 {
    z-index: 1;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: -15vw;
    display: flex;
    position: relative;
  }

  .div-block-49 {
    width: 100%;
  }

  .div-block-50 {
    display: flex;
  }

  .div-block-50.left {
    justify-content: flex-end;
    align-items: center;
  }

  .lottie-animation-3 {
    width: 100%;
    height: 100%;
  }

  .test-video {
    aspect-ratio: auto;
    width: 100%;
    height: 450px;
    margin-top: 0%;
  }

  .about-active-brand-wrap {
    display: none;
  }

  .about-webgl-test {
    z-index: 11000;
    aspect-ratio: 8 / 16;
    background-color: #52525200;
    width: 100%;
    min-height: 400px;
    overflow: visible;
  }

  .wohmi-highlighted-article-thumbnail-wrapper {
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  .ch-cta-text {
    font-size: .75rem;
  }

  .privacy-policy-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse wrap;
    margin-top: 0;
    display: flex;
    overflow: hidden;
  }

  .ms-close-cta {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    top: 8px;
  }

  .ms-cta-wrapper {
    top: -300px;
  }

  .bg-holder, .ch-list-item-descr {
    display: none;
  }

  .ch-list-item-descr.text-style-3-lines {
    font-size: .75rem;
  }

  .moonshot-home-tab-text-wrapper {
    z-index: 1000;
    font-variation-settings: "slnt" 0, "wght" 480;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .moonshot-home-tab-text {
    opacity: .7;
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 20px;
  }

  .moonshot-home-tab-text.is-blur {
    opacity: .5;
    filter: brightness(200%) blur(12px);
    width: 100%;
    position: absolute;
    bottom: 1px;
  }

  .moonshot-home-tab-text._2nd {
    padding-bottom: 26px;
  }

  .moonshot-home-tab-text._3rd {
    padding-bottom: 42px;
  }

  .footer-by-non-zero-link {
    margin-left: 0;
  }

  .new-hero-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 25px;
    overflow: hidden;
  }

  .hh-popup-wrapper, .hh-popup-wrapper.show, .hh-popup-wrapper.show {
    z-index: 1000001;
  }

  .hh-popup-close {
    font-size: .625rem;
  }

  .hh-popup-arrow.popup-prev, .hh-popup-arrow.popup-next, .hh-popup-arrow.popup-prev, .hh-popup-arrow.popup-next {
    top: 34.5vh;
  }

  .hh-slide-content-btm {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    height: 35vh;
    min-height: 35vh;
    max-height: 35vh;
    padding-top: 24px;
    position: relative;
  }

  .hh-popup-heading {
    font-size: 2rem;
  }

  .hh-thumb-wrapper {
    flex: 0 auto;
    min-width: 0;
  }

  .hh-thumb-inner {
    z-index: 40;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    outline-offset: 0px;
    background-color: #ffffff1f;
    border-radius: 20px;
    outline: 1px solid #1a1a1a14;
    width: 40vw;
    height: 90px;
    padding: 6px;
    position: absolute;
    inset: -100px 10px auto auto;
  }

  .hh-thumb {
    outline-offset: 0px;
    border-radius: 16px;
    outline: 1px solid #1a1a1a33;
  }

  .hh-popup-decr {
    max-width: none;
    margin-right: auto;
    font-size: .9rem;
  }

  .hh-popup-close-icon {
    width: .5rem;
    height: .5rem;
  }

  .hh-inner-video-wrapper {
    width: 85vw;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }

  .ch-section-viewport {
    max-height: none;
  }

  .ch-trigger-wrapper {
    display: block;
  }

  .ch-overflow-hidden {
    border: 1px #000;
    max-height: none;
    box-shadow: 0 -4px 24px #0000001f;
  }

  .device-control-dpad-right {
    z-index: 10;
  }

  .device-control-dpad-up:hover {
    z-index: 10;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .device-control-dpad-left, .device-control-dpad-down {
    z-index: 10;
  }

  .device-button-container.is-footer {
    width: 100%;
    top: .75%;
    left: 2%;
  }

  .device-control-o, .device-control-x {
    z-index: 10;
  }

  .device-control-button.is-footer {
    opacity: 1;
    opacity: 1;
    width: 82.5%;
    bottom: 4.5%;
    left: 12.25%;
  }

  .gameboy-btn-lottie-animation {
    display: none;
  }

  .footer-lottie-frame {
    aspect-ratio: 520 / 800;
    width: 100%;
  }

  .footer-lottie-image {
    aspect-ratio: 2 / 3;
    display: block;
  }

  .device-preloader-container {
    width: 100%;
    top: .75%;
    left: 2%;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-image: linear-gradient(#1a1a1a80, #1a1a1a80), url("https://cdn.prod.website-files.com/6855382e0864164c8e6fffec/6855382e0864164c8e700010_background-dot.svg");
    background-position: 0 0, 0 0;
  }

  .ch-hero-ftr-article-about {
    font-size: 1.5rem;
  }

  .ch-list-heading-wrap.is-casestudy-scaled-up, .ch-list-heading-wrap.is-articles-scaled-up, .ch-list-heading-wrap.is-articles, .ch-list-heading-wrap.is-casestudy, .ch-list-heading-wrap.is-casestudy-scaled-up, .ch-list-heading-wrap.is-articles-scaled-up, .ch-list-heading-wrap.is-articles, .ch-list-heading-wrap.is-casestudy {
    left: 30px;
  }

  .ch-list-component {
    position: relative;
    top: 0;
  }

  .ch-scroll-down-arrow {
    display: none;
  }

  .ch-section {
    padding-top: 0;
  }

  .ch-list-collection-wrapper {
    grid-template-columns: 1fr;
  }

  .ch-hero-ftr-cs-heading, .ch-hero-ftr-ms-heading {
    font-size: 1.5rem;
  }

  .ch-internal-post-body-top-copy {
    bottom: -15px;
    right: 42px;
  }

  .ch-internal-post-body-left {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .ch-internal-post-body-wrap {
    grid-template-columns: auto;
  }

  .ch-internal-post-body-top {
    top: -14px;
    left: 32px;
  }

  .ch-internal-post-body-comp {
    grid-template-columns: auto;
  }

  .div-block-33 {
    border-top-left-radius: 0;
    border-bottom-right-radius: 20px;
    margin-top: -49px;
    padding-top: 80px;
  }

  .div-block-34 {
    border-top-left-radius: 30px;
    order: -1;
    overflow: hidden;
  }

  .div-block-35 {
    flex-flow: column;
  }

  .div-block-37 {
    width: 60%;
  }

  .ms-slide-txt-wrap {
    max-width: 40%;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-left: 12px;
  }

  .nav-bar-logo-wrapper {
    margin-right: 4px;
  }

  .nav-bar-sound-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-bar-cta {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-button {
    margin-top: -6px;
    top: -3px;
  }

  .nav-bar-wrapper {
    opacity: 1;
  }

  .nav-menu {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .nav-links.is-submenu {
    padding-left: 30px;
  }

  .about-webgl {
    min-height: auto;
  }

  .body {
    background-image: linear-gradient(#1a1a1a80, #1a1a1a80), url("https://cdn.prod.website-files.com/6855382e0864164c8e6fffec/6855382e0864164c8e700010_background-dot.svg");
    background-position: 0 0, 0 0;
  }

  .preloader-name {
    right: 20px;
  }

  .hero-tagline.is-test {
    position: absolute;
    right: auto;
  }

  .about-webgl-wrapper {
    height: auto;
    max-height: calc(70vh - 20px);
  }

  .wohmi-content-grid {
    grid-template-columns: 1fr;
  }

  .footer-cta {
    width: 100%;
    margin-left: 0;
  }

  .footer-cta-arrow.prev.is-hh {
    color: var(--_navigation---nav-white);
    width: 10px;
    height: 10px;
  }

  .footer-cta-arrow.is-hh {
    width: 10px;
    height: 10px;
  }

  .footer-bynz {
    margin-right: 8px;
  }

  .footer-tfl-bottom-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .device-frame {
    padding-top: 2px;
  }

  .device-image-wrapper {
    height: 67%;
  }

  .device-text {
    font-size: 11px;
    line-height: 1.2em;
  }

  .device-text.is-nf {
    margin-top: 10px;
  }

  .device-inside-link {
    margin-left: -4px;
  }

  .moonshot-card.is-test {
    aspect-ratio: 513 / 400;
    aspect-ratio: 513 / 400;
    width: 90vw;
  }

  .hero-slider-container.is-hero-new {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
  }

  .fluted-glass-container.is-hh-new {
    width: auto;
    left: 1px;
    right: 1px;
    overflow: hidden;
  }

  .flutted-glass-bar-wrapper.odd {
    width: 60%;
  }

  .flutted-glass-bar {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 1px 1px #fff;
  }

  .flutted-glass-bar.hide-mobile-portrait {
    display: none;
  }

  .ch-hero-ftr-cs-img {
    aspect-ratio: 16 / 9;
  }

  .ch-hero-ftr-item-h1.text-align-right.text-style-4-lines.is-tablet-only {
    display: none;
  }

  .ch-hero-ftr-item-h1.text-align-right.text-style-4-lines.is-mobile-only {
    color: #fff;
    margin-top: 132px;
    margin-bottom: 32px;
    display: block;
  }

  .ch-hero-ftr-comp {
    min-width: 90%;
    height: 100%;
  }

  .ch-hero-ftr-item.is-articles {
    -webkit-clip-path: url("#clipShapeFtrArticle");
    clip-path: url("#clipShapeFtrArticle");
  }

  .ch-hero-ftr-article-about.text-align-right {
    font-size: 1.25rem;
  }

  .ch-list-heading-wrap.is-moonshots-scaled-up, .ch-list-heading-wrap.is-casestudy-scaled-up, .ch-list-heading-wrap.is-articles-scaled-up {
    min-width: 180px;
    display: none;
    top: -37px;
  }

  .ch-list-heading-wrap.is-moonshots-scaled-up, .ch-list-heading-wrap.is-casestudy-scaled-up, .ch-list-heading-wrap.is-articles-scaled-up {
    min-width: 180px;
    display: none;
    top: -37px;
  }

  .ch-list-heading-wrap.is-articles {
    min-width: 180px;
    height: 32px;
    top: -32px;
    left: 17px;
  }

  .ch-list-heading-wrap.is-articles.is-active {
    font-variation-settings: "wght" 500;
    height: auto;
  }

  .ch-list-heading-wrap.is-articles.is-concept.is-active {
    top: 23px;
  }

  .ch-list-heading-wrap.is-moonshots {
    min-width: 180px;
    height: 32px;
    top: -32px;
    left: 17px;
  }

  .ch-list-heading-wrap.is-moonshots.is-active {
    font-variation-settings: "wght" 500;
    height: auto;
  }

  .ch-list-heading-wrap.is-moonshots.is-concept {
    top: 28px;
  }

  .ch-list-heading-wrap.is-casestudy {
    min-width: 180px;
    height: 32px;
    top: -32px;
    left: 17px;
  }

  .ch-list-heading-wrap.is-casestudy.is-active {
    font-variation-settings: "wght" 500;
    height: auto;
  }

  .ch-list-heading-wrap.is-casestudy.is-concept.is-active {
    top: 24px;
  }

  .ch-hero-ftr-category {
    margin-right: 12px;
    font-size: clamp(.675rem, .75vw, 2rem);
  }

  .ch-hero-ftr-card1 {
    aspect-ratio: auto;
    min-width: 90%;
    padding-top: 0;
  }

  .ch-list-component {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    border-radius: 12px;
  }

  .ch-list-component.is-concept {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .ch-list-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .ch-list-descr {
    margin-left: 8px;
    font-size: 1.1rem;
  }

  .ch-hero-ftr-cs-comp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: right;
    -webkit-clip-path: url("#clipShapeFtrArticle");
    clip-path: url("#clipShapeFtrArticle");
    aspect-ratio: 464 / 490;
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    height: auto;
    padding-top: 3%;
  }

  .ch-list-component-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 2rem 1rem 0 1.1rem;
  }

  .text-style-4-lines.hide-mobile-portrait {
    display: none;
  }

  .ch-list-collection-ftr-item {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .ch-list-item-heading {
    font-size: 1.125rem;
  }

  .ch-list-collection-item {
    grid-template-columns: 1fr;
  }

  .ch-hero-ftr-cs-about {
    display: none;
  }

  .ch-hero-ftr-ms-comp {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    text-align: right;
    -webkit-clip-path: url("#clipShapeFtrArticle");
    clip-path: url("#clipShapeFtrArticle");
    aspect-ratio: 464 / 490;
    flex-flow: column-reverse wrap-reverse;
    height: 100%;
    padding-top: 3%;
  }

  .ch-hero-ftr-card2 {
    aspect-ratio: 1 / 1.07;
    min-width: 90%;
    height: 100%;
  }

  .ch-list-collection-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .ch-hero-ftr-cs-heading {
    margin-top: 8%;
    font-size: 1.25rem;
  }

  .ch-hero-ftr-cs-heading.text-style-3-lines {
    margin-top: 6%;
    margin-bottom: 18px;
  }

  .ch-hero-ftr-ms-heading {
    font-size: 1.25rem;
  }

  .ch-list-collection-ftr-image {
    max-width: 100%;
  }

  .ch-list-collection-ftr-content-wrap {
    max-width: none;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ch-hero-ftr-wrapper.grid {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    overflow: scroll;
  }

  .ch-internal-explore-list {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .ch-internal-post-body-rt {
    width: 100%;
  }

  .ch-internal-post-body-right {
    max-width: 100%;
  }

  .ch-internal-hero-descr {
    text-align: center;
  }

  .ch-internal-hero-comp {
    padding-top: 120px;
  }

  .ch-internal-hero-top-row {
    flex-flow: column;
  }

  .ch-internal-post-body-top-copy {
    width: 80%;
    bottom: 99px;
    right: 17px;
  }

  .ch-internal-post-body-left.is-pp {
    max-width: 80%;
  }

  .ch-internal-hero-content {
    padding-top: 20px;
  }

  .ch-internal-post-body-top {
    width: 80%;
    top: 39px;
    left: 50%;
    transform: translate(-50%);
  }

  .ch-internal-hero-h1 {
    text-align: center;
    font-size: 1.8rem;
  }

  .ch-internal-post-body-comp {
    padding: 48px 20px;
  }

  .div-block-34 {
    min-height: auto;
  }

  .div-block-38 {
    margin-right: 0%;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
  }

  .loader-bar {
    width: 100%;
  }

  .ch-list-collection-comp-wrapper {
    max-height: none;
  }

  .nav-wrapper {
    display: block;
  }

  .nav-submenu {
    margin-left: -10px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 0;
  }

  .moonshot-slide-popup {
    z-index: 1000001;
    display: none;
  }

  .swiper.home-hero-new {
    flex: none;
    width: 120px;
  }

  .swiper-wrapper.home-moonshot-swiper {
    -webkit-clip-path: url("#swiperMobileMask");
    clip-path: url("#swiperMobileMask");
  }

  .swiper-wrapper.home-hero-new-wrapper {
    width: 120px;
  }

  .swiper-slide.home-moonshot-swiper {
    -webkit-clip-path: url("#swiperMobileMask");
    clip-path: url("#swiperMobileMask");
  }

  .swiper-slide.home-hero-new-slide {
    width: 120px;
  }

  .ch-hero-ftr-cs-img-wrapper {
    width: 70%;
  }

  .privacy-policy-rt {
    max-width: 320px;
    overflow: visible;
  }

  .privacy-policy-rt h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .privacy-policy-rt ol {
    padding-left: 25px;
  }

  .privacy-policy-rt.is-toc {
    max-width: none;
  }

  .privacy-policy-rt.is-main {
    max-width: 81vw;
  }

  .privacy-policy-section {
    max-width: 100vw;
    height: 230px;
  }

  .pp-code-embed {
    width: 100%;
    margin-left: -21px;
    margin-right: -26px;
    padding-left: 26px;
    padding-right: 26px;
    overflow: scroll;
  }

  .ms-slide-txt-wrap {
    z-index: 10;
    justify-content: space-between;
    max-width: 90%;
    height: 100%;
    padding-top: 11vh;
    padding-bottom: 25vh;
  }

  .ms-slide-heading {
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
  }

  .ms-slide-para {
    text-align: center;
  }

  .ms-slide-cta-wrap {
    z-index: 100;
    bottom: 16vh;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .ms-slider-close {
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .ms-slide-main {
    z-index: 40;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: 60vh;
    margin-left: -18px;
    margin-right: -18px;
    padding-left: 18px;
    padding-right: 18px;
    overflow: scroll;
  }

  .ms-slide1 {
    flex: none;
    width: 90%;
  }

  .ms-slide2 {
    flex: none;
    width: 90%;
    position: relative;
    top: 14px;
    left: auto;
  }

  .ms-slide3 {
    flex: none;
    width: 90%;
    position: relative;
    top: -16px;
    right: auto;
  }

  .ms-close-cta {
    font-size: 12px;
  }

  .ms-slider-prev-btn {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #363636;
    border-radius: 100px 12px 12px 100px;
    width: 103px;
    height: 48px;
    position: absolute;
    top: auto;
    bottom: 5vh;
    left: 50%;
    transform: translate(-110px, -50%);
  }

  .ms-slider-prev-btn:hover {
    transform: translate(-110px, -50%);
  }

  .ms-slider-next-btn {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #363636;
    border-radius: 12px 100px 100px 12px;
    width: 103px;
    height: 48px;
    position: absolute;
    inset: auto 50% 5vh auto;
    transform: translate(110px, -50%);
  }

  .show-mobile-portrait {
    display: block;
  }

  .moonshot-home-tab-text {
    font-variation-settings: "slnt" 0, "wght" 500;
    text-wrap: balance;
    padding-bottom: 37px;
    padding-left: 12%;
    padding-right: 12%;
    line-height: 22px;
  }

  .moonshot-home-tab-text._2nd {
    padding-bottom: 35px;
  }

  .moonshot-home-tab-text._3rd {
    padding-bottom: 38px;
  }

  .new-hero-wrapper {
    padding-top: 0;
  }

  .home-hero-bg-embed {
    width: auto;
    height: auto;
    top: 9%;
    overflow: visible;
  }

  .home-hero-bg-embed-wrapper {
    max-height: 70vh;
    top: 5%;
    overflow: visible;
  }

  .hh-popup-wrapper {
    z-index: 1000001;
    opacity: 0;
    pointer-events: none;
    max-height: 100dvh;
    padding: 12px;
  }

  .hh-popup-wrapper.show {
    padding-top: 16px;
  }

  .hh-popup-close {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    border-radius: 10px;
    padding: 6px 12px;
    font-size: .6rem;
    top: -1.1vw;
    bottom: auto;
    right: auto;
  }

  .hh-popup-slide-content {
    max-height: calc(100dvh - 24px);
  }

  .hh-popup-arrow.popup-prev {
    background-color: #363636;
    border: 4px solid #242424;
    border-radius: 20px 0 0 20px;
    width: 78px;
    height: 36px;
    top: auto;
    bottom: 2vh;
    left: 50%;
    transform: translate(-100%);
  }

  .hh-popup-arrow.popup-prev:hover {
    background-color: #363636;
  }

  .hh-popup-arrow.popup-next {
    color: var(--_navigation---nav-white);
    background-color: #363636;
    border: 4px solid #242424;
    border-radius: 0 20px 20px 0;
    width: 78px;
    height: 36px;
    top: auto;
    bottom: 2vh;
    right: 50%;
    transform: translate(100%);
  }

  .hh-popup-arrow.popup-next:hover {
    background-color: #363636;
  }

  .hh-slide-content-top {
    -webkit-clip-path: url("#hh-popup-mob-mask");
    clip-path: url("#hh-popup-mob-mask");
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: clip;
  }

  .hh-slide-content-btm {
    grid-row-gap: 10px;
    height: 40vh;
    padding-top: 20px;
  }

  .hh-popup-heading {
    font-size: 1.5rem;
  }

  .hh-thumb-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .hh-thumb-inner {
    border-radius: 10px;
    width: 190px;
    height: 60px;
    position: absolute;
    top: -73px;
    right: auto;
  }

  .hh-thumb {
    border-radius: 8px;
  }

  .hh-popup-decr {
    font-size: .9rem;
    line-height: 1.4;
  }

  .hh-popup-close-icon {
    width: 8px;
    height: 8px;
  }

  .hh-inner-video-wrapper {
    width: 150%;
    max-width: 150%;
    left: auto;
    right: auto;
    transform: translate(0%, -50%);
  }

  .device-control-button.is-footer {
    bottom: 4%;
  }

  .device--inside-logo-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 23%;
  }

  .device--inside-logo-wrapper.is-nz {
    margin-right: 12px;
  }
}

#w-node-_7c3793ac-f1eb-a895-f23a-e01f9e76b0b5-9e76b098 {
  place-self: stretch stretch;
}

#w-node-_7c3793ac-f1eb-a895-f23a-e01f9e76b0e6-9e76b098 {
  align-self: center;
}
