/* [project]/app/(landing-page)/landing-page/page.module.scss.module.css [app-client] (css) */
.page-module-scss-module__FG3Mga__sim-grid {
  grid-template-columns: 1fr[content-start] minmax(0, 1200px)[content-end] 1fr;
  gap: 12px;
  display: grid;
  overflow: hidden;
}

.page-module-scss-module__FG3Mga__sim-grid > * {
  grid-column: content;
}

.page-module-scss-module__FG3Mga__padding-section-small {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .page-module-scss-module__FG3Mga__padding-section-small {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.page-module-scss-module__FG3Mga__padding-section-large {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

@media screen and (max-width: 1024px) {
  .page-module-scss-module__FG3Mga__padding-section-large {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .page-module-scss-module__FG3Mga__padding-section-large {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

.page-module-scss-module__FG3Mga__highlight-hero-container {
  z-index: -1;
  border-radius: 8px;
  width: 535px;
  height: 68px;
  display: none;
  position: absolute;
  top: -2px;
  left: -10px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .page-module-scss-module__FG3Mga__highlight-hero-container {
    display: block;
  }
}

.page-module-scss-module__FG3Mga__highlight-hero-container .page-module-scss-module__FG3Mga__highlight-hero {
  transform-style: preserve-3d;
  background-color: #d4e4e4;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.page-module-scss-module__FG3Mga__project-counter-container {
  background: #fff;
  border-radius: 8px;
  justify-content: space-between;
  width: 185px;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 8px #222a350d, 0 0 0 1px #222a3514, 0 1px 5px -4px #131316b3;
}

.page-module-scss-module__FG3Mga__project-counter-container .page-module-scss-module__FG3Mga__counter {
  text-align: right;
}

.page-module-scss-module__FG3Mga__project-counter-container .page-module-scss-module__FG3Mga__text {
  flex: 0 auto;
}

.page-module-scss-module__FG3Mga__location-dot-container {
  z-index: 0;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-module-scss-module__FG3Mga__location-dot-container .page-module-scss-module__FG3Mga__location-dot {
  background: var(--main);
  border: 2px solid #fff;
  border-radius: 50%;
  outline: 1px solid #08857e69;
  width: 18px;
  height: 18px;
  position: relative;
}

.page-module-scss-module__FG3Mga__location-dot-container .page-module-scss-module__FG3Mga__location-dot:before {
  content: "";
  z-index: -1;
  background-color: #08857e29;
  border-radius: 50%;
  width: 200%;
  height: 200%;
  animation: 2s infinite page-module-scss-module__FG3Mga__locationDotPulse;
  position: absolute;
  top: -50%;
  left: -50%;
}

@keyframes page-module-scss-module__FG3Mga__locationDotPulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  70% {
    opacity: 0;
    transform: scale(3);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.page-module-scss-module__FG3Mga__building-element {
  background: #fff;
  border: 2px solid #93c2be;
  border-radius: 50%;
  place-items: center;
  width: 80px;
  height: 80px;
  display: grid;
  position: absolute;
  overflow: hidden;
}

.page-module-scss-module__FG3Mga__book-perspective {
  --book-size: 100px;
  --book-pages-size: calc(var(--book-size) * .2175);
  perspective: 900px;
  width: fit-content;
  display: inline-block;
}

@media (min-width: 640px) {
  .page-module-scss-module__FG3Mga__book-perspective {
    --book-size: 200px;
  }
}

.page-module-scss-module__FG3Mga__book-perspective .page-module-scss-module__FG3Mga__book-rotate-wrapper {
  aspect-ratio: 49 / 60;
  transform-style: preserve-3d;
  width: fit-content;
  transition: transform .25s ease-out;
  position: relative;
  transform: rotate(0);
}

.page-module-scss-module__FG3Mga__book-perspective .page-module-scss-module__FG3Mga__book-rotate-wrapper .page-module-scss-module__FG3Mga__book {
  z-index: 10;
  width: var(--book-size);
  background: var(--main);
  border-radius: 6px 4px 4px 6px;
  height: 100%;
  display: flex;
  position: relative;
  box-shadow: 0 1.8px 3.6px #0000000d, 0 10.8px 21.6px #00000014, inset 0 -.9px #0000001a, inset 0 1.8px 1.8px #ffffff1a, inset 3.6px 0 3.6px #0000001a;
}

.page-module-scss-module__FG3Mga__book-perspective .page-module-scss-module__FG3Mga__book-rotate-wrapper .page-module-scss-module__FG3Mga__book .page-module-scss-module__FG3Mga__book-spine {
  mix-blend-mode: overlay;
  background: linear-gradient(90deg, #fff0, #fff0 12%, #ffffff40 29.25%, #fff0 50.5% 75.25%, #ffffff40 91%, #fff0), linear-gradient(90deg, #00000008, #0000001a 12%, #0000 30%, #00000005 50%, #0003 73.5%, #00000080 75.25%, #00000026 85.25%, #0000);
  width: 8.2%;
  min-width: 8.2%;
  height: 100%;
}

.page-module-scss-module__FG3Mga__book-perspective .page-module-scss-module__FG3Mga__book-rotate-wrapper .page-module-scss-module__FG3Mga__book .page-module-scss-module__FG3Mga__book-content {
  color: #fff;
  flex-direction: column;
  width: 100%;
  padding: 6.1%;
  font-weight: 500;
  display: flex;
}

.page-module-scss-module__FG3Mga__book-perspective .page-module-scss-module__FG3Mga__book-rotate-wrapper .page-module-scss-module__FG3Mga__book-pages {
  height: calc(100% - 6px);
  width: var(--book-pages-size);
  transform: translateX(calc(var(--book-size)  - var(--book-pages-size) / 2 - 3px)) rotateY(90deg) translateX(calc(var(--book-pages-size) / 2));
  background: linear-gradient(90deg, #eaeaea, #0000 70%), linear-gradient(#fff, #fafafa);
  position: absolute;
  top: 3px;
}

.page-module-scss-module__FG3Mga__book-perspective .page-module-scss-module__FG3Mga__book-rotate-wrapper .page-module-scss-module__FG3Mga__book-back {
  background: var(--main);
  width: var(--book-size);
  height: 100%;
  transform: translateZ(calc(var(--book-pages-size) * -1));
  border-radius: 6px 4px 4px 6px;
  position: absolute;
  top: 0;
  left: 0;
}

/*# sourceMappingURL=app_%28landing-page%29_landing-page_page_module_scss_module_30b22a2d.css.map*/