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 */
.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* 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: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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;
  pointer-events: none;
}

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

.scrollStartSection {
  width: 100%;
}

/* Loading Page */
.loadingPage {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  background-color: #ffffff;
}

/* Hero Section */
.heroSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  z-index: 999999;
  padding-left: min(30rem, 10vw);
}

.heroSectionOverlay {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  border-left: 1px solid #ffffff;
}

.heroSectionLogo {
  max-width: 70vw;
  margin-left: 7rem;
  margin-top: 17rem;
}

.heroSectionTextContainer {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 6rem;
  margin-bottom: 12rem;
}

.heroSectionLine {
  height: 100%;
  width: 0.5rem;
  background-color: #ffffff;
  position: absolute;
  margin-left: -0.3rem;
  transform-origin: top;
}

.heroSectionText {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  font-size: 8rem;
  margin-left: 7rem;
}

.heroSectionSearchText {
  color: #ffffff;
  margin-left: 7rem;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.heroSectionTextTop {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}

.heroSearchImageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1rem solid #29A2CF;
  border-radius: 0 0 0 5rem;
  overflow: hidden;
}

.heroSearchImage {
  width: calc(100vw - min(60rem, 20vw));
}

.aboutSection {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #ffffff;
  z-index: 10;
  background-color: #0089BD;
  padding-top: 10rem;
}

.aboutSectionOverlay {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #ffffff;
  gap: 10rem;
  padding-inline: min(30rem, 10vw);
}

.aboutSectionHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18rem;
  white-space: nowrap;
}

.aboutSectionHeaderText {
  font-size: 2.5rem;
  font-weight: bold;
  transform: rotateZ(-90deg);
  position: absolute;
}

.aboutSectionBody {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  gap: 3rem;
}

.aboutSectionBodyText {
  text-align: right;
  font-size: 2.5rem;
  max-width: 75rem;
  line-height: 4rem;
}

.aboutSectionButton {
  border: 1px solid #ffffff;
  padding-block: 2rem;
  padding-inline: 3.5rem;
  font-size: 2rem;
  color: #ffffff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.aboutSectionButtonBackground {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.aboutSectionBackground {
  position: relative;
  z-index: -10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutSectionMap {
  z-index: -10;
  width: 150rem;
}

.aboutSectionMapPin {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutSectionMapImageContainer {
  width: 6rem;
  height: 6rem;
  border: 0.2rem solid #ffffff;
  border-radius: 100%;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutSectionMapPersonImage {
  width: 100%;
}

.aboutSectionMapPinBottom {
  position: absolute;
  z-index: -1;
  width: 10rem;
  height: 10rem;
  transform: scaleX(0.25);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  top: 75%;
}

.aboutSectionMapPinBottomFill {
  position: absolute;
  width: 70%;
  height: 70%;
  background-color: #ffffff;
  top: -50%;
  transform: rotateZ(45deg);
}

#aboutSectionMapPin1 {
  transform: translateX(-840%) translateY(-80%);
}

#aboutSectionMapPin2 {
  transform: translateX(-500%) translateY(140%);
}

#aboutSectionMapPin3 {
  transform: translateX(-120%) translateY(0%);
}

#aboutSectionMapPin4 {
  transform: translateX(130%) translateY(-240%);
}

#aboutSectionMapPin5 {
  transform: translateX(390%) translateY(-170%);
}

#aboutSectionMapPin6 {
  transform: translateX(620%) translateY(-70%);
}

.deliveredSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-block: 10rem;
  gap: 5rem;
  overflow: hidden;
  z-index: 10;
  pointer-events: auto;
  background-color: #ffffff;
  color: #000000;
}

.deliveredSectionMiniHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.deliveredSectionMiniHeaderLine {
  width: 15rem;
  height: 1px;
  background-color: #D6DADC;
}

.deliveredSectionMiniHeaderText {
  font-size: 3.4rem;
  color: #1a1919;
}

.deliveredSectionMarquee {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8rem;
  gap: 3.7rem;
  white-space: nowrap;
  color: #D6DADC;
}

.deliverSectionMarqueeContainer {
  height: 8.5rem;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.deliveredSectionMarqueeFade {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-image: linear-gradient(to right, #250e61 0%, rgba(37, 14, 97, 0) 10%);
  pointer-events: none;
}

.showcaseSection {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  gap: min(10rem, 3vw);
  padding-block: 10rem;
  z-index: 10;
}

.showcaseSectionImageContainer {
  position: relative;
  width: 50vw;
  border: 1rem solid #29A2CF;
  border-radius: 0 0 0 5rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-shadow: 0 0.5rem 2rem 0rem rgba(0, 0, 0, 0.1882352941);
}

.showcaseSectionImage {
  position: relative;
  width: 100%;
}

.functionalitySection {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #ffffff;
  gap: min(25rem, 7vw);
  padding-inline: min(30rem, 10vw);
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 10rem;
}

.functionalitySectionHeader {
  height: 37.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.functionalitySectionHeaderContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotateZ(-90deg);
  white-space: nowrap;
  position: absolute;
}

.functionalitySectionHeaderText {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000000;
}

.functionalitySectionHeaderLine {
  width: 15rem;
  height: 1px;
  background-color: #D6DADC;
}

.functionalitySectionBody {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  padding-top: 10rem;
  gap: 5rem;
}

.functionalitySectionBodyText {
  color: #000000;
  font-size: 2.5rem;
  text-align: right;
}

.functionalitySectionBodyList {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10rem;
}

.functionalitySectionBodyListSide {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem;
}

.functionalitySectionBodyListEntry {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.functionalitySectionBodyListText {
  font-size: 2.5rem;
  color: #0089BD;
}

.timelineSection {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  overflow: hidden;
  padding-block: 5rem;
}

.timelineSectionGradient {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-image: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, white 100%);
  pointer-events: none;
}

.timelineSectionHeaderContainer {
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100vw;
  overflow: hidden;
}

.timelineSectionHeader {
  position: relative;
  width: 1000%;
  font-size: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40vw;
  white-space: nowrap;
}

.timelineSectionHeaderEntry {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20vw;
}

.timelineSectionMapContainer {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.timelineSectionMap {
  height: 90rem;
}

.timelineSectionMapPing {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  background-color: #0089BD;
}

#timelineSectionMapPing1 {
  transform: translateX(-2800%) translateY(2500%);
}

#timelineSectionMapPing2 {
  transform: translateX(-4500%) translateY(-350%);
}

#timelineSectionMapPing3 {
  transform: translateX(5200%) translateY(-1750%);
}

#timelineSectionMapPing4 {
  transform: translateX(-500%) translateY(-1100%);
}

#timelineSectionMapPing5 {
  transform: translateX(500%) translateY(400%);
}

#timelineSectionMapPing6 {
  transform: translateX(4350%) translateY(600%);
}

#timelineSectionMapPing7 {
  transform: translateX(5300%) translateY(2800%);
}

#timelineSectionMapPing8 {
  transform: translateX(2500%) translateY(200%);
}

.timelineSectionMapPingRing {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0089BD;
  border-radius: 100%;
}

.timelineSectionBodyContainer {
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100vw;
  overflow: hidden;
}

.timelineSectionBody {
  width: 1000%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15vw;
}

.timelineSectionBodyEntry {
  position: relative;
  width: 70vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.timelineSectionBodyDate {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  border-right: 1px solid #D6DADC;
  padding-inline: 5rem;
}

.timelineSectionBodyYear {
  font-size: 4rem;
}

.timelineSectionBodyMonth {
  font-size: 1.6rem;
}

.timelineSectionBodyText {
  text-align: right;
  font-size: 2rem;
  padding-inline: 5rem;
  width: 100%;
}

.displaySection {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding-block: 10rem;
  z-index: 10;
}

.displaySectionContainer {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(6rem, 2vw);
  perspective: 1000px;
}

.displaySectionImageContainer {
  width: 25vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0 0 0 5rem;
  transform-style: preserve-3d;
}

#displaySectionImageContainer1 {
  height: 33.3333333333vw;
  margin-top: -6.5%;
  box-shadow: 0.5rem 0.5rem 2rem 0rem rgba(0, 0, 0, 0.1882352941);
}

#displaySectionImageContainer2 {
  height: 41.6666666667vw;
  box-shadow: 0 0.5rem 2rem 0rem rgba(0, 0, 0, 0.1882352941);
}

#displaySectionImageContainer3 {
  height: 37.5vw;
  margin-top: 3.5%;
  box-shadow: -0.5rem 0.5rem 2rem 0rem rgba(0, 0, 0, 0.1882352941);
}

.displaySectionImage {
  height: 100%;
}

.displaySectionImage1 {
  width: 100%;
}

.searchSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.searchSectionContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 8.5rem;
  padding-inline: 12.5rem;
  background-color: #e4eaf6;
  gap: 2rem;
  box-shadow: 0 2rem 3rem 0.1rem rgba(0, 0, 0, 0.3764705882);
}

.searchSectionBar {
  position: relative;
  width: 50vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #250e61;
  padding-inline: 1.4rem;
  padding-block: 0.7rem;
  gap: 1.4rem;
  border-radius: 0.5rem 0.5rem 0rem 0rem;
}

.searchSectionDotContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.searchSectionDot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}

#searchSectionDot1 {
  background-color: #e4eaf6;
}

#searchSectionDot2 {
  background-color: #0089BD;
}

#searchSectionDot3 {
  background-color: #fbc372;
}

.searchSectionTextbox {
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.6rem;
  border-radius: 10rem;
  gap: 0.5rem;
  padding-left: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #8d8d8d;
  font-size: 1.1rem;
}

.searchSectionPrivateImage {
  height: 1rem;
}

.searchImage {
  width: 50vw;
}

.descriptionSection {
  position: relative;
  z-index: 9999;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 5.1rem;
  padding-top: 13.5rem;
  padding-bottom: 40rem;
}

.descriptionSectionContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.descriptionSectionTextTop {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
}

.descriptionSectionTextBottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
}

.boldText {
  font-weight: bold;
}

.darkBlueText {
  color: #250e61;
}

.lightBlueText {
  color: #0089BD;
}

.whiteText {
  color: #ffffff;
}

.assumptionsSection {
  position: relative;
  width: 100%;
  padding-top: 26.5rem;
  background-color: #0089BD;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-inline: min(10rem, 5vw);
}

.assumptionsSectionLeft {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 5rem;
  padding-left: min(10rem, 5vw);
  width: calc(50vw - min(10rem, 5vw) - 12.5rem);
}

.assumptionsSectionMiniHeader {
  font-size: 1.2rem;
  color: #250e61;
  white-space: nowrap;
  border: 2px solid #250e61;
  padding: 1rem;
  border-radius: 10rem;
  font-weight: bold;
}

.assumptionsSectionHeader {
  font-size: 8rem;
  color: #250e61;
}

.assumptionsSectionBody {
  font-size: 3rem;
  color: #ffffff;
}

.assumptionsSectionRight {
  width: calc(50vw - min(10rem, 5vw) - 12.5rem);
  overflow: hidden;
  border: 1rem solid #250e61;
  border-radius: 2.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #250e61;
  box-shadow: 0 2rem 3rem 0.1rem rgba(0, 0, 0, 0.062745098);
}

.assumptionsSectionImage {
  width: 100%;
}

.extraSection {
  position: relative;
  background-color: #0089BD;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 10rem;
  padding-inline: min(10rem, 5vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.extraSectionImageContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3rem;
  overflow: hidden;
  width: calc(50vw - min(20rem, 10vw));
  z-index: 10;
}

.extraSectionImage {
  position: relative;
  width: 100%;
  transform: scale(1.1);
}

.extraSectionExtras {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: calc(50vw - min(18rem, 9vw));
}

.extraSectionIconSet {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  width: 11rem;
  z-index: 10;
}

.extraSectionIconContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to top right, #e4eaf6 0%, #bfd3ee 100%);
  padding: 3rem;
  width: 11rem;
  height: 11rem;
  border-radius: 3rem;
  box-shadow: 0 0 1rem 0.2rem rgba(0, 0, 0, 0.1254901961);
}

.extraSectionIcon {
  position: absolute;
}

.extraSectionIconLabel {
  font-size: 2.6rem;
  color: #250e61;
  position: relative;
  text-shadow: -1px 1px #e4eaf6, 1px -1px #e4eaf6, 1px 1px #e4eaf6, -1px -1px #e4eaf6;
}

.extraSectionBubble1 {
  position: absolute;
  right: -15vw;
  top: -20vw;
  width: 50vw;
  pointer-events: none;
}

.extraSectionBubble2 {
  position: absolute;
  right: -15vw;
  top: -20vw;
  filter: blur(1px);
  width: 50vw;
  pointer-events: none;
}

.extraSectionBubble3 {
  position: absolute;
  right: -15vw;
  top: -20vw;
  filter: blur(1px);
  width: 50vw;
  pointer-events: none;
}

.uiSection {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding-block: 10rem;
  flex-direction: row-reverse;
}

.uiSectionLeft {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 5rem;
  z-index: 10;
  width: 50%;
}

.uiSectionMiniHeader {
  font-size: 1.2rem;
  color: #0089BD;
  white-space: nowrap;
  border: 2px solid #0089BD;
  padding: 1rem;
  border-radius: 10rem;
  font-weight: bold;
}

.uiSectionHeader {
  font-size: 6rem;
  line-height: 6rem;
  z-index: 1;
}

.uiSectionBody {
  position: relative;
  color: #919191;
  font-size: 3rem;
  padding-right: 12rem;
}

.uiSectionRight {
  position: relative;
  width: 55rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  z-index: 0;
  width: 50%;
}

.uiSectionMobile {
  position: relative;
  width: 23.75rem;
  height: 40.375rem;
  overflow: hidden;
  border-radius: 0 0 0 3rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #250e61;
  border: 0.7rem solid #0089BD;
}

.uiSectionMobileImage {
  width: 100%;
}

.largeSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.largeSectionImage {
  width: 100%;
  filter: brightness(0.8);
}

.mobileSection {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #EEF9FE;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: -1;
}

.mobileSectionLogoContainer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 100;
}

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

.mobileSectionLogoImage {
  width: max(12vw, 24rem);
}

.mobileSectionLogoImageShadow {
  width: max(12vw, 24rem);
  margin-top: 2px;
  filter: brightness(0.5) blur(2px);
  position: absolute;
  z-index: -1;
}

.mobileSectionTilt {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10rem;
  align-items: center;
}

.mobileSectionColumn {
  position: relative;
  width: 52rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10rem;
}

.mobileSectionContainer {
  position: relative;
  width: 100%;
  height: 65rem;
  overflow: hidden;
  border-radius: 0 0 0 3rem;
  box-shadow: 0 0 0vw 0.5vw #0089BD, 0 0 1vw 1vw rgba(0, 0, 0, 0.1019607843);
  background-color: #0089BD;
}

.mobileSectionImage {
  position: relative;
  width: 100%;
}

.goalSection {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-block: 5rem;
}

.goalSectionMiniHeader {
  font-size: 1.2rem;
  color: #0089BD;
  white-space: nowrap;
  border: 2px solid #0089BD;
  padding: 1rem;
  border-radius: 10rem;
  font-weight: bold;
}

.goalSectionHeader {
  font-size: 6rem;
  padding-block: 5rem;
}

.goalSectionBody {
  color: #919191;
  font-size: 3rem;
  width: min(80rem, 90vw);
  text-align: center;
}

.goalSectionWireframeHeader {
  padding-top: 10rem;
  padding-bottom: 5rem;
  font-size: 1.8rem;
  color: #909090;
}

.goalSectionWireframes {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: min(10rem, 5vw);
  gap: min(5rem, 2.5vw);
}

.goalSectionWireframesLeft {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(5rem, 2.5vw);
  flex-direction: column;
}

.goalSectionWireframeContainer {
  position: relative;
  width: calc(50vw - min(12.5rem, 6.25vw));
  height: calc((50vw - min(12.5rem, 6.25vw)) * 9 / 16);
  overflow: hidden;
}

#goalSectionWireframeContainer1 {
  border-radius: 3rem 1rem 1rem 1rem;
}

#goalSectionWireframeContainer2 {
  border-radius: 1rem 1rem 1rem 3rem;
}

.goalSectionWireframeContainerLarge {
  position: relative;
  width: calc(50vw - min(12.5rem, 6.25vw));
  height: calc((50vw - min(12.5rem, 6.25vw)) * 9 / 16 * 2 + min(5rem, 2.5vw));
  overflow: hidden;
  border-radius: 1rem 3rem 3rem 1rem;
}

.goalSectionWireframeImage {
  width: 100%;
}

#goalSectionWireframeImage2 {
  margin-top: -222%;
}

#goalSectionWireframeImage3 {
  margin-top: -65%;
}

/* 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=index.css.map */