a {
  text-decoration: none;
}

.textAnimationClass {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.textAnimationClassNav {
  position: relative;
  display: flex;
  justify-content: center;
}

.textAnimationClassContainer {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hidden {
  opacity: 0;
}

.absolute {
  position: absolute;
}

/* Fonts */
@font-face {
  font-family: Sofia Pro;
  src: url("./fonts/SofiaPro.otf");
}
/* No Select */
.noselect,
img {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}

.invisible {
  opacity: 0 !important;
  pointer-events: none !important;
}

input,
textarea,
button,
select,
a,
svg,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*::-moz-selection {
  color: #000000;
  background-color: #05E27E;
  text-shadow: none;
}

*::selection {
  color: #000000;
  background-color: #05E27E;
  text-shadow: none;
}

/* width */
::-webkit-scrollbar {
  width: 0;
  -webkit-user-select: auto;
          user-select: auto;
}

/* Track */
/* Handle */
/* Defaults */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  /* cursor: none; */
}

body {
  z-index: 100;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  font-size: 10px;
  -webkit-overflow-scrolling: touch;
}

.webgl {
  position: absolute;
  top: 0;
  outline: none;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.mobileTexture {
  opacity: 0;
  pointer-events: none;
}

main {
  position: relative;
  z-index: 1;
  font-family: Sofia Pro;
}

.loadingSection {
  width: 100vw;
  height: 100vh;
  position: fixed;
  pointer-events: none;
  background-color: #fcfcfc;
  z-index: 100;
}

.heroSection {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  height: 100dvh;
  z-index: 10;
  padding-inline: 4rem;
  padding-block: 2.4rem;
}

.heroSectionDescriptionOverlay {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-inline: 4rem;
  padding-block: 2.4rem;
  font-size: 1.6rem;
  left: 0;
}

.heroSectionDescriptionOverlayRow {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.heroSectionHeader {
  font-size: 12rem;
  line-height: 11.2rem;
  margin-top: 8rem;
  margin-bottom: 2.4rem;
  display: flex;
}

.heroSectionSubHeader {
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin-bottom: 8rem;
}

.showcaseSection {
  position: relative;
  width: 100vw;
  height: 100dvh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  perspective: 1000px;
  padding: 15rem;
  gap: 4rem;
}

.showcaseSectionBackgroundImage {
  position: absolute;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0;
}

.showcaseSectionMobileImage {
  position: relative;
  width: 30rem;
}

.showcaseSectionMobileImage2 {
  position: relative;
  width: 30rem;
}

.dndSection {
  position: relative;
  width: 100vw;
  height: 100dvh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  overflow: hidden;
}

.dndSectionBackgroundImage {
  position: absolute;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.dndSectionTextContainer {
  position: relative;
  margin-left: 15rem;
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-inline: 2.4rem;
  padding-top: 3.2rem;
  padding-bottom: 4rem;
  border-radius: 2.4rem;
  gap: 7.2rem;
  color: #ffffff;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3137254902);
  background-color: #864FC1;
}

.dndSectionTextContainerBackground {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
}

.dndSectionTextColumn {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.6rem;
}

.dndSectionTextHeader {
  font-size: 1.2rem;
}

.dndSectionTextItem {
  font-size: 2.8rem;
  line-height: 3.2rem;
}

.featureSection {
  position: relative;
  width: 100vw;
  padding-inline: 15rem;
  padding-block: 12rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 13rem;
  background-color: #ffffff;
}

.featureSectionHeader {
  position: relative;
  width: 40%;
  font-size: 7.2rem;
  line-height: 7.2rem;
}

.featureSectionBody {
  position: relative;
  width: 60%;
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.videoSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to bottom, #2F2F34 0%, #18181B 100%);
  z-index: -5;
  padding-block: 12rem;
}

.videoSectionVideoContainer {
  position: relative;
  width: 60vw;
  height: 33.75vw;
  border-radius: 1.2rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3137254902);
}

.videoSectionVideo {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.videoSectionImageContainerParallax {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.videoSectionImageContainer {
  position: absolute;
  width: 20vw;
  height: 20vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.2rem;
  overflow: hidden;
  z-index: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3137254902);
}

.videoSectionImage {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#videoSectionImageContainer1 {
  transform: translateX(-35vw) translateY(-25%) scale(1);
}

#videoSectionImageContainer2 {
  transform: translateX(37vw) translateY(-10%) scale(0.8);
}

#videoSectionImageContainer3 {
  transform: translateX(-30vw) translateY(45%) scale(0.6);
}

.focusSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  padding-top: 12rem;
  z-index: 1;
}

.focusSectionMarquee {
  width: 48rem;
  height: 5.6rem;
  overflow: hidden;
  border-radius: 100rem;
  background-image: linear-gradient(to top right, #05E27B -10%, #00ABF4 50%, #9381FF 110%);
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.3137254902);
}

.focusSectionMarqueeInner {
  position: relative;
  width: 500vw;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.6rem;
  font-size: 2rem;
  color: #ffffff;
}

.focusSectionMarqueeInnerImage {
  height: 4.5rem;
}

.focusSectionText {
  font-size: 4.8rem;
  line-height: 5.2rem;
  max-width: 60%;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 12rem;
}

.greenText {
  color: #05E27E;
}

.focusSectionImageContainer {
  position: relative;
  width: calc(100vw - 31rem);
  height: calc((100vw - 31rem) * 0.6);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-radius: 5rem;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3137254902);
}

.focusSectionImage {
  width: 100%;
}

.slitSection {
  position: relative;
  width: 100vw;
  height: calc((100vw - 12rem) / 2 * 1600 / 2880 * 2 + 12rem);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.slitSectionBackgroundImage {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.slitSectionOverlay {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: space-between;
  flex-direction: column;
  gap: 4rem;
  padding: 4rem;
}

.slitSectionOverlayHalf {
  display: flex;
  justify-content: space-between;
  align-items: space-between;
  gap: 4rem;
}

.slitSectionImageContainer {
  height: calc((100vw - 12rem) / 2 * 1600 / 2880);
  width: calc((100vw - 12rem) / 2);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.2rem;
  cursor: pointer;
  overflow: hidden;
}

.slitSectionImage {
  height: 100%;
}

.swipeSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 25vw;
  padding-block: 12rem;
  background-image: linear-gradient(to bottom, #2F2F34 0%, #18181B 100%);
  overflow: hidden;
}

.swipeSectionMobileImage {
  position: absolute;
  right: 12rem;
  top: 12rem;
  z-index: 10;
}

.swipeSectionContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swipeSectionContainerHalf {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 12rem;
}

.swipeSectionImageContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 27.7777777778vw;
  overflow: hidden;
  border-radius: 1.2rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3137254902);
}

.swipeSectionImage {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.swipeSectionImageContainerBottom {
  margin-left: 12rem;
}

.swipeSectionLogoOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  z-index: 0;
}

.swipeSectionLogo {
  position: absolute;
  width: 75%;
}

.ctaButton {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000000;
  padding-inline: 4rem;
  padding-block: 2rem;
  font-size: 2rem;
  line-height: 2.4rem;
  border-radius: 100rem;
  background-color: #05E27E;
  z-index: 100;
  pointer-events: auto;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3137254902);
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 950px) {
  html {
    font-size: 6px;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 6px;
  }
  .heroSection {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .featureSection {
    position: relative;
    width: 100vw;
    padding-inline: 4rem;
    padding-block: 12rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 4rem;
    background-color: #ffffff;
  }
  .featureSectionHeader {
    position: relative;
    width: 60%;
    font-size: 7.2rem;
    line-height: 7.2rem;
  }
  .featureSectionBody {
    position: relative;
    width: 100%;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 550px) {
  html {
    font-size: 6px;
  }
  .showcaseSection {
    position: relative;
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    perspective: 1000px;
    padding: 4rem;
    gap: 4rem;
  }
  .showcaseSectionMobileImage {
    position: relative;
    width: calc((100vw - 12rem) / 2);
  }
  .showcaseSectionMobileImage2 {
    position: relative;
    width: calc((100vw - 12rem) / 2);
  }
  .dndSection {
    position: relative;
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    overflow: hidden;
    padding-top: 4rem;
  }
  .dndSectionTextContainer {
    position: relative;
    margin-left: 4rem;
    margin-bottom: 4rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-inline: 2.4rem;
    padding-top: 3.2rem;
    padding-bottom: 4rem;
    border-radius: 2.4rem;
    gap: 7.2rem;
    color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3137254902);
    flex-direction: column;
  }
  .dndSectionTextHeader {
    font-size: 1.6rem;
  }
  .videoSection {
    position: relative;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom, #2F2F34 0%, #18181B 100%);
    z-index: -5;
    padding-block: 4rem;
  }
  .videoSectionVideoContainer {
    position: relative;
    width: calc(100vw - 8rem);
    height: calc((100vw - 8rem) * 9 / 16);
    border-radius: 1.2rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3137254902);
  }
  .focusSectionMarquee {
    width: calc(100vw - 8rem);
    height: 5.6rem;
    overflow: hidden;
    border-radius: 100rem;
    background-image: linear-gradient(to top right, #05E27B -10%, #00ABF4 50%, #9381FF 110%);
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.3137254902);
  }
  .focusSectionText {
    font-size: 4.8rem;
    line-height: 5.2rem;
    max-width: calc(100vw - 8rem);
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 12rem;
  }
  .focusSectionImageContainer {
    position: relative;
    width: calc(100vw - 8rem);
    height: calc((100vw - 8rem) * 0.8);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-radius: 5rem;
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3137254902);
  }
}
.phoneSection {
  position: relative;
  width: calc(100vw - 8rem);
  height: calc(100dvh - 8rem);
  border-radius: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #f5f5f5;
  margin: 4rem;
}

.phoneSectionShadow {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  border-radius: 4rem;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.3137254902);
}

.phoneSectionCardContainer {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
  pointer-events: none;
}

.phoneSectionCardRow {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  flex-wrap: nowrap;
  perspective: 1000px;
}

.phoneSectionCardTilt {
  perspective: 1000px;
  border: 1px solid lime;
}

.phoneSectionCardSide {
  position: absolute;
  width: 48rem;
  height: 32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.4rem;
  overflow: hidden;
  z-index: 100;
  pointer-events: none;
  box-shadow: 0rem 0.15rem 0.5rem 0 rgba(13, 36, 38, 0.2509803922);
}

.phoneSectionCard {
  position: relative;
  width: 48rem;
  height: 32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.4rem;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
  box-shadow: 0rem 0.15rem 0.5rem 0 rgba(13, 36, 38, 0.2509803922);
  background-color: #ffffff;
}

.phoneSectionCardBlank {
  position: relative;
  width: 48rem;
  height: 32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.4rem;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
  box-shadow: 0rem 0.15rem 0.5rem 0 rgba(13, 36, 38, 0.2509803922);
  opacity: 0;
}

.phoneSectionCardImage {
  position: absolute;
  width: 100%;
  transform: scale(1.1);
}

.phoneSectionCardSpecial {
  position: relative;
  width: 48rem;
  height: 32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.4rem;
  perspective: 1000px;
  z-index: 0;
}

.phoneSectionBackgroundImage {
  position: absolute;
  width: 140vw;
  height: auto;
  z-index: -1;
  filter: brightness(0.8);
  pointer-events: none;
}

.phoneSectionHeader {
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 400;
  color: #000000;
  position: absolute;
  top: 10rem;
  width: 100vw;
  padding-inline: 10vw;
  text-align: center;
  z-index: 20;
  pointer-events: none;
}

.accentText {
  color: #05E27B;
}

.phoneSectionBrandCard {
  position: absolute;
  width: 48rem;
  height: 32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.4rem;
  background-color: #ffffff;
  z-index: 10;
  overflow: hidden;
  cursor: default;
}

.phoneSectionBrandCardLogo {
  width: 80%;
  filter: brightness(1) invert(0%);
}

.phoneSectionBrandControls {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 42rem;
  gap: 4rem;
}

.phoneSectionBrandControlArrow {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  pointer-events: auto;
  cursor: pointer;
  box-shadow: 0rem 0.15rem 0.5rem 0 rgba(13, 36, 38, 0.2509803922);
}

#arrowRight {
  transform: rotateZ(180deg);
}

.phoneSectionBrandControlArrowImage {
  position: absolute;
  pointer-events: none;
}

.phoneSectionBrandControlsCount {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.2rem;
}

.phoneSectionBrandControlsCountValue {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.phoneSectionBrandControlsCountValueNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
}

.phoneSectionBrandControlsCountTotal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  color: #979797;
}

.phoneSectionBrandControlsCountTotalNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
}

.phoneSectionBrandControlsCountDivider {
  width: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: #979797;
}

.phoneSectionCTA {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding-inline: 3.5rem;
  padding-block: 1.4rem;
  border-radius: 100rem;
  background-color: #05E27B;
  font-weight: 500;
  pointer-events: auto;
  cursor: pointer;
  color: #000000;
}

.phoneSectionBrandCardContent {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(100% - 9rem);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding-inline: 2rem;
  padding-bottom: 2rem;
  pointer-events: none;
}

.phoneSectionBrandCardContentText {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #ffffff;
  pointer-events: none;
}

#leftCard {
  box-shadow: -0.15rem 0.15rem 0.5rem 0 rgba(13, 36, 38, 0.2509803922);
}

#currentCard {
  box-shadow: 0rem 0.15rem 0.5rem 0 rgba(13, 36, 38, 0.2509803922);
}

#rightCard {
  box-shadow: 0.15rem 0.15rem 0.5rem 0 rgba(13, 36, 38, 0.2509803922);
}

.phoneSectionBrandCardInstruction {
  position: absolute;
  z-index: 20;
  color: #979797;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9rem;
  text-align: center;
  pointer-events: none;
  bottom: 1.8rem;
}

#phoneSectionLogo {
  width: 70%;
}/*# sourceMappingURL=index.css.map */