*,
::before,
::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1740px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-full {
  max-width: 1920px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .container-full {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.padding-section-lg {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 1024px) {
  .padding-section-lg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .padding-section-lg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.padding-section-small {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .padding-section-small {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .padding-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.padding-b-0 {
  padding-bottom: 0;
}

.padding-t-0 {
  padding-top: 0;
}

.margin-section-small {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .margin-section-small {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .margin-section-small {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.sub-title {
  font-family: "Aeroport", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2A4453;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .sub-title {
    font-size: 18px;
  }
}

.title span {
  color: #B48B47;
}

.suv-title {
  font-family: "Aeroport", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #B48B47;
  margin-bottom: 10px;
}

a {
  color: #B48B47;
  text-decoration: none;
  transition: all 0.4s;
}

button {
  transition: all 0.4s;
  text-decoration: none;
}

.text-link-underline {
  text-decoration: underline;
}

.overflow-hidden {
  overflow: hidden;
}

.text-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #2A4453;
  transition: all 0.5s;
}
.text-link:hover {
  color: #B48B47;
}

ul:not(.menu, .sub-menu, .slick-dots) li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
}
ul:not(.menu, .sub-menu, .slick-dots) li:last-child {
  margin-bottom: 0;
}
ul:not(.menu, .sub-menu, .slick-dots) li::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 3px;
  width: 17px;
  height: 19px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.text-link-icon {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #121212;
  display: flex;
  gap: 12px;
  align-items: center;
  transition: all 0.5s;
  transform: scale(1);
  width: fit-content;
}
.text-link-icon:after {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2025/11/black-arrow-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.text-link-icon:hover {
  transform: scale(0.9);
  color: #B48B47;
}
.text-link-icon:hover:after {
  background-image: url(/wp-content/uploads/2025/11/brown-arrow-icon.svg);
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "Aeroport", sans-serif;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #F4EEDE;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #F4EEDE;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #F4EEDE;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #F4EEDE;
}

.text-color-white {
  color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.bg-primary {
  background-color: #B48B47;
}

.bg-grey {
  background-color: #F4EEDE;
}

.relative {
  position: relative;
}

.text-center {
  text-align: center;
}

.section-title {
  margin-bottom: 30px;
}

.link-hover {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  padding-bottom: 5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.link-hover:after {
  content: "";
  background-image: url(../images/btn-arrow.svg);
  width: 20px;
  height: 20px;
}
.link-hover:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  content: "";
  transition: all 0.3s linear;
}
.link-hover:hover:before {
  width: 100%;
}

.swiper-container .custom-swiper-pagination, .swiper-container .swiper-pagination {
  text-align: center;
  margin-top: 20px;
}
.swiper-container .custom-swiper-pagination .swiper-pagination-bullet, .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #000000;
  width: 12px;
  height: 12px;
}
.swiper-container .custom-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #B48B47;
}

.page-not-found {
  max-width: 1200px;
  margin: auto;
}
.page-not-found h2 {
  font-size: 140px;
  line-height: 160px;
}
@media (max-width: 479px) {
  .page-not-found h2 {
    font-size: 110px;
    line-height: 100px;
  }
}
.page-not-found h2 .text {
  color: #B48B47;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.page-not-found h4 {
  margin-bottom: 30px;
}

.slick-dots {
  width: 100%;
  background: transparent;
  height: 3px;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  width: 100%;
  max-width: 90px;
  height: 3px;
  background-color: #ffffff;
  transition: all 0.5s;
  cursor: pointer;
}
.slick-dots li button {
  padding: 0;
  font-size: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
}
.slick-dots li.slick-active {
  background-color: #B48B47;
}

.slick-dot-style .slick-dots {
  width: 100%;
  background: transparent;
  height: 6px;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 12px;
  justify-content: center;
}
.slick-dot-style .slick-dots li {
  width: 100%;
  max-width: 10px;
  height: 6px;
  background-color: #F4EEDE;
  transition: all 0.5s;
}
.slick-dot-style .slick-dots li.slick-active {
  background-color: #B48B47;
  max-width: 30px;
}

.slider__pagination {
  width: 100%;
  background: transparent;
  height: 6px;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 12px;
  justify-content: center;
  bottom: -40px !important;
}
.slider__pagination .swiper-pagination-bullet {
  width: 100%;
  max-width: 10px;
  height: 6px;
  background-color: #F4EEDE;
  transition: all 0.5s;
  margin: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  padding: 0 !important;
}
.slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #B48B47;
  max-width: 30px;
}

.slick-arrow {
  background-color: white;
  width: 54px;
  height: 54px;
  border: 0;
  box-shadow: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.7231 12.2291C1.68751 12.4878 1.76916 12.7595 1.968 12.9585L9.29293 20.2885C9.63029 20.6261 10.1774 20.6265 10.5148 20.2892C10.8523 19.952 10.8524 19.4049 10.515 19.0673L4.65952 13.2078L22.1233 13.2078C22.6005 13.2078 22.9873 12.8209 22.9873 12.3438C22.9873 11.8666 22.6005 11.4797 22.1233 11.4798L4.6683 11.4797L10.5121 5.6322C10.8493 5.2948 10.849 4.74773 10.5114 4.41033C10.1739 4.07292 9.62679 4.07309 9.28955 4.41049L2.015 11.6898C1.85884 11.8246 1.75158 12.0144 1.7231 12.2291Z' fill='%23121212'/%3E%3C/svg%3E%0A");
  z-index: 3;
  left: 40px;
  cursor: pointer;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1200px) {
  .slick-arrow {
    left: 20px;
  }
}
@media (max-width: 991px) {
  .slick-arrow {
    width: 36px;
    height: 36px;
    background-size: 20px;
  }
}

.slick-arrow:hover {
  background-color: #CC7031;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.7231 12.2291C1.68751 12.4878 1.76916 12.7595 1.968 12.9585L9.29293 20.2885C9.63029 20.6261 10.1774 20.6265 10.5148 20.2892C10.8523 19.952 10.8524 19.4049 10.515 19.0673L4.65952 13.2078L22.1233 13.2078C22.6005 13.2078 22.9873 12.8209 22.9873 12.3438C22.9873 11.8666 22.6005 11.4797 22.1233 11.4798L4.6683 11.4797L10.5121 5.6322C10.8493 5.2948 10.849 4.74773 10.5114 4.41033C10.1739 4.07292 9.62679 4.07309 9.28955 4.41049L2.015 11.6898C1.85884 11.8246 1.75158 12.0144 1.7231 12.2291Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

button.slick-next.slick-arrow {
  left: auto;
  right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.2769 11.7709C22.3125 11.5122 22.2308 11.2405 22.032 11.0415L14.7071 3.71146C14.3697 3.37386 13.8226 3.37355 13.4852 3.71078C13.1477 4.04799 13.1476 4.59505 13.485 4.93266L19.3405 10.7922L1.8767 10.7922C1.39953 10.7922 1.01268 11.1791 1.01267 11.6562C1.01267 12.1334 1.39949 12.5203 1.87667 12.5202L19.3317 12.5203L13.4879 18.3678C13.1507 18.7052 13.151 19.2523 13.4886 19.5897C13.8261 19.9271 14.3732 19.9269 14.7104 19.5895L21.985 12.3102C22.1412 12.1754 22.2484 11.9856 22.2769 11.7709Z' fill='%23121212'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1200px) {
  button.slick-next.slick-arrow {
    right: 20px;
  }
}

button.slick-next.slick-arrow:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.2769 11.7709C22.3125 11.5122 22.2308 11.2405 22.032 11.0415L14.7071 3.71146C14.3697 3.37386 13.8226 3.37355 13.4852 3.71078C13.1477 4.04799 13.1476 4.59505 13.485 4.93266L19.3405 10.7922L1.8767 10.7922C1.39953 10.7922 1.01268 11.1791 1.01267 11.6562C1.01267 12.1334 1.39949 12.5203 1.87667 12.5202L19.3317 12.5203L13.4879 18.3678C13.1507 18.7052 13.151 19.2523 13.4886 19.5897C13.8261 19.9271 14.3732 19.9269 14.7104 19.5895L21.985 12.3102C22.1412 12.1754 22.2484 11.9856 22.2769 11.7709Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.swiper-button-next {
  background-color: white;
  width: 54px;
  height: 54px;
  border: 0;
  box-shadow: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  z-index: 3;
  left: auto;
  right: 40px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.2769 11.7709C22.3125 11.5122 22.2308 11.2405 22.032 11.0415L14.7071 3.71146C14.3697 3.37386 13.8226 3.37355 13.4852 3.71078C13.1477 4.04799 13.1476 4.59505 13.485 4.93266L19.3405 10.7922L1.8767 10.7922C1.39953 10.7922 1.01268 11.1791 1.01267 11.6562C1.01267 12.1334 1.39949 12.5203 1.87667 12.5202L19.3317 12.5203L13.4879 18.3678C13.1507 18.7052 13.151 19.2523 13.4886 19.5897C13.8261 19.9271 14.3732 19.9269 14.7104 19.5895L21.985 12.3102C22.1412 12.1754 22.2484 11.9856 22.2769 11.7709Z' fill='%23121212'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1200px) {
  .swiper-button-next {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .swiper-button-next {
    width: 36px;
    height: 36px;
    background-size: 20px;
  }
}

.swiper-button-next:hover {
  background-color: #CC7031;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.2769 11.7709C22.3125 11.5122 22.2308 11.2405 22.032 11.0415L14.7071 3.71146C14.3697 3.37386 13.8226 3.37355 13.4852 3.71078C13.1477 4.04799 13.1476 4.59505 13.485 4.93266L19.3405 10.7922L1.8767 10.7922C1.39953 10.7922 1.01268 11.1791 1.01267 11.6562C1.01267 12.1334 1.39949 12.5203 1.87667 12.5202L19.3317 12.5203L13.4879 18.3678C13.1507 18.7052 13.151 19.2523 13.4886 19.5897C13.8261 19.9271 14.3732 19.9269 14.7104 19.5895L21.985 12.3102C22.1412 12.1754 22.2484 11.9856 22.2769 11.7709Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.swiper-button-prev {
  background-color: white;
  width: 54px;
  height: 54px;
  border: 0;
  box-shadow: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.7231 12.2291C1.68751 12.4878 1.76916 12.7595 1.968 12.9585L9.29293 20.2885C9.63029 20.6261 10.1774 20.6265 10.5148 20.2892C10.8523 19.952 10.8524 19.4049 10.515 19.0673L4.65952 13.2078L22.1233 13.2078C22.6005 13.2078 22.9873 12.8209 22.9873 12.3438C22.9873 11.8666 22.6005 11.4797 22.1233 11.4798L4.6683 11.4797L10.5121 5.6322C10.8493 5.2948 10.849 4.74773 10.5114 4.41033C10.1739 4.07292 9.62679 4.07309 9.28955 4.41049L2.015 11.6898C1.85884 11.8246 1.75158 12.0144 1.7231 12.2291Z' fill='%23121212'/%3E%3C/svg%3E%0A");
  z-index: 3;
  left: 40px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .swiper-button-prev {
    left: 20px;
  }
}
@media (max-width: 991px) {
  .swiper-button-prev {
    width: 36px;
    height: 36px;
    background-size: 20px;
  }
}

.swiper-button-prev:hover {
  background-color: #CC7031;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.7231 12.2291C1.68751 12.4878 1.76916 12.7595 1.968 12.9585L9.29293 20.2885C9.63029 20.6261 10.1774 20.6265 10.5148 20.2892C10.8523 19.952 10.8524 19.4049 10.515 19.0673L4.65952 13.2078L22.1233 13.2078C22.6005 13.2078 22.9873 12.8209 22.9873 12.3438C22.9873 11.8666 22.6005 11.4797 22.1233 11.4798L4.6683 11.4797L10.5121 5.6322C10.8493 5.2948 10.849 4.74773 10.5114 4.41033C10.1739 4.07292 9.62679 4.07309 9.28955 4.41049L2.015 11.6898C1.85884 11.8246 1.75158 12.0144 1.7231 12.2291Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  display: none;
}

.breadcrumb-wrap {
  margin-top: 130px;
  padding: 14px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
@media (max-width: 1439px) {
  .breadcrumb-wrap {
    padding: 14px 20px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrap {
    margin-top: 107px;
  }
}
.breadcrumb-wrap ul {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}
.breadcrumb-wrap ul li {
  display: flex;
  align-items: center;
  padding: 0;
  line-height: 1;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.breadcrumb-wrap ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.breadcrumb-wrap ul li:before {
  display: none;
}
.breadcrumb-wrap ul li:after {
  background-image: url(/wp-content/uploads/2025/11/breadcrumb-icon.svg);
  width: 12px;
  content: "";
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  position: relative;
  top: 1px;
}
.breadcrumb-wrap ul li:last-child::after {
  display: none;
}

.about_info_wrapr {
  margin-top: 60px;
}
@media (max-width: 1439px) {
  .about_info_wrapr {
    margin-top: 30px;
  }
}
.about_info_wrapr .content_col {
  color: #2A4453;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  max-width: 1000px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.about_info_wrapr .address-info-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
}
@media (max-width: 991px) {
  .about_info_wrapr .address-info-wrap {
    flex-flow: column;
  }
}
.about_info_wrapr .address-info-wrap .box-col {
  position: relative;
  padding-right: 68px;
  font-family: "Aeroport", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.08em;
  color: #2A4453;
}
@media (max-width: 1200px) {
  .about_info_wrapr .address-info-wrap .box-col {
    font-size: 16px;
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .about_info_wrapr .address-info-wrap .box-col {
    padding-right: 0;
  }
}
.about_info_wrapr .address-info-wrap .box-col:last-child {
  padding-right: 0;
}
.about_info_wrapr .address-info-wrap .box-col:last-child::after {
  display: none;
}
.about_info_wrapr .address-info-wrap .box-col:after {
  content: "";
  position: absolute;
  left: auto;
  right: 31px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) {
  .about_info_wrapr .address-info-wrap .box-col:after {
    right: 21px;
  }
}
@media (max-width: 991px) {
  .about_info_wrapr .address-info-wrap .box-col:after {
    display: none;
  }
}
.about_info_wrapr .address-info-wrap .box-col a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Aeroport", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.08em;
  color: #2A4453;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .about_info_wrapr .address-info-wrap .box-col a {
    font-size: 16px;
  }
}
.about_info_wrapr .address-info-wrap .box-col a:hover {
  color: #B48B47;
  transition: all 0.5s;
}
.about_info_wrapr .address-info-wrap .box-col a span {
  width: 26px;
  height: 26px;
}

.single-post article {
  display: flex;
  flex-flow: column;
  margin-top: 80px;
  margin-bottom: 80px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .single-post article {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .single-post article {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.single-post .entry-content {
  margin-top: 16px;
}
.single-post .entry-content h1, .single-post .entry-content .h1, .single-post .entry-content h2, .single-post .entry-content .h2, .single-post .entry-content h3, .single-post .entry-content .h3, .single-post .entry-content h4, .single-post .entry-content .h4, .single-post .entry-content h5, .single-post .entry-content .h5 h6, .single-post .entry-content .h6 {
  line-height: 1.5 !important;
}
.single-post .entry-content ul {
  margin-bottom: 20px;
}
.single-post .entry-content ol {
  list-style: decimal;
  padding-left: 20px;
}
.single-post .entry-content ol li {
  margin-bottom: 16px;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Aeroport";
  src: url("../fonts/Aeroport-Bold.eot");
  src: url("../fonts/Aeroport-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeroport-Bold.woff2") format("woff2"), url("../fonts/Aeroport-Bold.woff") format("woff"), url("../fonts/Aeroport-Bold.ttf") format("truetype"), url("../fonts/Aeroport-Bold.svg#Aeroport-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeroport";
  src: url("../fonts/Aeroport-BoldItalic.eot");
  src: url("../fonts/Aeroport-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeroport-BoldItalic.woff2") format("woff2"), url("../fonts/Aeroport-BoldItalic.woff") format("woff"), url("../fonts/Aeroport-BoldItalic.ttf") format("truetype"), url("../fonts/Aeroport-BoldItalic.svg#Aeroport-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeroport";
  src: url("../fonts/Aeroport-LightItalic.eot");
  src: url("../fonts/Aeroport-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeroport-LightItalic.woff2") format("woff2"), url("../fonts/Aeroport-LightItalic.woff") format("woff"), url("../fonts/Aeroport-LightItalic.ttf") format("truetype"), url("../fonts/Aeroport-LightItalic.svg#Aeroport-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeroport";
  src: url("../fonts/Aeroport-Light.eot");
  src: url("../fonts/Aeroport-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeroport-Light.woff2") format("woff2"), url("../fonts/Aeroport-Light.woff") format("woff"), url("../fonts/Aeroport-Light.ttf") format("truetype"), url("../fonts/Aeroport-Light.svg#Aeroport-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeroport";
  src: url("../fonts/Aeroport.eot");
  src: url("../fonts/Aeroport.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeroport.woff2") format("woff2"), url("../fonts/Aeroport.woff") format("woff"), url("../fonts/Aeroport.ttf") format("truetype"), url("../fonts/Aeroport.svg#Aeroport") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeroport";
  src: url("../fonts/Aeroport-Italic.eot");
  src: url("../fonts/Aeroport-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeroport-Italic.woff2") format("woff2"), url("../fonts/Aeroport-Italic.woff") format("woff"), url("../fonts/Aeroport-Italic.ttf") format("truetype"), url("../fonts/Aeroport-Italic.svg#Aeroport-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeroport";
  src: url("../fonts/Aeroport-Black.eot");
  src: url("../fonts/Aeroport-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeroport-Black.woff2") format("woff2"), url("../fonts/Aeroport-Black.woff") format("woff"), url("../fonts/Aeroport-Black.ttf") format("truetype"), url("../fonts/Aeroport-Black.svg#Aeroport-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeroport";
  src: url("../fonts/Aeroport-Medium.eot");
  src: url("../fonts/Aeroport-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeroport-Medium.woff2") format("woff2"), url("../fonts/Aeroport-Medium.woff") format("woff"), url("../fonts/Aeroport-Medium.ttf") format("truetype"), url("../fonts/Aeroport-Medium.svg#Aeroport-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeroport";
  src: url("../fonts/Aeroport-MediumItalic.eot");
  src: url("../fonts/Aeroport-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeroport-MediumItalic.woff2") format("woff2"), url("../fonts/Aeroport-MediumItalic.woff") format("woff"), url("../fonts/Aeroport-MediumItalic.ttf") format("truetype"), url("../fonts/Aeroport-MediumItalic.svg#Aeroport-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeroport";
  src: url("../fonts/Aeroport-BlackItalic.eot");
  src: url("../fonts/Aeroport-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeroport-BlackItalic.woff2") format("woff2"), url("../fonts/Aeroport-BlackItalic.woff") format("woff"), url("../fonts/Aeroport-BlackItalic.ttf") format("truetype"), url("../fonts/Aeroport-BlackItalic.svg#Aeroport-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "GT Super Txt Trial Md";
  src: url("../fonts/GTSuperTxtTrial-Md.eot");
  src: url("../fonts/GTSuperTxtTrial-Md.eot?#iefix") format("embedded-opentype"), url("../fonts/GTSuperTxtTrial-Md.woff2") format("woff2"), url("../fonts/GTSuperTxtTrial-Md.woff") format("woff"), url("../fonts/GTSuperTxtTrial-Md.ttf") format("truetype"), url("../fonts/GTSuperTxtTrial-Md.svg#GTSuperTxtTrial-Md") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/**
 * Basic typography style for copy text
 */
body {
  font-family: "Aeroport", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  color: #000000;
  margin: 0 !important;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 1439px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body {
    hyphens: auto;
    word-break: break-word;
  }
}

p {
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 h6,
.h6 {
  font-family: "GT Super Txt Trial Md";
  color: #2A4453;
  margin-bottom: 20px;
  line-height: 120%;
  font-weight: 500;
}
@media (max-width: 1200px) {
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5 h6,
  .h6 {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5 h6,
  .h6 {
    hyphens: auto;
    word-break: break-word;
  }
}

h1, .h1 {
  font-size: 82px;
}
@media (max-width: 1439px) {
  h1, .h1 {
    font-size: 60px;
  }
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 36px;
  }
}

h2, .h2 {
  font-size: 48px;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 32px;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 28px;
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  h4, .h4 {
    font-size: 22px;
  }
}

h5, .h5 {
  font-size: 24px;
}
@media (max-width: 1200px) {
  h5, .h5 {
    font-size: 20px;
  }
}

h6, .h6 {
  font-size: 22px;
}
@media (max-width: 1200px) {
  h6, .h6 {
    font-size: 18px;
  }
}

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11;
  background: rgba(0, 0, 0, 0.001);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199px) {
  .header-menu.menu-desktop {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .header-menu.menu-mobile {
    display: none;
  }
}

.header-menu.menu-desktop.menu-right {
  display: flex;
  flex-flow: wrap;
  gap: 38px;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1679px) {
  .header-menu.menu-desktop.menu-right {
    gap: 16px;
  }
}
.header-menu.menu-desktop.menu-right .main-navigation {
  width: fit-content;
}

.header-main {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  padding: 16px 30px;
  display: grid;
  grid-template-columns: 1fr 320px 1fr;
  align-items: center;
}
@media (max-width: 1679px) {
  .header-main {
    padding: 16px 20px;
    grid-template-columns: 1fr 190px 1fr;
  }
}
@media (max-width: 1365px) and (min-width: 1200px) {
  .header-main {
    grid-template-columns: 1fr 145px 1fr;
  }
}
@media (max-width: 1199px) {
  .header-main {
    display: flex;
    gap: 15px;
  }
}
@media (max-width: 1679px) {
  .header-main .button-group .btn {
    padding: 12px 15px;
  }
}
@media (max-width: 1365px) and (min-width: 1200px) {
  .header-main .button-group .btn {
    font-size: 14px;
  }
}

.site-branding {
  display: flex;
  line-height: 0;
  justify-content: center;
  border-left: 1px solid #ADADAD;
  border-right: 1px solid #ADADAD;
}
@media (max-width: 1199px) {
  .site-branding {
    border: 0 !important;
  }
}
.site-branding .header-logo {
  max-width: 198px;
}
@media (max-width: 1679px) {
  .site-branding .header-logo {
    max-width: 145px;
  }
}
@media (max-width: 1365px) and (min-width: 1200px) {
  .site-branding .header-logo {
    max-width: 125px;
  }
}

.header-language-switcher {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .header-language-switcher {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-language-switcher .humbergar-menu {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .header-language-switcher .button-group {
    display: none;
  }
}

.submenu-toggle {
  display: none;
}
@media (max-width: 1199px) {
  .submenu-toggle {
    display: block;
    background-image: url("../images/select-arrow-bottom.svg");
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    transition: 0.4s all;
    background-position: center;
    background-size: 16px;
  }
}

.header-menu .menu {
  gap: 38px;
}
@media (max-width: 1679px) {
  .header-menu .menu {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .header-menu .menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate3d(-100%, 0, 0);
    background: #ffffff;
    transition: all 0.3s;
    z-index: 99;
    display: block;
    padding-top: 90px;
    height: 100vh;
  }
}
@media (max-width: 1199px) {
  .header-menu .menu li {
    border-top: 1px solid #e6e6e6;
  }
}
.header-menu .menu li.submenu-open > a .submenu-toggle {
  transform: rotate(180deg);
  background-image: url("../images/select-brown-arrow-bottom.svg");
}
@media (min-width: 1200px) {
  .header-menu .menu > li {
    border-bottom: 1px solid transparent;
    transition: all 0.4s;
  }
  .header-menu .menu > li:hover {
    border-color: #B48B47;
    transition: all 0.4s;
  }
  .header-menu .menu > li:hover > a {
    top: -4px;
    color: #B48B47;
  }
  .header-menu .menu > li:hover > a:after {
    background-image: url("../images/arrow-hover.svg");
    transform: rotate(180deg);
  }
}
.header-menu .menu > li > a {
  color: #ffffff;
  font-family: "Aeroport", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 100%;
  position: relative;
  top: 0;
}
@media (max-width: 1365px) and (min-width: 1200px) {
  .header-menu .menu > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .header-menu .menu > li > a {
    color: #000000;
    border: 0;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header-menu .menu > li > a:hover {
  color: #B48B47;
}
.header-menu .menu > li > a:hover:after {
  background-image: url("../images/arrow-hover.svg");
  transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .header-menu .menu > li.current-menu-item {
    border-color: #B48B47;
  }
}
.header-menu .menu > li.current-menu-item > a {
  color: #B48B47;
}
.header-menu .menu > li.current-menu-item > a:after {
  background-image: url("../images/arrow-hover.svg");
}
.header-menu .menu > li.current-menu-item > a .submenu-toggle {
  background-image: url("../images/select-brown-arrow-bottom.svg");
}
@media (min-width: 1200px) {
  .header-menu .menu > li.current-menu-parent {
    border-color: #B48B47;
  }
}
.header-menu .menu > li.current-menu-parent > a {
  color: #B48B47;
}
.header-menu .menu > li.current-menu-parent > a:after {
  background-image: url("../images/arrow-hover.svg");
}
.header-menu .menu > li.current-menu-parent > a .submenu-toggle {
  background-image: url("../images/select-brown-arrow-bottom.svg");
}
@media (min-width: 1200px) {
  .header-menu .menu > li.current_page_ancestor {
    border-color: #B48B47;
  }
}
.header-menu .menu > li.current_page_ancestor > a {
  color: #B48B47;
}
.header-menu .menu > li.current_page_ancestor > a:after {
  background-image: url("../images/arrow-hover.svg");
}
.header-menu .menu > li.current_page_ancestor > a .submenu-toggle {
  background-image: url("../images/select-brown-arrow-bottom.svg");
}
.header-menu .menu > .menu-item-has-children > a:after {
  content: "";
  background-image: url("../images/arrow.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-flex;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .header-menu .menu > .menu-item-has-children > a:after {
    display: none;
  }
}
.header-menu .menu .sub-menu {
  flex-direction: column;
  padding: 20px;
  background: #ffffff;
  gap: 20px;
  border-bottom: 4px solid #B48B47;
  min-width: 240px;
}
@media (max-width: 1199px) {
  .header-menu .menu .sub-menu {
    position: static;
    float: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: none;
    padding: 0 0 0 30px;
    min-width: 100%;
  }
}
.header-menu .menu .sub-menu > .menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1199px) {
  .header-menu .menu .sub-menu > .menu-item-has-children > a {
    width: 100%;
    padding-right: 20px;
  }
}
.header-menu .menu .sub-menu > .menu-item-has-children > a::after {
  content: "";
  background-image: url("../images/arrow-grey.svg");
  width: 14px;
  height: 14px;
  display: inline-flex;
  transition: all 0.4s;
  transform: rotate(-90deg);
}
@media (max-width: 1199px) {
  .header-menu .menu .sub-menu > .menu-item-has-children > a::after {
    display: none;
  }
}
.header-menu .menu .sub-menu .menu-item-has-children:after {
  content: "";
  position: absolute;
  right: -50px;
  width: 50px;
  top: 0;
  bottom: 0;
  height: 40px;
  display: block;
}
.header-menu .menu .sub-menu li a {
  color: #000000;
  font-family: "Aeroport", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 1365px) and (min-width: 1200px) {
  .header-menu .menu .sub-menu li a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .header-menu .menu .sub-menu li a {
    padding: 10px 0;
  }
}
.header-menu .menu .sub-menu li a:hover {
  color: #B48B47;
}
.header-menu .menu .sub-menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  display: flex;
}
@media (max-width: 1199px) {
  .header-menu .menu .sub-menu li.menu-item-has-children:hover .sub-menu {
    display: none;
  }
}
.header-menu .menu .sub-menu .sub-menu {
  left: 116%;
  float: none;
  opacity: 0;
  visibility: hidden;
  display: flex;
  border-bottom: 0;
  display: none;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .header-menu .menu .sub-menu .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
.header-menu .menu .sub-menu .current-page-parent > a {
  color: #B48B47;
}
.header-menu .menu .sub-menu .current-page-parent > a:hover {
  color: #B48B47;
}
.header-menu .menu .sub-menu .current-page-parent > a:after {
  background-image: url("../images/arrow-hover.svg");
}
@media (max-width: 1199px) {
  .header-menu .menu .sub-menu .current-page-parent > a .submenu-toggle {
    background-image: url("../images/select-brown-arrow-bottom.svg");
  }
}
.header-menu .menu .sub-menu .current-menu-item > a {
  color: #B48B47;
}
.header-menu .menu .sub-menu .current-menu-item > a:hover {
  color: #B48B47;
}
.header-menu .menu .sub-menu .current-menu-item > a:after {
  background-image: url("../images/arrow-hover.svg");
}
@media (max-width: 1199px) {
  .header-menu .menu .sub-menu .current-menu-item > a .submenu-toggle {
    background-image: url("../images/select-brown-arrow-bottom.svg");
  }
}

@media (max-width: 1199px) {
  .header-logo {
    max-width: 170px;
  }
}
@media (max-width: 767px) {
  .header-logo {
    max-width: 150px;
  }
}

.humbergar-menu .menu-toggle {
  background: transparent;
  border: 0;
  box-shadow: none;
  height: 22px;
  padding: 0;
  cursor: pointer;
  display: none;
  font-size: 0;
  position: relative;
  z-index: 99;
}
@media (max-width: 1199px) {
  .humbergar-menu .menu-toggle {
    display: block;
  }
}
.humbergar-menu .menu-toggle .menuicon {
  transition-duration: 0s;
  transition-delay: 0.2s;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  border-radius: 2px;
  margin: auto;
}
.humbergar-menu .menu-toggle .menuicon:before {
  margin-top: -8px;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}
.humbergar-menu .menu-toggle .menuicon:after {
  margin-top: 8px;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}
.humbergar-menu .menu-toggle .menuicon::before, .humbergar-menu .menu-toggle .menuicon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  display: block;
}

@media (max-width: 1199px) {
  .menu-open {
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  .menu-open .header-lang {
    display: none;
  }
}
@media (max-width: 1199px) {
  .menu-open .header-menu .menu {
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.menu-open .humbergar-menu .menuicon {
  position: relative;
  background-color: transparent;
}
.menu-open .humbergar-menu .menuicon::before {
  background-color: #000000;
  margin-top: 0;
  transform: rotate(45deg);
  transition-delay: 0s, 0.2s;
}
.menu-open .humbergar-menu .menuicon:after {
  background-color: #000000;
  margin-top: 0;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.2s;
}

.footer-widgets {
  gap: 30px 0px;
  display: flex;
  flex-flow: wrap;
  padding-top: 80px;
  padding-bottom: 60px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 450px 1fr;
}
@media (max-width: 1679px) {
  .footer-widgets {
    grid-template-columns: 1fr 350px 1fr;
    padding-top: 60px;
  }
}
@media (max-width: 1365px) {
  .footer-widgets {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .footer-widgets {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .footer-widgets {
    display: flex;
    flex-flow: column;
    gap: 1.875rem;
  }
}
@media (max-width: 1200px) {
  .footer-widgets .footer-widget-area:nth-child(2) {
    grid-column: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
@media (max-width: 767px) {
  .footer-widgets .footer-widget-area:nth-child(2) {
    order: -1;
  }
}
.footer-widgets .footer-widget-area .footer-menu-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .footer-widgets .footer-widget-area .footer-menu-wrap {
    display: flex;
    flex-flow: column;
    gap: 30px;
    padding: 0;
  }
}
.footer-widgets .footer-content-wrap {
  padding: 0 60px;
}
@media (max-width: 1679px) {
  .footer-widgets .footer-content-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .footer-widgets .footer-content-wrap {
    padding: 0;
  }
}
.footer-widgets .footer-content-wrap .contet-col {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  gap: 20px;
}
@media (max-width: 1365px) {
  .footer-widgets .footer-content-wrap .contet-col {
    gap: 10px;
  }
}
.footer-widgets .footer-content-wrap .contet-col .box-col {
  width: 100%;
}
.footer-widgets .footer-content-wrap .contet-col .box-col:nth-child(1), .footer-widgets .footer-content-wrap .contet-col .box-col:nth-child(2) {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 1365px) {
  .footer-widgets .footer-content-wrap .contet-col .box-col:nth-child(1), .footer-widgets .footer-content-wrap .contet-col .box-col:nth-child(2) {
    width: 100%;
  }
}
.footer-widgets .footer-content-wrap .contet-col .box-col .icon-box {
  display: flex;
  gap: 10px;
  line-height: 140%;
}
.footer-widgets .footer-content-wrap .contet-col .box-col .icon-box img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex: 0 0 24px;
}
.footer-widgets .footer-content-wrap .contet-col .box-col .icon-box a {
  display: flex;
  gap: 10px;
  color: white;
}
.footer-widgets .footer-content-wrap .contet-col .box-col .icon-box a:hover {
  color: #B48B47;
}
.footer-widgets .footer-logo-wrap {
  position: relative;
  padding: 0 60px;
  text-align: center;
}
@media (max-width: 1679px) {
  .footer-widgets .footer-logo-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .footer-widgets .footer-logo-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .footer-widgets .footer-logo-wrap {
    text-align: left;
  }
}
.footer-widgets .footer-logo-wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  height: calc(100% - 78px);
  margin: auto;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  right: auto;
}
@media (max-width: 1200px) {
  .footer-widgets .footer-logo-wrap:before {
    display: none;
  }
}
.footer-widgets .footer-logo-wrap:after {
  content: "";
  position: absolute;
  inset: 0;
  height: calc(100% - 78px);
  margin: auto;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  left: auto;
  right: 0;
}
@media (max-width: 1200px) {
  .footer-widgets .footer-logo-wrap:after {
    display: none;
  }
}
.footer-widgets .footer-logo-wrap .footer-logo {
  width: 100%;
  max-width: 230px;
  margin: 0 auto 20px;
}
@media (max-width: 1679px) {
  .footer-widgets .footer-logo-wrap .footer-logo {
    max-width: 170px;
  }
}
@media (max-width: 767px) {
  .footer-widgets .footer-logo-wrap .footer-logo {
    margin: 0 0 20px;
  }
}
.footer-widgets .footer-logo-wrap .footer-info {
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}
.footer-widgets .footer-logo-wrap .kvk-col {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer-widgets .footer-logo-wrap .kvk-col {
    justify-content: flex-start;
  }
}

.site-footer {
  background-color: #2A4453;
  position: relative;
  color: white;
}
.site-footer .container {
  position: relative;
}
.site-footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site-footer .menu li a {
  color: #ffffff;
  font-family: "Aeroport", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  transition: all 0.5s;
}
@media (max-width: 1679px) {
  .site-footer .menu li a {
    font-size: 16px;
    line-height: 160%;
  }
}
.site-footer .menu li a:hover {
  color: #B48B47;
  transition: all 0.5s;
}
.site-footer .footer-title {
  letter-spacing: 0;
  line-height: 100%;
  margin-bottom: 20px;
  color: #B48B47;
  position: relative;
  display: flex;
  flex-flow: column;
  gap: 16px;
  font-size: 24px;
  line-height: 120%;
  gap: 10px;
}
.site-footer .footer-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #F4F3EE;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 1365px) {
  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
@media (max-width: 1679px) {
  .footer-bottom-inner {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .footer-bottom-inner {
    flex-flow: column;
    display: flex;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .footer-bottom-inner .grid-col {
    order: 3;
  }
}
.footer-bottom-inner .youvia-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}
.footer-bottom-inner .youvia-wrap .youvia-logo {
  background: #fff;
  padding: 7px 11px;
  display: flex;
  align-items: center;
}
.footer-bottom-inner .kv-col {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.footer-bottom-inner .kv-col iframe {
  transform: scale(0.9);
  transform-origin: center;
}
@media (max-width: 991px) {
  .footer-bottom-inner .kv-col iframe {
    transform: scale(0.8);
  }
}
.footer-bottom-inner .kv-col .img-box {
  width: 75px;
  height: 75px;
  flex: 0 0 75px;
}
.footer-bottom-inner .kv-col .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-bottom-inner .kv-col .contetn_info {
  line-height: 1;
  display: flex;
  flex-flow: column;
  gap: 5px;
  font-weight: 500;
}
.footer-bottom-inner .kv-col .contetn_info p {
  margin: 0;
}
.footer-bottom-inner .menu {
  flex-direction: row;
  gap: 32px;
}
@media (max-width: 991px) {
  .footer-bottom-inner .menu {
    gap: 14px;
    justify-content: center;
  }
}
.footer-bottom-inner .menu li {
  display: flex;
}
.footer-bottom-inner .menu li::after {
  content: "";
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  right: -16px;
  position: relative;
}
@media (max-width: 991px) {
  .footer-bottom-inner .menu li::after {
    right: -7px;
  }
}
.footer-bottom-inner .menu li:last-child::after {
  display: none;
}

.copyright {
  color: #ffffff;
  font-family: "Aeroport", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 1679px) {
  .copyright {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .copyright {
    text-align: center;
  }
}
.copyright p {
  color: #ffffff;
  font-family: "Aeroport", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 1679px) {
  .copyright p {
    font-size: 16px;
  }
}

.button-group {
  display: flex;
  flex-flow: wrap;
  gap: 20px 24px;
}

.btn {
  display: inline-flex;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-family: "Aeroport", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  outline: none;
  box-shadow: none;
  font-weight: 400;
  position: relative;
  top: 0;
  bottom: 0;
  text-transform: uppercase;
  min-height: 46px;
  background-color: #B48B47 !important;
  background-position: top, center;
  background-size: 100% 0% !important;
  background: linear-gradient(180deg, rgb(153, 113, 46) 50%, rgb(153, 113, 46) 50%);
  background-repeat: no-repeat;
  transition: background-size 0.5s, top 0.5s !important;
}
.btn:hover {
  color: #ffffff;
  top: -4px;
  background-position: bottom, center;
  background-size: 100% 100% !important;
  transition: background-size 0.5s, top 0.5s !important;
}
.btn.dark-btn {
  background-color: #2A4453 !important;
  background-position: top, center;
  background-size: 100% 0% !important;
  background: linear-gradient(180deg, rgb(9, 81, 96) 50%, rgb(9, 81, 96) 50%);
  background-repeat: no-repeat;
  transition: background-size 0.5s, top 0.5s !important;
}
.btn.dark-btn:hover {
  color: #ffffff;
  top: -4px;
  background-position: bottom, center;
  background-size: 100% 100% !important;
  transition: background-size 0.5s, top 0.5s !important;
}

.btn:hover {
  transition: background-size 0.5s, top 0.5s !important;
  -webkit-transition: background-size 0.5s, top 0.5s !important;
  -moz-transition: background-size 0.5s, top 0.5s !important;
  -ms-transition: background-size 0.5s, top 0.5s !important;
  -o-transition: background-size 0.5s, top 0.5s !important;
}

.banner-section {
  position: relative;
  padding-top: 358px;
  padding-bottom: 203px;
}
@media (max-width: 1439px) {
  .banner-section {
    padding-top: 258px;
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .banner-section {
    padding-top: 220px;
    padding-bottom: 100px;
  }
}
.banner-section:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 10.89%, rgba(0, 0, 0, 0.6) 23.39%);
  z-index: 1;
}
.banner-section .banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.banner-section .banner-wrap .banner-col {
  position: relative;
  z-index: 2;
  max-width: 962px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .banner-section .banner-wrap .banner-col {
    max-width: 732px;
  }
}
@media (max-width: 1200px) {
  .banner-section .banner-wrap .banner-col {
    max-width: 550px;
  }
}
@media (max-width: 991px) {
  .banner-section .banner-wrap .banner-col {
    max-width: 550px;
  }
}
.banner-section .banner-wrap .banner-col .title-wrap .title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
.banner-section .banner-wrap .banner-col .title-wrap .content-box {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 1439px) {
  .banner-section .banner-wrap .banner-col .title-wrap .content-box {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .banner-section .banner-wrap .banner-col .title-wrap .content-box {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .banner-section .banner-wrap .banner-col .title-wrap .content-box {
    font-size: 18px;
  }
}
.banner-section .banner-wrap .banner-col .title-wrap .button-group {
  margin-top: 40px;
  justify-content: center;
}
@media (max-width: 767px) {
  .banner-section .banner-wrap .banner-col .tooltip-box {
    display: none !important;
  }
}
.banner-section .banner-wrap .banner-col .tooltip-box.top-box {
  position: absolute;
  top: -168px;
  left: auto;
  right: 0;
}
@media (max-width: 1439px) {
  .banner-section .banner-wrap .banner-col .tooltip-box.top-box {
    top: -116px;
  }
}
@media (max-width: 991px) {
  .banner-section .banner-wrap .banner-col .tooltip-box.top-box {
    right: 50px;
  }
}
.banner-section .banner-wrap .banner-col .tooltip-box.center-box {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .banner-section .banner-wrap .banner-col .tooltip-box.center-box {
    top: 60px;
  }
}
.banner-section .banner-wrap .banner-col .tooltip-box.bottom-box {
  position: absolute;
  top: 100%;
  left: calc(50% + 260px);
  right: 0;
}
@media (max-width: 991px) {
  .banner-section .banner-wrap .banner-col .tooltip-box.bottom-box {
    left: calc(50% + 150px);
  }
}
.banner-section .banner-wrap .banner-col .tooltip-box .card-wrap {
  position: relative;
  padding-bottom: 20px;
  z-index: 2;
}
.banner-section .banner-wrap .banner-col .tooltip-box .card-wrap .tooltip-info {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.banner-section .banner-wrap .banner-col .tooltip-box .card-wrap:hover .tooltip-info {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.banner-section .banner-wrap .banner-col .tooltip-box .icon-box {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  position: relative;
  cursor: pointer;
}
.banner-section .banner-wrap .banner-col .tooltip-box .icon-box:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #ffffff;
  inset: 0;
  position: absolute;
  border-radius: 18px;
  margin: auto;
}
.banner-section .banner-wrap .banner-col .tooltip-box .tooltip-info {
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 20px;
  width: 253px;
  height: 130px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 100%;
  left: -116px;
  right: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .banner-section .banner-wrap .banner-col .tooltip-box .tooltip-info {
    left: -80px;
    width: 200px;
    height: 91px;
  }
}
.banner-section .banner-wrap .banner-col .tooltip-box .tooltip-info .img-box {
  width: 110px;
  height: 110px;
  flex: 0 0 110px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .banner-section .banner-wrap .banner-col .tooltip-box .tooltip-info .img-box {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
  }
}
.banner-section .banner-wrap .banner-col .tooltip-box .tooltip-info .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-section .banner-wrap .banner-col .tooltip-box .tooltip-info .card-title {
  color: #ffffff;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.img-text-section {
  position: relative;
}
.img-text-section .img-text-wrap {
  display: flex;
  gap: 30px 161px;
  align-items: center;
}
@media (max-width: 1679px) {
  .img-text-section .img-text-wrap {
    gap: 30px 80px;
  }
}
@media (max-width: 1439px) {
  .img-text-section .img-text-wrap {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .img-text-section .img-text-wrap {
    flex-flow: wrap;
  }
}
.img-text-section .img-text-wrap .left-col {
  width: 54.1%;
  padding-right: 20px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .img-text-section .img-text-wrap .left-col {
    width: calc(100% - 40px);
    position: relative;
    margin: 0 auto;
  }
}
.img-text-section .img-text-wrap .left-col:before {
  content: "";
  position: absolute;
  background-color: #B48B47;
  width: 656px;
  height: 620px;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 1439px) {
  .img-text-section .img-text-wrap .left-col:before {
    width: calc(100% - 30px);
  }
}
@media (max-width: 991px) {
  .img-text-section .img-text-wrap .left-col:before {
    height: 400px;
    width: calc(100% - 20px);
  }
}
@media (max-width: 640px) {
  .img-text-section .img-text-wrap .left-col:before {
    height: 350px;
  }
}
.img-text-section .img-text-wrap .left-col .img-box {
  position: relative;
  z-index: 2;
}
.img-text-section .img-text-wrap .left-col .img-box img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .img-text-section .img-text-wrap .left-col .img-box img {
    height: 400px;
  }
}
@media (max-width: 640px) {
  .img-text-section .img-text-wrap .left-col .img-box img {
    height: 350px;
  }
}
.img-text-section .img-text-wrap .right-col {
  width: 45.9%;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .img-text-section .img-text-wrap .right-col {
    width: 100%;
    padding-left: 20px;
  }
}
.img-text-section .img-text-wrap .right-col .richtext-box {
  width: 100%;
  max-width: 635px;
}
@media (max-width: 991px) {
  .img-text-section .img-text-wrap .right-col .richtext-box {
    max-width: 100%;
  }
}
.img-text-section .img-text-wrap .content-box {
  margin-top: 20px;
  color: #3F3F3F;
}
.img-text-section .img-text-wrap .content-box p {
  margin-bottom: 20px;
}
.img-text-section .img-text-wrap .button-group {
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .img-text-section .img-text-wrap .button-group {
    margin-top: 20px;
  }
}

.counter-section {
  position: relative;
}
.counter-section::before {
  content: "";
  position: absolute;
  top: 0;
  background-color: #F4F3EE;
  left: 0;
  right: 0;
  width: 100%;
  height: 206px;
}
.counter-section .counter-wrap .counter-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .counter-section .counter-wrap .counter-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .counter-section .counter-wrap .counter-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.counter-section .counter-wrap .counter-list .counter-item {
  background-color: #F4F3EE;
  border: 2px solid rgba(180, 139, 71, 0.2);
  padding: 40px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1439px) {
  .counter-section .counter-wrap .counter-list .counter-item {
    padding: 20px;
    padding-bottom: 100px;
  }
}
.counter-section .counter-wrap .counter-list .counter-item .num-col {
  font-size: 60px;
  line-height: 1;
  font-weight: 500;
  color: #2A4453;
  font-family: "Aeroport", sans-serif;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1439px) {
  .counter-section .counter-wrap .counter-list .counter-item .num-col {
    margin-bottom: 25px;
    font-size: 48px;
  }
}
.counter-section .counter-wrap .counter-list .counter-item .title-wrap {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.counter-section .counter-wrap .counter-list .counter-item .title-wrap .title {
  color: #000000;
  line-height: 140%;
  hyphens: auto;
  word-break: break-word;
}
.counter-section .counter-wrap .counter-list .counter-item .content-box {
  position: relative;
  z-index: 1;
  color: #3F3F3F;
  line-height: 150%;
}
.counter-section .counter-wrap .counter-list .counter-item .bg-num {
  font-size: 192px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  font-family: "GT Super Txt Trial Md";
  color: #2A4453;
  opacity: 0.1;
  z-index: 0;
  font-weight: 500;
  top: auto;
  width: 100%;
  text-align: right;
  height: fit-content;
  line-height: 27%;
}
.counter-section .counter-wrap .counter-list .counter-item:first-child {
  background-color: #B48B47;
}
.counter-section .counter-wrap .counter-list .counter-item:first-child .num-col {
  color: #F4F3EE;
}
.counter-section .counter-wrap .counter-list .counter-item:first-child .title-wrap .title {
  color: #F4F3EE;
}
.counter-section .counter-wrap .counter-list .counter-item:first-child .content-box {
  color: #F4F3EE;
}
.counter-section .counter-wrap .counter-list .counter-item:first-child .bg-num {
  color: #ffffff;
}