a {
  text-decoration: none;
}

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

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

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

.hidden {
  opacity: 0;
}

.absolute {
  position: absolute;
}

/* Fonts */
@font-face {
  font-family: NeueHaasNormal;
  src: url("./fonts/NeueHaasDisplayMedium.ttf");
}
/* 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: #250e61;
  background-color: #ffffff;
  text-shadow: none;
}

*::selection {
  color: #250e61;
  background-color: #ffffff;
  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; */
  font-family: NeueHaasNormal;
}

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

.webgl {
  position: fixed;
  top: 0;
  outline: none;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

main {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  pointer-events: auto;
}

.videoPopupSection {
  position: fixed;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.videoPopupContainer {
  width: 34px;
  height: 26px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  background-color: black;
  transform-origin: bottom center;
}

.videoPopupContainerTail {
  width: 10px;
  height: 10px;
  transform: rotateZ(45deg);
  background-color: black;
}

.videoPopupContainerTailSqueeze {
  transform: scaleX(0.6);
  z-index: -10;
  position: absolute;
  bottom: -3px;
}

.videoPopupContainerBackdrop {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  z-index: -1;
  background-color: #000000;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.videoPopupContainerPlay {
  position: absolute;
  z-index: 999;
  width: 24px;
  height: 24px;
}

.videoPopupContainerExit {
  position: absolute;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 14px;
  left: 14px;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}

.videoPopupContainerExitIcon {
  width: 100%;
  height: 100%;
}

.videoPopupContainerVideoFrame {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.videoPopupVideo {
  height: calc(100% + 10px);
  position: absolute;
}

.rotateGlobeButton {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 1000px;
  padding: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1882352941);
  bottom: 30px;
  opacity: 0;
  pointer-events: none;
}

.globeRotateIcon {
  width: 60px;
  height: 60px;
}

.globeIcon {
  width: 30px;
  height: 30px;
  position: absolute;
}

.rotateGlobeText {
  position: absolute;
  top: -30px;
  font-size: 16px;
  width: 100vw;
  text-align: center;
  color: #000000;
  text-shadow: -1px -1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, 1px 1px 0px #ffffff;
}

.rotateGlobeExitText {
  position: absolute;
  bottom: -30px;
  font-size: 16px;
  transform: rotateZ(180deg);
  width: 100vw;
  text-align: center;
  color: #000000;
  text-shadow: -1px -1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, 1px 1px 0px #ffffff;
  opacity: 0;
}

.textPopupContainer {
  position: absolute;
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transform: rotateZ(-90deg);
  overflow: hidden;
}

.textPopupContainerBackdrop {
  position: relative;
  width: 260px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-color: #000000;
  color: #ffffff;
  border-radius: 20px;
  padding-inline: 18px;
  padding-block: 10px;
  font-size: 24px;
  gap: 10px;
  overflow: hidden;
}

.notesSection {
  position: absolute;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  font-size: 1.6rem;
  padding: 5rem;
  font-style: italic;
  pointer-events: none;
}

.backSection {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60rem;
  z-index: -2;
}

.backSectionText {
  margin-top: 30rem;
  font-size: 11rem;
}

.globeSection {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -2;
}

.testSection {
  position: relative;
  width: 100vw;
  height: 100vh;
  text-align: center;
  font-size: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
}

/* Responsive */
@media screen and (max-width: 1800px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 7px;
  }
  .heroSectionTop {
    align-items: center;
    flex-direction: column;
  }
  .heroSectionBottom {
    justify-content: center;
    padding-bottom: 10rem;
  }
  .heroSectionText {
    padding-top: 10rem;
  }
  .descriptionSection {
    font-size: 4rem;
  }
  .assumptionsSection {
    flex-direction: column-reverse;
  }
  .assumptionsSectionLeft {
    padding-left: 0;
    width: 100%;
  }
  .assumptionsSectionRight {
    width: 100%;
  }
  .extraSection {
    flex-direction: column;
    gap: 10rem;
  }
  .extraSectionImageContainer {
    width: 100%;
  }
  .extraSectionExtras {
    width: 100%;
  }
  .uiSectionLeft {
    width: 100%;
    padding-left: min(10rem, 5vw);
  }
  .uiSectionRight {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 6px;
  }
  .searchSectionContainer {
    padding-inline: 2.5vw;
  }
  .searchSectionBar {
    width: 90vw;
  }
  .searchImage {
    width: 90vw;
  }
  .uiSection {
    flex-direction: column;
    gap: 10rem;
  }
  .heroSectionText {
    font-size: 5rem;
  }
  .heroSectionTextTop {
    flex-direction: column;
  }
  .descriptionSectionTextTop, .descriptionSectionTextBottom {
    flex-direction: column;
  }
}/*# sourceMappingURL=effect.css.map */