:root {
  --font-pri: "UTM Avo", sans-serif;
  --font-title: "Albula Pro", sans-serif;
  --header-height: 10rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --header-height: 8rem;
  }
}
:root {
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-18: 1.8rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
  --pi-40: 4rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-18: 0.8rem;
    --pi-20: 0.8rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}
:root {
  --z-i-header: 100;
  --radius-circle: 50%;
  --radius-max: 999rem;
  --radius-xl: 2.4rem;
  --radius-l: 1.6rem;
  --radius: 1.2rem;
  --radius-m: 0.8rem;
  --radius-s: 0.4rem;
  --box-shadow-1: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  --filter-white: brightness(0) invert(1);
  --filter-black: brightness(0) invert(0);
  --filter-pri: brightness(0) saturate(100%) invert(9%) sepia(10%) saturate(4890%) hue-rotate(196deg) brightness(98%) contrast(103%);
  --container-width: 124.8rem;
  --container-padding: 1.6rem;
}

.hero {
  position: relative;
}
.hero-bn {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero-bn::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: 1;
  background: linear-gradient(0deg, rgba(13, 20, 50, 0.2) 0%, rgba(13, 20, 50, 0.2) 100%);
}
.hero-bn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-pos {
  z-index: 5;
  position: relative;
  padding: 20rem 0 10rem;
}
@media screen and (max-width: 991px) {
  .hero-pos {
    padding: 10rem 0;
  }
}
.hero-pos > .container {
  max-width: 140rem;
}
.hero-content {
  gap: 16rem;
  color: white;
}
@media screen and (max-width: 991px) {
  .hero-content {
    gap: 10rem;
  }
}
.hero-content .view-link {
  opacity: 0;
  gap: 0.4rem;
  line-height: 125%;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.224rem;
  text-transform: uppercase;
  animation: opacityAni 1.5s ease-in-out 3.75s forwards;
}
.hero-content .view-link .icon {
  user-select: none;
  width: 1.6rem;
  height: 1.6rem;
}
.hero-title {
  max-width: 108rem;
}
@media screen and (max-width: 991px) {
  .hero-title {
    gap: 0.8rem;
  }
}
.hero-title > * {
  line-height: 135%;
}
.hero-title .text-16 {
  opacity: 0;
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .hero-title .text-16 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .hero-title .text-16 {
    font-size: 1.6rem;
  }
}
.hero-title .text-16 {
  animation: opacityAni 1.5s ease-in-out forwards;
}
.hero-title .title-48 span {
  opacity: 0;
}
.hero-title .title-48 span:nth-child(1) {
  animation: opacityAni 1.5s ease-in-out 0.75s forwards;
}
.hero-title .title-48 span:nth-child(2) {
  animation: opacityAni 1.5s ease-in-out 1.5s forwards;
}
.hero-title .title-48 span:nth-child(3) {
  animation: opacityAni 1.5s ease-in-out 2.25s forwards;
}
.hero-title .title-48 span:nth-child(4) {
  animation: opacityAni 1.5s ease-in-out 3s forwards;
}
.hero-title .title-48 span:nth-child(5) {
  animation: opacityAni 1.5s ease-in-out 3.75s forwards;
}
.hero-title .title-48 span:nth-child(6) {
  animation: opacityAni 1.5s ease-in-out 4.5s forwards;
}
.hero-title .title-48 span:nth-child(7) {
  animation: opacityAni 1.5s ease-in-out 5.25s forwards;
}
.hero-title .title-48 span:nth-child(8) {
  animation: opacityAni 1.5s ease-in-out 6s forwards;
}
.hero-title .title-48 span:nth-child(9) {
  animation: opacityAni 1.5s ease-in-out 6.75s forwards;
}
.hero-title .title-48 span:nth-child(10) {
  animation: opacityAni 1.5s ease-in-out 7.5s forwards;
}
.hero-title .t-up {
  letter-spacing: 0.256rem;
}
.hero-title .calendar {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 576px) {
  .hero-title .title-48 {
    font-size: 2.8rem;
  }
}

.banner {
  position: relative;
  height: calc(100dvh - 8rem);
}
@media screen and (max-width: 1200px) {
  .banner {
    height: auto;
  }
}
.banner .swiper {
  height: 100%;
}
.banner .swiper-slide-active .banner-content_title .text-16 {
  animation: opacityAni 1.75s ease-in-out 0.5s forwards;
}
.banner .swiper-slide-active .banner-content_title .tt-main {
  animation: opacityAni 1.75s ease-in-out 1.5s forwards;
}
.banner .swiper-slide-active .banner-content_desc {
  animation: opacityAni 1.75s ease-in-out 2.25s forwards;
}
.banner .swiper-pagination {
  top: unset;
  left: 50%;
  height: 0.1rem;
  bottom: 6.4rem;
  max-width: 20rem;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1200px) {
  .banner .swiper-pagination {
    bottom: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .banner .swiper-pagination {
    bottom: 3rem;
  }
}
.banner .swiper-pagination-progressbar-fill {
  background-color: white;
}
.banner-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  user-select: none;
  position: absolute;
  will-change: transform;
}
.banner-bg::before {
  height: 100%;
  width: inherit;
  position: absolute;
  content: "";
  z-index: 1;
  background: linear-gradient(180deg, rgba(12, 18, 29, 0) 25%, rgba(12, 18, 29, 0.6) 75%, var(--blackened-blue-20, #0D1432) 100%);
}
.banner-bg img {
  width: 100%;
  height: 120%;
  object-fit: cover;
}
.banner-home {
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.banner-home::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 56.25%;
}
@media screen and (max-width: 767px) {
  .banner-home::before {
    padding-top: 80%;
  }
}
@media screen and (max-width: 576px) {
  .banner-home::before {
    padding-top: 120%;
  }
}
.banner-pos {
  inset: 0;
  z-index: 5;
  position: absolute;
  color: white;
}
.banner-wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 109rem;
}
.banner-content {
  gap: 2.4rem;
  height: 100%;
  display: flex;
  padding-bottom: 16rem;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .banner-content {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-content {
    gap: 1.2rem;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 576px) {
  .banner-content {
    padding-bottom: 6rem;
  }
}
.banner-content > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .banner-content > * {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .banner-content_title {
    gap: 1.2rem;
  }
}
.banner-content_title .tt-main {
  opacity: 0;
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .banner-content_title .tt-main {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-content_title .tt-main {
    font-size: 3.3rem;
  }
}
.banner-content_title .tt-main {
  color: white;
}
@media screen and (max-width: 767px) {
  .banner-content_title .tt-main br {
    display: none;
  }
}
.banner-content_title .text-16 {
  opacity: 0;
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .banner-content_title .text-16 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-content_title .text-16 {
    font-size: 1.6rem;
  }
}
.banner-content_title .text-16 {
  line-height: 135%;
  letter-spacing: 0.256rem;
  text-transform: uppercase;
}
.banner-content_desc {
  opacity: 0;
}
.banner-content_desc .text-16 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .banner-content_desc .text-16 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-content_desc .text-16 {
    font-size: 1.5rem;
  }
}
.banner-content_desc .text-16 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.contact {
  background-color: #F7F5F1;
  padding: 10rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .contact {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .contact {
    padding: 4rem 0rem;
  }
}
.contact {
  transition: 1s ease-in-out;
  background-color: #0D1432;
}
.contact:has(.is-inview) {
  background-color: transparent;
}
.contact-wrap.is-inview .contact-img .img img {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .contact-row {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 991px) {
  .contact-col {
    width: 100%;
  }
}
.contact-img {
  height: 100%;
}
@media screen and (min-width: 992px) {
  .contact-img {
    max-width: 54rem;
  }
}
.contact-img .img {
  height: inherit;
  padding-top: 147.3913043478%;
}
.contact-img .img img {
  height: 0;
  transition: 3s ease-in-out;
}
@media screen and (min-width: 992px) {
  .contact-form {
    margin-left: auto;
    max-width: 81.2rem;
  }
}
.contact-form_heading > * {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .contact-form_heading > * {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .contact-form_heading > * {
    font-size: 1.6rem;
  }
}
.contact-form_heading > * {
  line-height: 135%;
}
.contact-form_heading .text-16 {
  letter-spacing: 0.256rem;
}
.contact-popup {
  display: none;
  max-width: 74rem;
  border-radius: 0;
  padding: 4.8rem 4rem;
}
@media screen and (max-width: 991px) {
  .contact-popup {
    padding: 2.4rem;
  }
}
.contact-popup a.close-modal {
  top: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  background-image: url("../../assets/images/icons/icon-close.svg");
}
@media screen and (max-width: 991px) {
  .contact-popup a.close-modal {
    top: 0.8rem;
    right: 0.8rem;
  }
}
.contact-popup_img {
  margin: 0 auto;
  user-select: none;
  width: 6.4rem;
  height: 6.4rem;
}
@media screen and (max-width: 991px) {
  .contact-popup_img {
    width: 4rem;
    height: 4rem;
  }
}
.contact-popup_content {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .contact-popup_content {
    gap: 1.2rem;
  }
}
.contact-popup_content .title-24 {
  line-height: 135%;
}
.contact-popup_content .text-16 {
  line-height: 160%;
}

.map {
  user-select: none;
}
.map-iframe {
  width: 100%;
}
.map-iframe iframe {
  width: 100%;
  height: 64rem;
}
/*# sourceMappingURL=contact.css.map */
