/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/app/page.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.page_landing_container__MKB6M {
  background: #00C18B;
  padding-top: 24px;
  min-height: 100dvh;
}
.page_landing_container__MKB6M .page_landingArrow__7eDjG img {
  width: 100%;
}
.page_landing_container__MKB6M .page_earth__hzYS9 {
  margin: -120px auto 0 auto;
  width: 280px;
  position: relative;
}
.page_landing_container__MKB6M .page_earthHand__SelKO {
  position: absolute;
  top: 125%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.page_landing_container__MKB6M .page_one_step_section__I_y2Q {
  border-radius: 0px 32px 0px 0px;
  background: #F7F4F2;
  box-shadow: 0px -428px 120px 0px rgba(75, 52, 37, 0), 0px -274px 110px 0px rgba(75, 52, 37, 0.01), 0px -154px 93px 0px rgba(75, 52, 37, 0.03), 0px -69px 69px 0px rgba(75, 52, 37, 0.04), 0px -17px 38px 0px rgba(75, 52, 37, 0.05), 0px 0px 0px 0px rgba(75, 52, 37, 0.05);
  padding: 34px 24px 24px;
  z-index: 999 !important;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 340px;
}
.page_landing_container__MKB6M .page_title__m5nyP {
  color: #1C2426;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.32px;
  font-family: var(--font-switzer-sans);
  margin: 24px 0 5px 0;
}
.page_landing_container__MKB6M .page_title__m5nyP span {
  color: #2196F3;
}
.page_landing_container__MKB6M .page_description_background__D9_aV {
  position: relative;
}
.page_landing_container__MKB6M .page_arrow2__DSqKH {
  position: absolute;
  top: -98%;
  right: 1px;
  z-index: -999 !important;
}
.page_landing_container__MKB6M .page_description___d9FL {
  color: #1C2426;
  font-family: var(--font-switzer-sans);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.16px;
  margin-bottom: 24px;
}
.page_landing_container__MKB6M .page_description___d9FL span {
  color: #00C18B;
  font-weight: 700;
  line-height: 20px;
}
.page_landing_container__MKB6M .page_next_btn__aD0FW {
  padding: 12px 24px;
  border-radius: 32px;
  background: #243846;
  color: #FFF;
  text-align: center;
  font-family: var(--font-switzer-sans);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.032px;
  width: 100%;
  border: none;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/LoadingScreen/LoadingScreen.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.LoadingScreen_loadingContainer__GlUPl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: #f3ede5;
  font-family: var(--font-switzer-sans);
}

.LoadingScreen_loader__tr4hq {
  border: 16px solid #fdfdfd;
  border-top: 16px solid #2196f3;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: LoadingScreen_spin__tSFFf 2s linear infinite;
  margin-bottom: 10px;
}

@keyframes LoadingScreen_spin__tSFFf {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
