a {
  text-decoration: none;
}

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

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

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

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

.hidden {
  opacity: 0;
}

.absolute {
  position: absolute;
}

/* Fonts */
@font-face {
  font-family: Bricolage;
  src: url("./fonts/Bricolage.ttf");
}
@font-face {
  font-family: AGGBold;
  src: url("./fonts/AvantGardeGothicBold.ttf");
}
@font-face {
  font-family: AGGThin;
  src: url("./fonts/AvanteGardeGothicThin.ttf");
}
@font-face {
  font-family: FatFrank;
  src: url("./fonts/FatFrank.otf");
}
@font-face {
  font-family: Duplet;
  src: url("./fonts/Duplet.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: #ffffff;
  background-color: #005151;
  text-shadow: none;
}

*::selection {
  color: #ffffff;
  background-color: #005151;
  text-shadow: none;
}

/* width */
::-webkit-scrollbar {
  width: 0;
}

/* 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;
  background-color: #ffffff;
}

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

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

main {
  position: relative;
  z-index: 1;
  font-family: Duplet;
  overflow: hidden;
  color: #ffffff;
}

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

.heroSection {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  height: 100dvh;
  z-index: 10;
  background-color: #203C36;
  padding-block: 13rem;
  gap: 11rem;
  overflow: hidden;
}

.heroSectionDescriptionOverlay {
  position: absolute;
  top: 0;
  z-index: 5;
  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: max(1.6rem, 12px);
  left: 0;
  color: #ffffff;
}

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

.heroSectionVideo {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.heroSectionFade {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5019607843);
}

.heroSectionLogoContainer {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 10;
}

.heroSectionLogo {
  width: 90vw;
}

.heroSectionLogoLine {
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 0.9vw;
  background-color: #ffffff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1882352941);
  margin-bottom: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heroSectionLogoCircle {
  position: absolute;
  z-index: 2;
  width: 4.7vw;
  aspect-ratio: 1;
  border-radius: 100%;
}

#heroSectionLogoCircle1 {
  background-color: #3EA9DE;
  margin-left: -61.9vw;
  margin-bottom: 1px;
}

#heroSectionLogoCircle2 {
  background-color: #F97337;
  margin-left: -16.1vw;
  margin-bottom: 1px;
}

#heroSectionLogoCircle3 {
  background-color: #4FC36A;
  margin-left: 38.64vw;
  margin-bottom: 1px;
}

.heroSectionText {
  position: absolute;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}

.heroSectionTextBody {
  width: 80rem;
  padding-inline: 4.9vw;
  font-size: 2.6rem;
  text-align: right;
  padding-top: 25vw;
}

.deliverablesSection {
  position: relative;
  width: 100vw;
  padding-block: 15rem;
  padding-inline: 28rem;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3vw;
}

.deliverablesSectionImageContainer {
  position: relative;
  width: 100%;
  aspect-ratio: 425/275;
  display: flex;
  justify-content: center;
  align-items: center;
}

.deliverablesSectionImageContaineFrame {
  position: relative;
  width: 100%;
  aspect-ratio: 425/275;
  border-radius: 100rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}

.deliverablesSectionImage {
  width: 100%;
  height: calc(100% + 4vw);
  -o-object-fit: cover;
     object-fit: cover;
}

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

.deliverablesSectionCenter {
  position: relative;
  white-space: nowrap;
  padding-left: 6vw;
  padding-right: 2vw;
}

.deliverablesSectionEntryContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 1.3vw;
  padding-block: 0.5vw;
  border-radius: 100rem;
  background-color: #A3A3A3;
  white-space: nowrap;
}

.deliverablesSectionEntryOverflow {
  position: absolute;
  overflow: hidden;
  padding-block: 0.5vw;
  padding-inline: 1.3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100rem;
  width: 100%;
}

.deliverablesSectionTrack1 {
  position: absolute;
  z-index: 10;
  width: 100vw;
  aspect-ratio: 1;
  border: 0.6rem solid #ffffff;
  top: calc(50% - 0.3rem);
  right: calc(50% - 0.3rem);
  display: flex;
  justify-content: center;
  align-items: center;
}

.deliverablesSectionTrack1Circle {
  position: absolute;
  top: -3.15rem;
  right: -3.15rem;
  width: 6rem;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #F97337;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1882352941);
}

.deliverablesSectionEntry {
  position: relative;
  opacity: 0;
}

.deliverablesSectionEntryWidth {
  position: relative;
  opacity: 0;
}

.browserSection {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #181818;
  padding-inline: 28rem;
  padding-block: 15rem;
  gap: 3rem;
  z-index: 100;
}

.browserSectionTop {
  position: relative;
  width: 100%;
  padding-inline: 1rem;
  padding-block: 1rem;
  background-color: #000000;
  border-radius: 100rem;
  gap: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.browserSectionTopButton {
  width: 1.1rem;
  aspect-ratio: 1;
  border-radius: 100%;
}

#browserSectionTopButton1 {
  background-color: #EA695E;
  margin-left: 1rem;
}

#browserSectionTopButton2 {
  background-color: #F2BD4F;
}

#browserSectionTopButton3 {
  background-color: #67C455;
}

.browserSectionTopAddress {
  color: #727272;
  background-color: #181818;
  font-size: 1.8rem;
  border-radius: 100rem;
  padding-inline: 2rem;
  padding-block: 1.5rem;
  width: 100%;
  margin-left: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.browserSectionMain {
  position: relative;
  width: calc(100% - 2rem);
  aspect-ratio: 1324/736;
  border-radius: 1rem;
  background-color: #000000;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-shadow: 0 0 0 1rem #000000;
  margin-block: 1rem;
}

.browserSectionImage {
  width: 100%;
}

.featureSection {
  position: relative;
  width: 100vw;
  background-color: #000000;
  padding-inline: 28rem;
  padding-block: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17rem;
  z-index: 100000;
}

.featureSectionText {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 5rem;
  color: #ffffff;
}

.featureSectionTextHeader {
  font-size: 5rem;
  line-height: 6rem;
}

.featureSectionTextBody {
  font-size: 2.2rem;
  line-height: 3rem;
}

.featureSectionAsset {
  position: relative;
  width: 100%;
  aspect-ratio: 0.643697479;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 100rem;
  overflow: hidden;
}

.featureSectionVideo {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.featureSectionTrack1 {
  position: absolute;
  z-index: 10;
  width: 100vw;
  aspect-ratio: 1;
  border: 0.6rem solid #ffffff;
  bottom: calc(50% - 0.3rem);
  right: calc(50% - 0.3rem);
  display: flex;
  justify-content: center;
  align-items: center;
}

.featureSectionTrack1Circle {
  position: absolute;
  bottom: -3.15rem;
  right: -3.15rem;
  width: 6rem;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #F97337;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1882352941);
}

.integrationSection {
  position: relative;
  width: 100vw;
  padding-block: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.integrationSectionVideo {
  position: absolute;
  width: 100%;
  height: calc(100% + 10vw);
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.integrationSectionFade {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
}

.integrationSectionText {
  position: relative;
  width: 52rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 5rem;
  color: #ffffff;
  z-index: 10;
}

.integrationSectionTextHeader {
  font-size: 10rem;
}

.integrationSectionTextBody {
  font-size: 2.2rem;
  padding-bottom: 7rem;
}

.integrationSectionTrackContainer1 {
  position: absolute;
  left: 0;
  width: calc((100vw - 52rem) / 2 * 0.6);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 100;
}

.integrationSectionTrackContainer1Track1 {
  width: calc(100% - 0.6rem);
  height: 0.6rem;
  background-color: #ffffff;
}

.integrationSectionTrackContainer1Track2 {
  width: 0.6rem;
  aspect-ratio: 0.0333333333;
  background-color: #ffffff;
}

.integrationSectionTrackContainer1Circle {
  position: absolute;
  top: -2.55rem;
  right: -2.55rem;
  width: 6rem;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #3EA9DE;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1882352941);
}

.integrationSectionTrackContainer2 {
  position: absolute;
  right: 0;
  top: 0;
  width: calc((100vw - 52rem) / 2 * 0.6);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 100;
}

.integrationSectionTrackContainer2Track1 {
  width: 0.6rem;
  aspect-ratio: 0.0166666667;
  background-color: #ffffff;
}

.integrationSectionTrackContainer2Track2 {
  width: calc(40% - 0.6rem);
  height: 0.6rem;
  margin-top: 35.4rem;
  background-color: #ffffff;
}

.integrationSectionTrackContainer2Track3Container {
  position: relative;
  width: 60%;
  height: 30rem;
  margin-top: 35.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.integrationSectionTrackContainer2Track3 {
  position: absolute;
  width: 150%;
  height: 150%;
  border: 0.6rem solid #ffffff;
  border-radius: 6rem;
  bottom: 0;
  left: 0;
}

.integrationSectionTrackContainer2Circle {
  position: absolute;
  top: 32.85rem;
  left: -2.55rem;
  width: 6rem;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #4FC36A;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1882352941);
}

.scatterSection {
  position: relative;
  width: 100vw;
  padding-block: 20vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  z-index: 10000;
  overflow: hidden;
}

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

.scatterSectionHover {
  padding-inline: 6vw;
  padding-block: 6vw;
  position: absolute;
}

.scatterSectionLogo {
  width: 60vw;
  pointer-events: none;
}

.scatterSectionImage {
  z-index: 100;
  position: absolute;
  pointer-events: none;
}

#scatterSectionImage1 {
  margin-bottom: 18vw;
  margin-right: 55vw;
}

#scatterSectionImage2 {
  margin-bottom: 22vw;
  margin-right: 19vw;
}

#scatterSectionImage3 {
  margin-bottom: 18vw;
  margin-left: 36vw;
}

#scatterSectionImage4 {
  margin-top: 20vw;
  margin-right: 68vw;
}

#scatterSectionImage5 {
  margin-top: 16vw;
  margin-left: 7vw;
}

#scatterSectionImage6 {
  margin-top: 27vw;
  margin-left: 15vw;
}

#scatterSectionImage7 {
  margin-top: 20vw;
  margin-left: 60vw;
}

#scatterSectionImage8 {
  width: 120px;
  height: 186px;
  border-radius: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25vw;
  margin-right: 28vw;
}

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

.mobileSection {
  position: relative;
  width: 100vw;
  padding-top: 10rem;
  padding-bottom: 15rem;
  padding-inline: 28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  color: #ffffff;
  gap: 19rem;
}

.mobileSectionText {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 5rem;
}

.mobileSectionTextHeader {
  font-size: 5rem;
  line-height: 6rem;
}

.mobileSectionTextBody {
  font-size: 2.2rem;
  line-height: 3rem;
}

.mobileSectionPhoneContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.mobileSectionPhone {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  aspect-ratio: 0.4910858995;
  overflow: hidden;
  border: 1rem solid #181818;
  border-radius: 2rem;
}

.mobileSectionPhoneImage {
  width: 100%;
}

.tiltSection {
  position: relative;
  width: 100vw;
  aspect-ratio: 2.0801733478;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #000000;
}

.tiltSectionContainer {
  position: relative;
  gap: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotateZ(30deg);
}

.tiltSectionColumn {
  position: relative;
  gap: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

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

.tiltSectionTablet {
  position: relative;
  width: 30vw;
  aspect-ratio: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 1rem solid #181818;
  border-radius: 2rem;
}

.tiltSectionColumnOdd {
  transform: translateY(18.75vw);
}

.tiltSectionFade {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0), black);
}

.visitSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-block: 15rem;
  padding-inline: 20vw;
  background-color: #000000;
  gap: 5rem;
}

.visitSectionText {
  text-align: center;
  font-size: 5rem;
  line-height: 110%;
  color: #ffffff;
}

.visitSectionButton {
  position: relative;
  width: 20rem;
  height: 5.4rem;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  cursor: pointer;
  z-index: 10000;
}

.visitSectionButtonText {
  font-size: 2rem;
  line-height: 3rem;
  color: #ffffff;
  z-index: 10;
  pointer-events: none;
  letter-spacing: 0.5px;
}

.visitSectionButtonBackground {
  position: absolute;
  width: 110%;
  aspect-ratio: 1;
  background-color: #3EA9DE;
  border-radius: 100%;
  pointer-events: none;
}

.finalSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 20vw;
  padding-block: 10vw;
  z-index: -1;
}

.finalSectionImage {
  position: absolute;
  width: 100%;
  height: calc(100% + 20vw);
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.finalSectionLogo {
  position: relative;
  width: 60vw;
}

@media screen and (max-width: 1450px) {
  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;
  }
  .heroSectionTextBody {
    width: 80vw;
    padding-inline: 4.9vw;
    font-size: 2.6rem;
    text-align: right;
    padding-top: 25vh;
  }
  .deliverablesSection {
    position: relative;
    width: 100vw;
    padding-block: 15rem;
    padding-inline: 5rem;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    flex-direction: column-reverse;
    gap: 4rem;
  }
  .browserSection {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #181818;
    padding-inline: 5rem;
    padding-block: 10rem;
    gap: 3rem;
    z-index: 100;
  }
  .browserSectionMain {
    position: relative;
    width: calc(100% - 2rem);
    aspect-ratio: 1.3491847826;
    border-radius: 1rem;
    background-color: #000000;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-shadow: 0 0 0 1rem #000000;
    margin-block: 1rem;
  }
  .featureSection {
    position: relative;
    width: 100vw;
    background-color: #000000;
    padding-inline: 5rem;
    padding-block: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10rem;
    z-index: 100000;
  }
  .integrationSection {
    position: relative;
    width: 100vw;
    padding-block: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    overflow: hidden;
  }
  .integrationSectionTrackContainer1 {
    position: relative;
    left: 0;
    width: 40vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 100;
    margin-left: -60vw;
  }
  .integrationSectionTrackContainer2 {
    position: relative;
    width: 40vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 100;
    margin-right: -60vw;
    margin-top: -30rem;
  }
  .integrationSectionTrackContainer1Track1 {
    width: calc(100% - 0.6rem);
    height: 0.6rem;
    background-color: #ffffff;
  }
  .integrationSectionTrackContainer1Track2 {
    width: 0.6rem;
    aspect-ratio: 0.0333333333;
    background-color: #ffffff;
  }
  .integrationSectionTrackContainer2Track1 {
    width: 0.6rem;
    aspect-ratio: 0.0166666667;
    background-color: #ffffff;
  }
  .integrationSectionTrackContainer2Track2 {
    width: calc(40% - 0.6rem);
    height: 0.6rem;
    margin-top: 35.4rem;
    background-color: #ffffff;
  }
  .integrationSectionTrackContainer2Track3Container {
    position: relative;
    width: 60%;
    height: 15rem;
    margin-top: 35.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .integrationSectionTrackContainer2Track3 {
    position: absolute;
    width: 150%;
    height: 150%;
    border: 0.6rem solid #ffffff;
    border-radius: 6rem;
    bottom: 0;
    left: 0;
  }
  .mobileSection {
    position: relative;
    width: 100vw;
    padding-top: 0rem;
    padding-bottom: 15rem;
    padding-inline: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #000000;
    color: #ffffff;
    gap: 10rem;
  }
  .tiltSection {
    position: relative;
    width: 100vw;
    aspect-ratio: 1.5601300108;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #000000;
  }
  .tiltSectionTablet {
    position: relative;
    width: 40vw;
    aspect-ratio: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1rem solid #181818;
    border-radius: 2rem;
  }
  .visitSection {
    position: relative;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-block: 12rem;
    padding-inline: 20vw;
    background-color: #000000;
    gap: 5rem;
  }
  .scatterSection {
    position: relative;
    width: 100vh;
    height: 100vw;
    padding-block: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    z-index: 10000;
    transform: rotateZ(90deg) translateY(calc((100vh - 100vw) / 2));
    margin-block: calc((100vh - 100vw) / 2);
    overflow: hidden;
  }
  .scatterSectionContainer {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(2.5);
  }
}/*# sourceMappingURL=index.css.map */