@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500,600,700,800&display=swap");
:root {
  --primary-color: #3c62e9;
  --primary-font-family: "Roboto", sans-serif;
}

.primary-btn {
  text-align: center;
  font-family: var(--primary-font-family);
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 20.4px */
  letter-spacing: -0.34px;
  border-radius: 2px;
  background-color: #539470 !important;
  padding: 18px 24px;
  display: inline-flex;
  align-items: center;
  border: none;
}

@media (max-width: 767px) {
  .primary-btn-large {
    padding: 16px 22px;
  }
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
  padding: 8px 0;
  background: transparent;
  transition: background 0.3s ease;
}
header .container-fluid {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  --bs-gutter-x: 5rem;
}
header .container-fluid .logo-container img {
  height: 52px;
  transition: height 0.3s ease;
}
header.scrolled {
  background: rgba(0, 0, 0, 1);
}
header.scrolled .container-fluid .logo-container img {
  height: 52px;
}
@media (max-width: 991px) {
  header {
    background: rgba(0, 0, 0, 1);
  }
  header .container-fluid {
    --bs-gutter-x: 2rem;
  }
  header .container-fluid .logo-container img {
    height: 52px;
  }
  header .container-fluid .primary-btn {
    padding: 14px 18px;
  }
}

.footer {
  background: #1e120d;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .address-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .logo-div {
  width: fit-content;
}
.footer .contact-detail {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .disclaimer {
  color: #b69494;
  font-family: var(--primary-font-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 19.5px */
  letter-spacing: 0.3px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
}
.footer .bottom {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .bottom .disclaimer {
  padding: 0;
  border: 0;
}
.footer .social {
  display: flex;
  justify-content: flex-end;
}
.footer .subtitle {
  color: #b69494;
  font-family: var(--primary-font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 18.7px */
  letter-spacing: 0.34px;
  margin-bottom: 8px;
}
.footer .address {
  color: rgb(224, 175, 81);
  font-family: var(--primary-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 20px */
}
@media (max-width: 991px) {
  .footer .address-col {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .footer .address-col {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
  .footer br {
    display: none;
  }
  .footer .social {
    justify-content: flex-start;
  }
  .footer .bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .footer .bottom .disclaimer {
    text-align: center;
  }
}

.home-banner {
  margin-top: 0;
  background: linear-gradient(
        270deg,
        rgba(30, 18, 13, 0) 35.98%,
        rgba(30, 18, 13, 0.42) 56.91%,
        rgba(30, 18, 13, 0.5) 66.61%
      )
      center center,
    linear-gradient(
      0deg,
      rgba(30, 18, 13, 0.32) 0%,
      rgba(30, 18, 13, 0.32) 100%
    ),
    url(../img/home-banner.jpg) 0% 0% / cover no-repeat lightgray;
  background-position: center center;
  height: 800px;
}
.home-banner .container-fluid {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.home-banner .container-fluid .banner-detail-row {
  height: 100%;
  margin: auto;
}
.home-banner .container-fluid .content-col {
  display: flex;
  align-items: center;
  height: 100%;
}
.home-banner .container-fluid .price-range {
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 2px 0px 0px 2px;
  background: linear-gradient(
    90deg,
    #539470 29.46%,
    rgba(83, 148, 112, 0.85) 48.98%,
    rgba(83, 148, 112, 0.47) 69.39%,
    rgba(83, 148, 112, 0) 90.61%
  );
}
.home-banner .container-fluid .price-range .sub-title {
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 6px;
  /* 14.3px */
}
.home-banner .container-fluid .price-range .price {
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: -0.48px;
}
.home-banner .container-fluid h3 {
  margin: 24px 0;
}
.home-banner .container-fluid .highlights {
  background: #000;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
}
.home-banner .container-fluid .highlights span {
  padding: 24px 32px;
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 21px;
  font-weight: 600;
  line-height: 110%;
  border-right: 1px solid #3e3e3e;
  letter-spacing: 1.05px;
}
.home-banner .container-fluid .form-col {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.home-banner .container-fluid .form-col .inner {
  border-radius: 8px;
  padding: 24px 24px 40px;
  background: #000;
  margin-bottom: 40px;
  width: 100%;
  max-width: 345px;
}
.home-banner .container-fluid .form-col .inner h4 {
  text-align: center;
  margin-bottom: 32px;
}
.home-banner .container-fluid .form-col .inner p.white {
  font-style: italic;
  margin-top: 15px;
}
.home-banner .container-fluid .form-col .inner input[type="text"],
.home-banner .container-fluid .form-col .inner input[type="tel"] {
  margin-bottom: 15px;
  border-radius: 4px;
  background: #fff;
  width: 100%;
  border: none;
  padding: 16px;
}
.home-banner .container-fluid .form-col .inner input[type="text"]:focus-visible,
.home-banner .container-fluid .form-col .inner input[type="tel"]:focus-visible {
  outline: none;
}
.home-banner .container-fluid .form-col .inner input[type="text"]::placeholder,
.home-banner .container-fluid .form-col .inner input[type="tel"]::placeholder {
  color: #8f8f8f;
  font-family: var(--primary-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.32px;
}
.home-banner .container-fluid .form-col .inner input[type="submit"] {
  border-radius: 2px;
  background-color: #539470;
  border: none;
  width: 100%;
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  padding: 18px 24px;
  max-height: 56px;
  /* 20.4px */
  letter-spacing: -0.34px;
}
@media (max-width: 991px) {
  .home-banner {
    background: url(../img/home-banner-tab.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 622px;
    padding-top: 150px;
    padding-bottom: 16px;
  }
  .home-banner .container-fluid .content-col {
    height: max-content;
    max-width: 550px;
    margin-bottom: 16px;
  }
  .home-banner .container-fluid .content-col h1 {
    max-width: 100%;
    font-size: 40px;
    font-weight: 500;
    line-height: 110%;
  }
  .home-banner .container-fluid .content-col .price-range {
    margin-bottom: 16px;
    padding: 13px 24px 13px 16px;
  }
  .home-banner .container-fluid .content-col .price-range .sub-title {
    font-size: 12px;
  }
  .home-banner .container-fluid .content-col .price-range .price {
    font-size: 17px;
  }
  .home-banner .container-fluid .content-col h3 {
    font-size: 24px;
    margin: 19px 0;
  }
  .home-banner .container-fluid .content-col .highlights span {
    padding: 16px 24px;
    font-size: 14px;
  }
  .home-banner .container-fluid .form-col .inner {
    max-width: 100%;
    margin-bottom: 0;
    padding: 24px;
  }
  .home-banner .container-fluid .form-col .inner h4 {
    text-align: left;
    margin-bottom: 16px;
  }
  .home-banner .container-fluid .form-col .inner .tab {
    display: flex;
    gap: 15px;
  }
  .home-banner .container-fluid .form-col .inner .tab input[type="text"],
  .home-banner .container-fluid .form-col .inner .tab input[type="tel"] {
    margin-bottom: 0px;
  }
  .home-banner
    .container-fluid
    .form-col
    .inner
    .tab
    form.wpcf7-form
    p:first-of-type {
    display: flex;
    gap: 5px;
  }
  .home-banner .container-fluid .form-col .inner input[type="submit"] {
    max-width: 130px;
    max-height: 50px;
  }
  .home-banner .container-fluid {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .home-banner {
    background: url(../img/home-banner-mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 1215px;
    padding-top: 120px;
  }
  .home-banner .container-fluid .content-col {
    height: max-content;
  }
  .home-banner .container-fluid .content-col h1 {
    font-size: 34px;
    font-weight: 500;
    line-height: 110%;
  }
  .home-banner .container-fluid .content-col h3 {
    font-size: 21px;
    margin: 16px 0;
  }
  .home-banner .container-fluid .content-col .highlights span {
    padding: 16px 24px;
    font-size: 14px;
  }
  .home-banner .container-fluid .form-col .inner h4 {
    text-align: center;
  }
  .home-banner .container-fluid .form-col .inner .tab {
    display: block;
  }
  .home-banner .container-fluid .form-col .inner .tab input[type="text"],
  .home-banner .container-fluid .form-col .inner .tab input[type="tel"] {
    margin-bottom: 12px;
  }

  .home-banner
    .container-fluid
    .form-col
    .inner
    .tab
    form.wpcf7-form
    p:first-of-type {
    display: block;
  }
  .home-banner .container-fluid .form-col .inner input[type="submit"] {
    max-width: 100%;
  }
}

.overview-section {
  background-color: #dee9e3;
  padding-top: 80px;
  padding-bottom: 80px;
}
.overview-section .content-col {
  text-align: center;
}
.overview-section .content-col h3 {
  text-align: center;
  font-weight: 700;
}
.overview-section .content-col p {
  text-align: left;
  margin: 24px 0;
}
.overview-section .content-col .key-highlight {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 32px 0;
}
.overview-section .content-col .key-highlight .detail {
  border-right: 1px solid #654f4f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overview-section .content-col .key-highlight .detail .subtitle {
  color: #525252;
  font-family: var(--Backgrounds-Background-Grey-Prim);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 18.7px */
  letter-spacing: 0.34px;
  margin-bottom: 4px;
  margin-top: 0;
  text-align: center;
}
.overview-section .content-col .key-highlight .detail .title {
  margin: 0;
  color: #260b0b;
  font-family: var(--primary-font-family);
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-align: center;
  /* 23.1px */
}
.overview-section .content-col .key-highlight .detail:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .overview-section .content-col .key-highlight {
    grid-template-columns: auto;
    gap: 20px;
  }
  .overview-section .content-col .key-highlight .detail {
    border-right: 0;
    border-bottom: 1px solid #654f4f;
    padding-bottom: 20px;
  }
  .overview-section .content-col .key-highlight .detail .title {
    text-align: center;
  }
  .overview-section .content-col .key-highlight .detail .subtitle {
    text-align: center;
  }
}

.get-retail-section {
  padding-top: 156px;
  padding-bottom: 156px;
  background: linear-gradient(90deg, #1e0a1f 36.19%, rgba(30, 10, 31, 0) 65.98%),
    url(../img/get-retail.jpg);
  background-position: center center;
  background-size: cover;
}
.get-retail-section h2 {
  font-size: 48px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .get-retail-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .get-retail-section {
    background: url(../img/retaikl-mobile.png);
    background-position: center center;
    background-size: cover;
    height: 580px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .get-retail-section h2 {
    font-size: 40px;
    font-weight: 500;
  }
}

.key-highlight-section {
  background: #fff;
  position: relative;
}
.key-highlight-section .overlay {
  background: #dee9e3;
  width: 30vw;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left 0;
  position: absolute;
  z-index: 1;
}
.key-highlight-section .container-fluid {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 120px;
}
.key-highlight-section .container-fluid .detail-row .detail-col {
  padding-left: 80px;
  margin: auto 0;
}
.key-highlight-section .container-fluid .detail-row .detail-col h2 {
  font-size: 56px;
  margin-bottom: 24px;
}
.key-highlight-section .container-fluid .detail-row .detail-col .points {
  margin-bottom: 24px;
}
.key-highlight-section .container-fluid .detail-row .detail-col .points .inner {
  padding: 8px 0;
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 991px) {
  .key-highlight-section .overlay {
    display: none;
  }
  .key-highlight-section .container-fluid {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .key-highlight-section .container-fluid .detail-row .detail-col {
    padding-left: 0;
    margin-top: 3rem;
  }
  .key-highlight-section .container-fluid .detail-row .detail-col h2 {
    font-size: 40px;
  }
}

.aminities-section {
  background: #000;
  position: relative;
  overflow: hidden;
}
.aminities-section .container-fluid {
  max-width: 1600px;
  --bs-gutter-x: 0rem;
}
.aminities-section .container-fluid .content-col .top {
  background: #000;
  padding: 60px 80px;
}
.aminities-section .container-fluid .content-col .top h2 {
  font-size: 56px;
}
.aminities-section .container-fluid .content-col .bottom {
  padding: 80px;
  background: #fff;
  height: fit-content;
}
.aminities-section .container-fluid .content-col .bottom .aminities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 40px;
}
.aminities-section .container-fluid .content-col .bottom .aminities .detail {
  display: flex;
  align-items: center;
  padding: 16px;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #ebe5d9;
}
.aminities-section .container-fluid .content-col .bottom .aminities .detail p {
  color: #535353;
  font-family: var(--primary-font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 20.4px */
}
@media (max-width: 991px) {
  .aminities-section .container-fluid {
    --bs-gutter-x: 2rem;
    padding-bottom: 2rem;
  }
  .aminities-section .container-fluid .content-col .top h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .aminities-section .container-fluid .content-col .top {
    padding: 40px 16px 40px 16px;
  }
  .aminities-section .container-fluid .content-col .top h2 {
    font-size: 40px;
  }
  .aminities-section .container-fluid .content-col .bottom {
    padding: 20px;
  }
  .aminities-section .container-fluid .content-col .bottom .aminities {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }
}

.enquiry-section {
  padding-top: 156px;
  padding-bottom: 156px;
  background: #dee9e3;
}
.enquiry-section .form-col {
  padding-right: 80px;
}
.enquiry-section .form-col h3 {
  padding-bottom: 24px;
  font-weight: 700;
  border-bottom: 1px solid #c8c8c8;
}
.enquiry-section .form-col .form .subtitle {
  margin-top: 24px;
  color: #292929;
  font-family: var(--primary-font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.34px;
  margin-bottom: 12px;
}
.enquiry-section .form-col .form .primary-btn {
  margin: 40px 0;
}
.enquiry-section .form-col .form input[type="text"],
.enquiry-section .form-col .form input[type="tel"],
.enquiry-section .form-col .form input[type="datetime"] {
  margin-bottom: 8px;
  border-radius: 4px;
  background: #fff;
  width: 100%;
  border: none;
  padding: 16px;
}
.enquiry-section .form-col .form input[type="text"]:focus-visible,
.enquiry-section .form-col .form input[type="tel"]:focus-visible,
.enquiry-section .form-col .form input[type="datetime"]:focus-visible {
  outline: none;
}
.enquiry-section .form-col .form input[type="text"]::placeholder,
.enquiry-section .form-col .form input[type="tel"]::placeholder,
.enquiry-section .form-col .form input[type="datetime"]::placeholder {
  color: #8f8f8f;
  font-family: var(--primary-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.32px;
}
.enquiry-section .form-col .warning {
  border-left: 4px solid #0c0816;
  background: #e6cde8;
  padding: 24px;
}
.enquiry-section .form-col .warning p {
  color: #535353;
  font-family: var(--primary-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 21.25px */
}
.enquiry-section .form-col .warning p a {
  color: #535353;
  text-decoration: underline;
}
.enquiry-section .location-col .inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
.enquiry-section .location-col iframe {
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.32);
  max-width: 636px;
  max-height: 298px;
  height: 100%;
  width: 100%;
}
.enquiry-section .location-col .title {
  color: #292929;
  font-family: var(--primary-font-family);
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 21.85px */
}
.enquiry-section .location-col .para {
  color: #535353;
  font-family: var(--primary-font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  max-width: 440px;
  /* 21.25px */
}
@media (max-width: 991px) {
  .enquiry-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .enquiry-section .form-col {
    margin-bottom: 4rem;
  }
  .enquiry-section .location-col {
    height: 100%;
  }
  .enquiry-section .location-col iframe {
    min-height: 350px;
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .enquiry-section .form-col {
    padding-right: 0;
  }
}

.img-gallary-slider {
  background: #fff;
  padding-bottom: 120px;
  padding-top: 120px;
  --swiper-image-ratio: 33.3%;
  --swiper-inactive-scale: 0.85;
  --swiper-mobile-width: 90%;
  --swiper-mobile-inactive-scale: 0.95;
}
.img-gallary-slider h2 {
  font-size: 56px;
  margin-bottom: 40px;
  text-align: center;
}
.img-gallary-slider .swiper-slide {
  position: relative;
  opacity: 0.5;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 8px;
}
.img-gallary-slider .swiper-slide img {
  width: 100%;
  transform: scale(1);
  border-radius: 8px;
}
.img-gallary-slider .swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
  opacity: 1 !important;
}
.img-gallary-slider .swiper-slide.swiper-slide-active img {
  width: 100%;
  transform: scale(1);
  border-radius: 8px;
}
.img-gallary-slider .swiper-backface-hidden .swiper-slide.swiper-slide-active {
  transform: scale(1) translateZ(0) !important;
}
.img-gallary-slider .swiper-image {
  max-width: 50%;
  position: relative;
  width: 100%;
}
.img-gallary-slider .swiper-image img {
  width: 100%;
}
.img-gallary-slider .swiper-button-next,
.img-gallary-slider .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10%);
  left: auto;
}
.img-gallary-slider .swiper-button-prev,
.img-gallary-slider .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10%);
  right: auto;
}
.img-gallary-slider .swiper-button-next::after,
.img-gallary-slider .swiper-button-prev::after {
  display: none;
}
@media (max-width: 620px) {
  .img-gallary-slider {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .img-gallary-slider .swiper .swiper-slide.swiper-slide-active {
    padding-left: 16px;
    padding-right: 16px;
  }
  .img-gallary-slider .swiper .swiper-pagination {
    bottom: 24px;
  }
}
@media (max-width: 991px) {
  .img-gallary-slider h2 {
    font-size: 40px;
  }
  .img-gallary-slider .swiper-button-next img,
  .img-gallary-slider .swiper-button-prev img {
    height: 50px;
  }
}
.flour-layout {
  padding-bottom: 120px;
}
.flour-layout h2 {
  font-size: 56px;
  margin-bottom: 40px;
  text-align: center;
}
.flour-layout .floor-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 991px) {
  .flour-layout h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .flour-layout {
    padding-bottom: 80px;
  }
  .flour-layout .floor-img {
    grid-template-columns: 1fr;
  }
}

.privacy-page {
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: 122px;
}
.privacy-page .content {
  min-height: calc(93vh - 604px);
}

.modal .modal-content {
  background-color: #dee9e3;
}
.modal .modal-header {
  border-bottom: 1px solid #000;
}
.modal .form .subtitle {
  margin-top: 24px;
  color: #292929;
  font-family: var(--primary-font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.34px;
  margin-bottom: 12px;
}
.modal .form .primary-btn {
  margin: 10px 0;
}
.modal .form input[type="text"],
.modal .form input[type="tel"],
.modal .form input[type="datetime"] {
  margin-bottom: 8px;
  border-radius: 4px;
  background: #fff;
  width: 100%;
  border: none;
  padding: 16px;
}
.modal .form input[type="text"]:focus-visible,
.modal .form input[type="tel"]:focus-visible,
.modal .form input[type="datetime"]:focus-visible {
  outline: none;
}
.modal .form input[type="text"]::placeholder,
.modal .form input[type="tel"]::placeholder,
.modal .form input[type="datetime"]::placeholder {
  color: #8f8f8f;
  font-family: var(--primary-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.32px;
}

.privacy-page {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 122px;
}

.privacy-page .content {
  min-height: calc(93vh - 604px);
}

.privacy-page .content h1,
.privacy-page .content h2,
.privacy-page .content h3,
.privacy-page .content h4,
.privacy-page .content h5,
.privacy-page .content h6 {
  margin-top: 1.7rem;
  font-size: 28px;
  line-height: 110%;
}

.privacy-page .content .title {
  margin-top: 0;
  font-size: 40px;
}

.privacy-page .content p {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .privacy-page {
    margin-top: 101px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: rgb(244, 53, 53);
  border-color: rgb(244, 53, 53) !important;
}

.wpcf7-spinner {
  display: none !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul {
  list-style: none;
  margin-bottom: 0;
}

h1 {
  color: #292929;
  font-size: min(max(44px, 6.555vw), 64px);
  font-family: var(--primary-font-family);
  font-style: normal;
  font-weight: 600;
  line-height: 118.5%;
  margin: 0;
}
h1.white {
  color: #fff;
}

h2 {
  color: #292929;
  font-size: min(max(34px, 6.555vw), 40px);
  font-family: var(--primary-font-family);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
}
h2.white {
  color: #fff;
}

h3 {
  color: #292929;
  font-size: min(max(30px, 6.555vw), 32px);
  font-family: var(--primary-font-family);
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin: 0;
}
h3.white {
  color: #fff;
}

h4 {
  color: #292929;
  font-family: var(--primary-font-family);
  font-size: min(max(22px, 6.555vw), 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
  /* 123.077% */
}
h4.white {
  color: #fff;
}

h6 {
  color: #292929;
  font-size: min(max(20px, 6.555vw), 20px);
  font-family: var(--primary-font-family);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
}
h6.banner {
  color: #696969;
}
h6.light {
  color: #fff;
}

p {
  color: var(--Text-Text-Grey-Tert, #525252);
  font-family: var(--primary-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
}
p.white {
  color: #fff;
}
p.light {
  color: #d1d1d1;
}

.container-fluid {
  max-width: 95rem;
  --bs-gutter-x: 5rem;
}

.row {
  --bs-gutter-x: 0;
}

@media (max-width: 991px) {
  .container-fluid {
    --bs-gutter-x: 4rem;
  }
  h1 {
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    --bs-gutter-x: 2rem;
  }
  h1 {
    line-height: 44px;
  }
}

.float-whatsapp {
  position: fixed;
  bottom: 50px;
  right: 30px;
}

/*# sourceMappingURL=condensed.css.map */
#duplexModalToggle .modal-footer {
  justify-content: center;
}
