@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
*,
::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: 1700px;
  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: 100px;
  padding-bottom: 100px;
}
@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: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .sub-title {
    font-size: 18px;
  }
}

.title span {
  background-image: url("/wp-content/uploads/2026/01/text-line.svg");
  background-size: cover;
  padding: 8px;
}

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

a {
  color: #345605;
  text-decoration: none;
  transition: all 0.4s;
}
a:hover {
  color: #000000;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

ul:not(.menu, .sub-menu, .slick-dots) li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
  line-height: 1;
}
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: 5px;
  background-color: #345605;
  width: 8px;
  height: 8px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

ol:not(.menu, .sub-menu, .slick-dots) {
  list-style: none;
  padding-left: 0;
}
ol:not(.menu, .sub-menu, .slick-dots) li {
  position: relative;
  padding-left: 0;
  margin-bottom: 16px;
  line-height: 1;
  list-style: none;
  counter-increment: decimal-counter;
  display: flex;
  gap: 8px;
}
ol:not(.menu, .sub-menu, .slick-dots) li:last-child {
  margin-bottom: 0;
}
ol:not(.menu, .sub-menu, .slick-dots) li::before {
  content: counter(decimal-counter);
  inset: 0;
  top: 5px;
  color: #345605;
  min-width: 16px;
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "DM Sans", sans-serif;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.35) !important;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.35) !important;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.35) !important;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.35) !important;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.35) !important;
}

.relative {
  position: relative;
}

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

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

.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: #345605;
}

.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: #345605;
}

.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: #F9F9F9;
  transition: all 0.5s;
}
.slick-dot-style .slick-dots li.slick-active {
  background-color: #345605;
  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: #F9F9F9;
  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: #345605;
  max-width: 30px;
}

.slick-arrow {
  background-color: rgba(255, 255, 255, 0);
  width: 40px;
  height: 40px;
  border: 0;
  box-shadow: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: 30px;
  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='30' height='20' viewBox='0 0 30 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_842_125)'%3E%3Cpath d='M0.198278 9.51931L7.0163 2.70122C7.26122 2.41523 7.69164 2.38189 7.97763 2.62687C8.26362 2.87179 8.29696 3.30221 8.05199 3.5882C8.02914 3.61486 8.00429 3.63976 7.97763 3.66256L2.32549 9.32156H29.3182C29.6947 9.32156 30 9.62683 30 10.0034C30 10.38 29.6947 10.6852 29.3182 10.6852H2.32549L7.97763 16.3373C8.26362 16.5823 8.29696 17.0127 8.05199 17.2987C7.80701 17.5847 7.37665 17.618 7.09066 17.373C7.064 17.3502 7.0391 17.3253 7.0163 17.2987L0.198219 10.4806C-0.0660915 10.2147 -0.0660915 9.78526 0.198278 9.51931Z' fill='%232A4453'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_842_125'%3E%3Crect width='30' height='20' fill='white' transform='matrix(-1 0 0 1 30 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  z-index: 3;
  left: 40px;
  border-radius: 0 !important;
  cursor: pointer;
}
@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-image: url("data:image/svg+xml,%3Csvg width='30' height='20' viewBox='0 0 30 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_842_125)'%3E%3Cpath d='M0.198278 9.51931L7.0163 2.70122C7.26122 2.41523 7.69164 2.38189 7.97763 2.62687C8.26362 2.87179 8.29696 3.30221 8.05199 3.5882C8.02914 3.61486 8.00429 3.63976 7.97763 3.66256L2.32549 9.32156H29.3182C29.6947 9.32156 30 9.62683 30 10.0034C30 10.38 29.6947 10.6852 29.3182 10.6852H2.32549L7.97763 16.3373C8.26362 16.5823 8.29696 17.0127 8.05199 17.2987C7.80701 17.5847 7.37665 17.618 7.09066 17.373C7.064 17.3502 7.0391 17.3253 7.0163 17.2987L0.198219 10.4806C-0.0660915 10.2147 -0.0660915 9.78526 0.198278 9.51931Z' fill='%23B48B47'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_842_125'%3E%3Crect width='30' height='20' fill='white' transform='matrix(-1 0 0 1 30 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

button.slick-next.slick-arrow {
  left: auto;
  right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='20' viewBox='0 0 30 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_842_122)'%3E%3Cpath d='M29.8017 9.51931L22.9837 2.70122C22.7388 2.41523 22.3084 2.38189 22.0224 2.62687C21.7364 2.87179 21.703 3.30221 21.948 3.5882C21.9709 3.61486 21.9957 3.63976 22.0224 3.66256L27.6745 9.32156H0.681785C0.305268 9.32156 0 9.62683 0 10.0034C0 10.38 0.305268 10.6852 0.681785 10.6852H27.6745L22.0224 16.3373C21.7364 16.5823 21.703 17.0127 21.948 17.2987C22.193 17.5847 22.6234 17.618 22.9093 17.373C22.936 17.3502 22.9609 17.3253 22.9837 17.2987L29.8018 10.4806C30.0661 10.2147 30.0661 9.78526 29.8017 9.51931Z' fill='%232A4453'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_842_122'%3E%3Crect width='30' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%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='30' height='20' viewBox='0 0 30 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_842_122)'%3E%3Cpath d='M29.8017 9.51931L22.9837 2.70122C22.7388 2.41523 22.3084 2.38189 22.0224 2.62687C21.7364 2.87179 21.703 3.30221 21.948 3.5882C21.9709 3.61486 21.9957 3.63976 22.0224 3.66256L27.6745 9.32156H0.681785C0.305268 9.32156 0 9.62683 0 10.0034C0 10.38 0.305268 10.6852 0.681785 10.6852H27.6745L22.0224 16.3373C21.7364 16.5823 21.703 17.0127 21.948 17.2987C22.193 17.5847 22.6234 17.618 22.9093 17.373C22.936 17.3502 22.9609 17.3253 22.9837 17.2987L29.8018 10.4806C30.0661 10.2147 30.0661 9.78526 29.8017 9.51931Z' fill='%23B48B47'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_842_122'%3E%3Crect width='30' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.group-slick-arrow .slick-arrow {
  top: calc(50% + 150px);
  left: auto;
  right: 582px;
}
@media (max-width: 991px) {
  .group-slick-arrow .slick-arrow {
    top: auto;
    left: calc(50% - 30px);
    right: auto;
    bottom: 0px;
  }
}
.group-slick-arrow .slick-arrow.slick-next {
  right: 522px;
}
@media (max-width: 991px) {
  .group-slick-arrow .slick-arrow.slick-next {
    right: auto;
    left: calc(50% + 30px);
  }
}

.dark-slick-arrow .slick-arrow {
  background-color: #345605;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='20' viewBox='0 0 30 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_842_125)'%3E%3Cpath d='M0.198278 9.51931L7.0163 2.70122C7.26122 2.41523 7.69164 2.38189 7.97763 2.62687C8.26362 2.87179 8.29696 3.30221 8.05199 3.5882C8.02914 3.61486 8.00429 3.63976 7.97763 3.66256L2.32549 9.32156H29.3182C29.6947 9.32156 30 9.62683 30 10.0034C30 10.38 29.6947 10.6852 29.3182 10.6852H2.32549L7.97763 16.3373C8.26362 16.5823 8.29696 17.0127 8.05199 17.2987C7.80701 17.5847 7.37665 17.618 7.09066 17.373C7.064 17.3502 7.0391 17.3253 7.0163 17.2987L0.198219 10.4806C-0.0660915 10.2147 -0.0660915 9.78526 0.198278 9.51931Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_842_125'%3E%3Crect width='30' height='20' fill='white' transform='matrix(-1 0 0 1 30 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 20px;
}
.dark-slick-arrow .slick-arrow:hover {
  background-color: #000000;
}
.dark-slick-arrow .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='20' viewBox='0 0 30 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_842_122)'%3E%3Cpath d='M29.8017 9.51931L22.9837 2.70122C22.7388 2.41523 22.3084 2.38189 22.0224 2.62687C21.7364 2.87179 21.703 3.30221 21.948 3.5882C21.9709 3.61486 21.9957 3.63976 22.0224 3.66256L27.6745 9.32156H0.681785C0.305268 9.32156 0 9.62683 0 10.0034C0 10.38 0.305268 10.6852 0.681785 10.6852H27.6745L22.0224 16.3373C21.7364 16.5823 21.703 17.0127 21.948 17.2987C22.193 17.5847 22.6234 17.618 22.9093 17.373C22.936 17.3502 22.9609 17.3253 22.9837 17.2987L29.8018 10.4806C30.0661 10.2147 30.0661 9.78526 29.8017 9.51931Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_842_122'%3E%3Crect width='30' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%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;
}

.single-post article .entry-content {
  display: flex;
  flex-flow: column;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.single-post .entry-content {
  margin-top: 16px;
  color: #000000;
}
.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.2 !important;
  margin-bottom: 20px;
  margin-top: 26px;
  font-weight: 700;
  color: #000000;
  hyphens: auto;
  word-break: break-word;
}
.single-post .entry-content .pre--icon {
  font-size: 14px;
  line-height: 140%;
  padding-left: 28px;
  background-image: url(/wp-content/uploads/2025/12/Reply.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  margin-bottom: 24px;
  color: #999999;
}
.single-post .entry-content .pre--icon a {
  color: #999999;
}
.single-post .entry-content ul {
  margin-bottom: 20px;
  line-height: 1;
}
.single-post .entry-content ol li {
  margin-bottom: 16px;
  line-height: 1;
}

.page-template-default h1.entry-title {
  hyphens: auto;
  word-break: break-word;
}
.page-template-default .site-main {
  padding-top: 180px;
  padding-bottom: 80px;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .page-template-default .site-main {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .page-template-default .site-main {
    padding-bottom: 40px;
  }
}
.page-template-default .entry-content {
  margin-top: 16px;
  color: #000000;
}
.page-template-default .entry-content h1, .page-template-default .entry-content .h1, .page-template-default .entry-content h2, .page-template-default .entry-content .h2, .page-template-default .entry-content h3, .page-template-default .entry-content .h3, .page-template-default .entry-content h4, .page-template-default .entry-content .h4, .page-template-default .entry-content h5, .page-template-default .entry-content .h5 h6, .page-template-default .entry-content .h6 {
  line-height: 1.2 !important;
  margin-bottom: 20px !important;
  margin-top: 26px !important;
  hyphens: auto;
  word-break: break-word;
  font-weight: 700;
  color: #000000;
}
.page-template-default .entry-content .wp-block-details {
  box-sizing: border-box;
  margin-bottom: 16px;
  border: 1px solid #ececec;
  padding: 10px 20px;
  border-radius: 10px;
}
.page-template-default .entry-content ul {
  margin-bottom: 20px;
}
.page-template-default .entry-content ol li {
  margin-bottom: 16px;
}

/*-------------------- BTN SCROLL ----------------------*/
.bottom-to-top-btn {
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 30px;
  right: 40px;
  background-color: #345605;
  background-image: url(/wp-content/uploads/2025/12/scroll-top-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  text-align: center;
  transition: 400ms;
  z-index: 9;
  border: 0;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1200px) {
  .bottom-to-top-btn {
    width: 40px;
    height: 40px;
    right: 30px;
    background-size: 20px;
  }
}
@media (max-width: 991px) {
  .bottom-to-top-btn {
    right: 20px;
  }
}
.bottom-to-top-btn:hover {
  background-color: #000000;
}
.bottom-to-top-btn.visible {
  opacity: 1;
  visibility: visible;
  transition: all 1000ms;
}

.footer-call-btn-wrap {
  position: fixed;
  left: 40px;
  top: auto;
  bottom: 30px;
  background: #ffffff;
  border: 2px solid #345605;
  padding: 12px 10px;
  transition: all 0.5s;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .footer-call-btn-wrap {
    padding: 0;
    left: 20px;
    border: 0;
  }
}
.footer-call-btn-wrap:hover {
  transition: all 0.5s;
  border: 2px solid #000000;
}
.footer-call-btn-wrap:hover .call-icon {
  background-color: #000000;
  transition: all 0.5s;
}
.footer-call-btn-wrap a {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 991px) {
  .footer-call-btn-wrap a {
    gap: 0;
  }
}
.footer-call-btn-wrap .call-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #345605;
  background-image: url(/wp-content/uploads/2025/12/call-30x30-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  transition: all 0.5s;
}
.footer-call-btn-wrap .call-title {
  color: #F7FFD5;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  .footer-call-btn-wrap .call-title {
    font-size: 0;
  }
}
.footer-call-btn-wrap .call-num {
  color: #F7FFD5;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 991px) {
  .footer-call-btn-wrap .call-num {
    font-size: 0;
  }
}

.whatsapp-btn-wrap {
  width: 50px;
  height: 50px;
  background: #345605;
  position: fixed;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .whatsapp-btn-wrap {
    right: 20px;
  }
}
.whatsapp-btn-wrap:hover {
  background: #000000;
  transition: all 0.5s;
}
.whatsapp-btn-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.show-call-btn .footer-call-btn-wrap {
  opacity: 1;
  visibility: visible;
}
.show-call-btn .whatsapp-btn-wrap {
  opacity: 1;
  visibility: visible;
}

.wp-gr .grw-header {
  display: none !important;
}

.wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  flex-flow: wrap;
  row-gap: 60px;
  align-items: center;
}

.wp-gr .wp-google-text {
  color: #ffffff !important;
  font-size: 20px !important;
  line-height: 180% !important;
  font-family: "DM Sans", sans-serif !important;
}

.wp-gr .grw-review {
  padding: 0 !important;
}

.wp-gr .grw-review-inner > svg {
  display: none !important;
}

.wp-gr .wp-google-wrap {
  order: -1;
  position: relative !important;
  padding-top: 42px !important;
}

.wp-google-wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 80px;
  height: 80px;
  background-image: url(/wp-content/uploads/2025/12/quote-right-fill.svg);
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat;
}

.wp-gr .grw-review .wp-google-stars {
  margin-left: auto !important;
}

.wp-gr .grw-review .wp-google-left {
  width: calc(100% - 109px) !important;
}

.wp-gr.wpac .wp-google-left img {
  width: 50px !important;
  height: 50px !important;
}

.wp-gr.wpac a.wp-google-name {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  font-family: "DM Sans", sans-serif !important;
  white-space: nowrap !important;
}

.wp-gr .wp-google-time {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: "DM Sans", sans-serif !important;
  line-height: 140% !important;
  white-space: nowrap !important;
}

.wp-gr[data-layout=slider] .grw-reviews {
  gap: calc(var(--card-gap, 121px) - var(--rev-padding)) !important;
  position: relative !important;
}

.wp-gr .grw-row-l .grw-review, .wp-gr .grw-row-m .grw-header, .wp-gr .grw-row-m .grw-review {
  --gap: 2 !important;
  --col: 3 !important;
}

.wp-gr .grw-review {
  -ms-flex: 1 0 calc((100% - var(--card-gap, 121px) * var(--gap, 2)) / var(--col, 2)) !important;
  flex: 1 0 calc((100% - var(--card-gap, 121px) * var(--gap, 2)) / var(--col, 2)) !important;
  width: calc((100% - var(--card-gap, 121px) * var(--gap, 2)) / var(--col, 2)) !important;
}

.wp-gr[data-layout=slider] .grw-review:before {
  content: "";
  position: absolute;
  inset: 0;
  left: auto;
  width: 1px;
  height: calc(100% - 42px);
  background: #C4C4C4;
  right: -60px;
  top: auto;
}

.wp-gr[data-layout=slider] .grw-review:last-child::before {
  display: none;
}

@media (max-width: 1200px) {
  .wp-gr[data-layout=slider] .grw-reviews {
    gap: calc(var(--card-gap, 61px) - var(--rev-padding)) !important;
    position: relative !important;
  }
  .wp-gr .grw-review {
    -ms-flex: 1 0 calc((100% - var(--card-gap, 61px) * var(--gap, 2)) / var(--col, 3)) !important;
    flex: 1 0 calc((100% - var(--card-gap, 61px) * var(--gap, 2)) / var(--col, 3)) !important;
    width: calc((100% - var(--card-gap, 61px) * var(--gap, 2)) / var(--col, 3)) !important;
  }
  .wp-gr[data-layout=slider] .grw-review:before {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
    flex-flow: column;
    row-gap: 20px;
  }
  .wp-gr .grw-review .wp-google-left {
    width: 100% !important;
  }
  .wp-gr .grw-review .wp-google-stars {
    margin-left: 0 !important;
  }
}
.gform_title {
  margin-bottom: 0;
}

.gform_required_legend {
  display: none !important;
}

.gform-theme form {
  margin-top: 24px;
}

.gform-theme .gfield_label.gform-field-label,
.gform-theme--foundation .gfield {
  font-size: 16px;
  color: white;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.32;
  margin-left: 0 !important;
}

.gform-theme span.ginput_preview {
  margin-bottom: 16px;
  display: block;
}

.gform-theme--framework input:not([type=checkbox], [type=radio]), .gform-theme--framework textarea,
.gform-theme--framework select {
  border-color: #ffffff !important;
  padding: 14px 16px !important;
  height: 48px !important;
  border-radius: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
  font-family: "DM Sans", sans-serif !important;
  background-color: transparent !important;
  color: white !important;
}

.gform-theme--framework select {
  background-image: url(/wp-content/uploads/2025/12/down-arrow.svg) !important;
  background-size: 16px !important;
}

.gform-theme--framework input:focus,
.gform-theme--framework textarea:focus,
.gform-theme--framework select:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: #ffffff !important;
}

.gform_validation_errors {
  display: none !important;
}

.gform-theme--api, .gform-theme--foundation {
  --gf-form-gap-x: 24px !important;
  --gf-form-gap-y: 24px !important;
}

.gform-theme--foundation .gform_fields {
  --gf-form-gap-x: 24px !important;
  --gf-form-gap-y: 24px !important;
}

.gform-theme input[type=submit], .gform-theme input.button {
  display: inline-flex !important;
  padding: 12px 30px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 6px !important;
  color: #ffffff !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  font-weight: 400 !important;
  position: relative !important;
  top: 0 !important;
  bottom: 0 !important;
  text-transform: uppercase !important;
  min-height: 46px !important;
  background-color: #345605 !important;
  background-position: top, center !important;
  background-size: 100% 0% !important;
  background: linear-gradient(180deg, rgb(153, 113, 46) 50%, rgb(153, 113, 46) 50%);
  background-repeat: no-repeat !important;
  transition: background-size 0.5s, top 0.5s !important;
  border-radius: 0 !important;
  border: 0 !important;
  height: auto !important;
}
.gform-theme input[type=submit]:hover, .gform-theme input.button:hover {
  color: #ffffff !important;
  top: -2px !important;
  background-position: bottom, center !important;
  background-size: 100% 100% !important;
  transition: background-size 0.5s, top 0.5s !important;
}

.gform_confirmation_message {
  border: 1px solid green !important;
  color: green !important;
  padding: 15px !important;
  border-radius: 7px !important;
  text-align: center !important;
  font-weight: 500 !important;
}

.gform-theme--foundation .gfield textarea.large {
  min-block-size: 7rem !important;
}

.gform-theme--framework .gfield--type-choice .gfield_checkbox,
.gform-theme--framework .gfield--type-choice .gfield_radio {
  flex-flow: wrap !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1439px) {
  .gform-theme--framework .gfield--type-choice .gfield_checkbox,
  .gform-theme--framework .gfield--type-choice .gfield_radio {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .gform-theme--framework .gfield--type-choice .gfield_checkbox,
  .gform-theme--framework .gfield--type-choice .gfield_radio {
    grid-template-columns: 1fr;
  }
}

.gform-theme--framework .gfield--type-choice .gfield_checkbox:has(:only-child),
.gform-theme--framework .gfield--type-choice .gfield_radio:has(:only-child) {
  display: flex !important;
}

.gform-theme--framework .gform-field-label--type-inline {
  color: #fff !important;
}

.gform-theme--framework .gfield--type-choice .gfield_checkbox input[type=checkbox] {
  border-radius: 0 !important;
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice .gform-field-label {
  color: #000 !important;
}

.gform-theme--api, .gform-theme--framework {
  --gf-field-pg-prog-bar-bg-color-blue: #b48b47 !important;
}

.gform-theme--framework .gf_progressbar {
  background-color: rgba(255, 255, 255, 0.15) !important;
}

.gform-theme--framework .gf_progressbar_title, .gform-theme--framework .gf_step_label, .gform-theme--framework .gf_step_number {
  --gf-local-color: #ffffff !important;
  font-weight: 500 !important;
}

.gform-theme--framework .gf_progressbar_title {
  font-family: "DM Sans", sans-serif !important;
  font-size: 20px !important;
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after {
  background-color: #b48b47 !important;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  gap: 0 !important;
  width: 17px !important;
  height: 17px !important;
  border-color: #000 !important;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  background-color: #b48b47 !important;
}

.gform-theme--framework .gfield--type-image_choice .gchoice {
  align-self: unset !important;
}

.gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  margin-inline: 5px !important;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  color: #b48b47 !important;
}

.gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-local-color: #ffffff !important;
}

.gform-theme--framework .gf_page_steps, .gform-theme--framework .gf_progressbar_wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 25px;
}

.gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: red !important;
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within, .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:focus-within .gfield-choice-image-wrapper {
  box-shadow: unset !important;
  outline: none !important;
}

/*
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: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-Black.eot");
  src: url("../fonts/DMSans-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Black.woff2") format("woff2"), url("../fonts/DMSans-Black.woff") format("woff"), url("../fonts/DMSans-Black.ttf") format("truetype"), url("../fonts/DMSans-Black.svg#DMSans-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-BlackItalic.eot");
  src: url("../fonts/DMSans-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-BlackItalic.woff2") format("woff2"), url("../fonts/DMSans-BlackItalic.woff") format("woff"), url("../fonts/DMSans-BlackItalic.ttf") format("truetype"), url("../fonts/DMSans-BlackItalic.svg#DMSans-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-LightItalic.eot");
  src: url("../fonts/DMSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-LightItalic.woff2") format("woff2"), url("../fonts/DMSans-LightItalic.woff") format("woff"), url("../fonts/DMSans-LightItalic.ttf") format("truetype"), url("../fonts/DMSans-LightItalic.svg#DMSans-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-BoldItalic.eot");
  src: url("../fonts/DMSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-BoldItalic.woff2") format("woff2"), url("../fonts/DMSans-BoldItalic.woff") format("woff"), url("../fonts/DMSans-BoldItalic.ttf") format("truetype"), url("../fonts/DMSans-BoldItalic.svg#DMSans-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-ExtraBold.eot");
  src: url("../fonts/DMSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-ExtraBold.woff2") format("woff2"), url("../fonts/DMSans-ExtraBold.woff") format("woff"), url("../fonts/DMSans-ExtraBold.ttf") format("truetype"), url("../fonts/DMSans-ExtraBold.svg#DMSans-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-Italic.eot");
  src: url("../fonts/DMSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Italic.woff2") format("woff2"), url("../fonts/DMSans-Italic.woff") format("woff"), url("../fonts/DMSans-Italic.ttf") format("truetype"), url("../fonts/DMSans-Italic.svg#DMSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-Light.eot");
  src: url("../fonts/DMSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Light.woff2") format("woff2"), url("../fonts/DMSans-Light.woff") format("woff"), url("../fonts/DMSans-Light.ttf") format("truetype"), url("../fonts/DMSans-Light.svg#DMSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-Bold.eot");
  src: url("../fonts/DMSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Bold.woff2") format("woff2"), url("../fonts/DMSans-Bold.woff") format("woff"), url("../fonts/DMSans-Bold.ttf") format("truetype"), url("../fonts/DMSans-Bold.svg#DMSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-ExtraLight.eot");
  src: url("../fonts/DMSans-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-ExtraLight.woff2") format("woff2"), url("../fonts/DMSans-ExtraLight.woff") format("woff"), url("../fonts/DMSans-ExtraLight.ttf") format("truetype"), url("../fonts/DMSans-ExtraLight.svg#DMSans-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-ExtraLightItalic.eot");
  src: url("../fonts/DMSans-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-ExtraLightItalic.woff2") format("woff2"), url("../fonts/DMSans-ExtraLightItalic.woff") format("woff"), url("../fonts/DMSans-ExtraLightItalic.ttf") format("truetype"), url("../fonts/DMSans-ExtraLightItalic.svg#DMSans-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-ExtraBoldItalic.eot");
  src: url("../fonts/DMSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/DMSans-ExtraBoldItalic.woff") format("woff"), url("../fonts/DMSans-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/DMSans-ExtraBoldItalic.svg#DMSans-ExtraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-Medium.eot");
  src: url("../fonts/DMSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Medium.woff2") format("woff2"), url("../fonts/DMSans-Medium.woff") format("woff"), url("../fonts/DMSans-Medium.ttf") format("truetype"), url("../fonts/DMSans-Medium.svg#DMSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-Thin.eot");
  src: url("../fonts/DMSans-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Thin.woff2") format("woff2"), url("../fonts/DMSans-Thin.woff") format("woff"), url("../fonts/DMSans-Thin.ttf") format("truetype"), url("../fonts/DMSans-Thin.svg#DMSans-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-Regular.eot");
  src: url("../fonts/DMSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Regular.woff2") format("woff2"), url("../fonts/DMSans-Regular.woff") format("woff"), url("../fonts/DMSans-Regular.ttf") format("truetype"), url("../fonts/DMSans-Regular.svg#DMSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-SemiBold.eot");
  src: url("../fonts/DMSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-SemiBold.woff2") format("woff2"), url("../fonts/DMSans-SemiBold.woff") format("woff"), url("../fonts/DMSans-SemiBold.ttf") format("truetype"), url("../fonts/DMSans-SemiBold.svg#DMSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-ThinItalic.eot");
  src: url("../fonts/DMSans-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-ThinItalic.woff2") format("woff2"), url("../fonts/DMSans-ThinItalic.woff") format("woff"), url("../fonts/DMSans-ThinItalic.ttf") format("truetype"), url("../fonts/DMSans-ThinItalic.svg#DMSans-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-MediumItalic.eot");
  src: url("../fonts/DMSans-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-MediumItalic.woff2") format("woff2"), url("../fonts/DMSans-MediumItalic.woff") format("woff"), url("../fonts/DMSans-MediumItalic.ttf") format("truetype"), url("../fonts/DMSans-MediumItalic.svg#DMSans-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-SemiBoldItalic.eot");
  src: url("../fonts/DMSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/DMSans-SemiBoldItalic.woff") format("woff"), url("../fonts/DMSans-SemiBoldItalic.ttf") format("truetype"), url("../fonts/DMSans-SemiBoldItalic.svg#DMSans-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/**
 * Basic typography style for copy text
 */
body {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #666666;
  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: "DM Sans", sans-serif;
  color: #000000;
  margin-bottom: 20px;
  line-height: 120%;
  font-weight: 700;
}
@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: 72px;
  line-height: 130%;
}
@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: 46px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@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: 99;
}

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

.header-main {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  padding: 20px 50px;
  display: grid;
  grid-template-columns: 360px 1fr 360px;
  align-items: center;
}
@media (max-width: 1199px) {
  .header-main {
    display: flex;
    gap: 15px;
  }
}
.site-branding {
  display: flex;
  line-height: 0;
}
.site-branding .header-logo {
  max-width: 305px;
}

.submenu-toggle {
  background-image: url("../images/arrow.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1199px) {
  .submenu-toggle {
    display: block;
    background-image: url("../images/arrow.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: 0;
  width: fit-content;
  margin: 0 auto;
  padding: 10px;
  border-radius: 999px;
  position: relative;
}
.header-menu .menu:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(119.02deg, rgba(52, 86, 5, 0) 95.66%, #ffffff 97.55%), linear-gradient(40.72deg, #ffffff 0.52%, rgba(52, 86, 5, 0) 8.11%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: 999px;
  filter: blur(15px);
  z-index: 0;
}
.header-menu .menu::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  border-radius: 999px;
}
@media (max-width: 1199px) {
  .header-menu .menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate3d(-101%, 0, 0);
    background: #ffffff;
    transition: all 0.3s;
    z-index: 99;
    display: block;
    padding-top: 90px;
    height: 100vh;
  }
}
.header-menu .menu li.submenu-open > a .submenu-toggle {
  transform: rotate(180deg);
  background-image: url("../images/select-brown-arrow-bottom.svg");
}
.header-menu .menu > li > a {
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 100%;
  position: relative;
  top: 0;
  padding: 10px 16px;
  background-color: transparent;
  border-radius: 41px;
}
@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 {
  background-color: #A7B669;
}
.header-menu .menu > li > a.selected {
  background-color: #A7B669;
}
.header-menu .menu > li > a.selected .submenu-toggle {
  transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .header-menu .menu > li.current-menu-item {
    border-color: #345605;
  }
}
.header-menu .menu > li.current-menu-item > a {
  color: #345605;
}
.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: #345605;
  }
}
.header-menu .menu > li.current-menu-parent > a {
  color: #345605;
}
.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: #345605;
  }
}
.header-menu .menu > li.current_page_ancestor > a {
  color: #345605;
}
.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:has(.selected) .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.header-menu .menu .sub-menu {
  padding: 30px;
  background: #ffffff;
  gap: 20px;
  min-width: 452px;
  border-radius: 20px;
  position: fixed;
  left: 50px;
  right: 0;
  width: calc(100% - 100px);
  max-width: 1720px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 30px;
  top: 128px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.header-menu .menu .sub-menu.sub-menu-li-1 {
  position: absolute;
  left: 0;
  grid-template-columns: repeat(1, 1fr);
  width: max-content;
  top: calc(100% + 34px);
}
.header-menu .menu .sub-menu.sub-menu-li-2 {
  grid-template-columns: repeat(2, 1fr);
}
.header-menu .menu .sub-menu.sub-menu-li-3 {
  grid-template-columns: repeat(3, 1fr);
}
@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: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  padding: 0 10px 41px;
  border-bottom: 1px solid #CCCCCC;
  height: 100%;
}
@media (max-width: 1199px) {
  .header-menu .menu .sub-menu li a {
    padding: 10px 0;
    height: auto;
  }
}
.header-menu .menu .sub-menu li a:hover {
  color: #345605;
}
.header-menu .menu .sub-menu .current-page-parent > a {
  color: #345605;
}
.header-menu .menu .sub-menu .current-page-parent > a:hover {
  color: #345605;
}
.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: #345605;
}
.header-menu .menu .sub-menu .current-menu-item > a:hover {
  color: #345605;
}
.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;
  }
}

body .site .wpml-ls-legacy-dropdown {
  width: auto;
}
body .site .wpml-ls-legacy-dropdown ul {
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
  background: rgba(255, 255, 255, 0.18);
}
@media (max-width: 991px) {
  body .site .wpml-ls-legacy-dropdown ul {
    background: transparent;
  }
}
body .site .wpml-ls-legacy-dropdown ul li::before {
  display: none;
}
body .site .wpml-ls-legacy-dropdown ul li a {
  color: #ffffff !important;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  background: transparent !important;
  border: 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 15px 12px;
  padding-right: 28px;
}
@media (max-width: 1439px) {
  body .site .wpml-ls-legacy-dropdown ul li a {
    gap: 0;
    padding: 15px 9px 15px 12px;
  }
}
@media (max-width: 991px) {
  body .site .wpml-ls-legacy-dropdown ul li a {
    background: transparent;
    padding: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
  }
}
@media (max-width: 767px) {
  body .site .wpml-ls-legacy-dropdown ul li a {
    font-size: 0;
    border: 0px solid #ffffff !important;
    border-radius: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
  }
}
body .site .wpml-ls-legacy-dropdown ul li a .wpml-ls-native {
  margin: 0;
}
body .site .wpml-ls-legacy-dropdown ul li a img {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  border-radius: 9999px;
  object-fit: cover;
}
body .site .wpml-ls-legacy-dropdown ul li a:after {
  content: "";
  border: 0;
  right: 10px;
  top: 16px;
  z-index: 11;
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(225deg);
}
@media (max-width: 1439px) {
  body .site .wpml-ls-legacy-dropdown ul li a:after {
    display: none;
  }
}
body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
}
@media (max-width: 1199px) {
  body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: 0;
  }
}
@media (max-width: 991px) {
  body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    background: transparent;
  }
}
body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
  padding-left: 0;
  padding-right: 0;
  padding: 15px 0;
  padding-left: 12px;
  letter-spacing: 0;
}
@media (max-width: 1439px) {
  body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
    padding-left: 12px;
  }
}
@media (max-width: 1199px) {
  body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
    padding: 4px;
    display: block;
    text-align: center;
  }
}
@media (max-width: 991px) {
  body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
    padding-left: 6px;
  }
}
body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a::after {
  display: none;
}
body .wpml-ls-item-nl span.wpml-ls-native {
  display: flex;
  font-size: 0;
}
body .wpml-ls-item-nl span.wpml-ls-native:before {
  content: "NL";
  width: 19px;
  font-size: 14px;
}
@media (max-width: 1439px) {
  body .wpml-ls-item-nl span.wpml-ls-native:before {
    display: none;
  }
}
body .wpml-ls-item-en span.wpml-ls-native:before {
  content: "EN";
  width: 19px;
  font-size: 14px;
}
@media (max-width: 1439px) {
  body .wpml-ls-item-en span.wpml-ls-native:before {
    display: none;
  }
}
body span.wpml-ls-display {
  font-size: 0;
}

.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;
    order: 2;
  }
}
.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;
}

.header-language-switcher .button-group {
  justify-content: flex-end;
}

html body .site-header .header-main .header-menu .main-navigation {
  gap: 0;
  width: fit-content;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 999px;
  position: static !important;
}
html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap {
  background-color: transparent !important;
  position: static !important;
}
html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu {
  position: static !important;
}
html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item.mega-toggle-on > .mega-menu-link {
  background-color: #A7B669 !important;
}
html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item.mega-toggle-on > .mega-menu-link span.mega-indicator:after {
  transform: rotate(180deg) !important;
}
html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link {
  color: #ffffff !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
  letter-spacing: 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: auto !important;
  position: relative;
  top: 0;
  padding: 10px 16px !important;
  background-color: transparent !important;
  border-radius: 41px !important;
}
html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link:hover {
  background-color: #A7B669 !important;
}
html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link span.mega-indicator {
  margin-left: 6px !important;
}
html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link span.mega-indicator:after {
  content: "" !important;
  background-image: url("../images/arrow.svg") !important;
  width: 20px !important;
  height: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item.mega-menu-flyout .mega-sub-menu {
  top: calc(100% + 50px) !important;
}
html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item .mega-sub-menu {
  padding: 30px !important;
  background: #ffffff !important;
  gap: 30px;
  border-radius: 20px !important;
  display: flex !important;
  flex-flow: wrap !important;
  min-width: 452px !important;
  top: calc(100% + 0px) !important;
  max-width: 1720px !important;
  margin: 0 auto !important;
  left: 0 !important;
  right: 0 !important;
}
html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item .mega-sub-menu .mega-menu-item {
  padding: 0 !important;
  width: 100% !important;
  max-width: calc((100% - 30px * (var(--columns) - 1)) / var(--columns)) !important;
}
html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item .mega-sub-menu .mega-menu-item .mega-menu-link {
  color: #000000 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  padding: 0 10px 41px !important;
  border-bottom: 2px solid #CCCCCC !important;
  height: 100% !important;
  text-transform: unset !important;
  background-color: transparent !important;
}
html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item .mega-sub-menu .mega-menu-item .mega-menu-link:hover {
  border-color: #345605 !important;
}

footer.footer {
  background-color: #345605;
  padding-top: 60px;
}
footer.footer .footer-wrapper .footer-top {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  gap: 60px;
  margin-bottom: 60px;
}
@media (max-width: 1439px) {
  footer.footer .footer-wrapper .footer-top {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  footer.footer .footer-wrapper .footer-top {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  footer.footer .footer-wrapper .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  footer.footer .footer-wrapper .footer-top {
    grid-template-columns: repeat(1, 1fr);
  }
}
footer.footer .footer-wrapper .footer-top .footer-links .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 10px;
}
footer.footer .footer-wrapper .footer-top .footer-links ul li {
  padding: 0;
  margin-bottom: 10px;
}
footer.footer .footer-wrapper .footer-top .footer-links ul li:last-child {
  margin-bottom: 0;
}
footer.footer .footer-wrapper .footer-top .footer-links ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  opacity: 0.6;
  transition: all 0.5s;
}
@media (max-width: 1439px) {
  footer.footer .footer-wrapper .footer-top .footer-links ul li a {
    font-size: 16px;
  }
}
footer.footer .footer-wrapper .footer-top .footer-links ul li a:hover {
  opacity: 1;
}
footer.footer .footer-wrapper .footer-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  footer.footer .footer-wrapper .footer-info {
    grid-template-columns: repeat(1, 1fr);
  }
}
footer.footer .footer-wrapper .footer-info .footer-info-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 60px;
}
@media (max-width: 1439px) {
  footer.footer .footer-wrapper .footer-info .footer-info-content {
    padding: 30px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  footer.footer .footer-wrapper .footer-info .footer-info-content {
    gap: 15px;
  }
}
footer.footer .footer-wrapper .footer-info .footer-info-content .footer-logo {
  height: 70px;
}
footer.footer .footer-wrapper .footer-info .footer-info-content .footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
footer.footer .footer-wrapper .footer-info .footer-info-content p {
  margin-bottom: 30px;
}
footer.footer .footer-wrapper .footer-info .footer-info-content .contact-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
@media (max-width: 1439px) {
  footer.footer .footer-wrapper .footer-info .footer-info-content .contact-wrap {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  footer.footer .footer-wrapper .footer-info .footer-info-content .contact-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
footer.footer .footer-wrapper .footer-info .footer-info-content .contact-wrap .contact-item {
  display: flex;
  gap: 16px;
}
footer.footer .footer-wrapper .footer-info .footer-info-content .contact-wrap .contact-item a {
  color: #FFFFFF;
}
footer.footer .footer-wrapper .footer-info .footer-info-content .contact-wrap .contact-item a:hover {
  text-decoration: underline;
}
footer.footer .footer-wrapper .footer-info .footer-info-content .contact-wrap .contact-item .icon-box {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.footer .footer-wrapper .footer-info .footer-grpic {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  footer.footer .footer-wrapper .footer-info .footer-grpic {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
footer.footer .footer-wrapper .footer-info .footer-grpic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: -1px;
  object-position: bottom;
}
footer.footer .footer-wrapper .footer-bottom {
  padding: 30px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
@media (max-width: 991px) {
  footer.footer .footer-wrapper .footer-bottom {
    flex-flow: column;
    text-align: center;
  }
}
footer.footer .footer-wrapper .footer-bottom .youvia-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  display: flex;
  gap: 10px;
}
@media (max-width: 991px) {
  footer.footer .footer-wrapper .footer-bottom .youvia-wrap {
    gap: 0;
  }
}
footer.footer .footer-wrapper .footer-bottom .youvia-wrap:before {
  content: "|";
}
@media (max-width: 991px) {
  footer.footer .footer-wrapper .footer-bottom .youvia-wrap:before {
    display: none;
  }
}
footer.footer .footer-wrapper .footer-bottom .youvia-wrap .youvia-logo a {
  line-height: 0;
}
footer.footer .footer-wrapper .footer-bottom .youvia-wrap .youvia-logo img {
  height: 26px;
  object-fit: contain;
}

.bottom-to-top-btn {
  position: fixed;
  width: 60px;
  height: 60px;
  background-image: url(/wp-content/uploads/2026/01/scroll-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  top: auto;
  bottom: 40px;
  right: 40px;
  border: 1px solid white;
  border-radius: 10px;
  background-color: #345605;
  z-index: 9999;
}
@media (max-width: 991px) {
  .bottom-to-top-btn {
    right: 15px;
    bottom: 20px;
    width: 40px;
    height: 60px;
    background-size: 20px;
  }
}
.bottom-to-top-btn:hover {
  background-color: #345605;
}

.whatsapp-btn {
  z-index: 9999;
  background-color: #14B853;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 11px 20px;
  border-radius: 999px;
  display: block;
  position: fixed;
  top: auto;
  left: 40px;
  bottom: 80px;
  z-index: 999;
}
@media (max-width: 1199px) {
  .whatsapp-btn {
    font-size: 0;
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .whatsapp-btn {
    left: 15px;
  }
}
.whatsapp-btn:hover {
  color: #FFFFFF;
}
.whatsapp-btn span {
  position: relative;
  display: flex;
  gap: 6px;
  align-items: center;
}
@media (max-width: 1199px) {
  .whatsapp-btn span {
    gap: 0;
  }
}
.whatsapp-btn span::before {
  content: "";
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background-image: url(/wp-content/uploads/2026/01/whatsapp.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}

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

.btn-primary {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  transition: all 0.5s;
  padding: 16px 30px;
  color: #345605;
  background-color: rgba(167, 182, 105, 0.2);
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 16px 15px;
  }
}
.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(111.02deg, rgba(52, 86, 5, 0) 83.66%, #345605 97.55%), linear-gradient(106.72deg, #345605 0.52%, rgba(52, 86, 5, 0) 15.11%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: all 0.5s;
}
.btn-primary:hover {
  background-color: rgba(52, 86, 5, 0.2);
  color: #345605;
  transition: all 0.5s;
}
.btn-primary.reverserevers-btn {
  background-color: rgba(52, 86, 5, 0.2);
}
.btn-primary.reverserevers-btn:hover {
  background-color: rgba(167, 182, 105, 0.2);
}
.btn-primary.dark-btn {
  background-color: rgb(52, 86, 5);
  color: #ffffff;
}
.btn-primary.dark-btn:hover {
  background-color: rgb(167, 182, 105);
  color: #ffffff;
}
.btn-primary.white-btn {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.btn-primary.white-btn::before {
  background: linear-gradient(111.02deg, rgba(255, 255, 255, 0) 79.66%, #ffffff 97.55%), linear-gradient(125.72deg, #ffffff 0.52%, rgba(255, 255, 255, 0) 22.11%);
  transition: all 0.5s;
  animation: disappear 0.7s linear;
}
.btn-primary.white-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.btn-primary.white-btn:hover::before {
  background: linear-gradient(56.02deg, rgba(255, 255, 255, 0) 74.66%, #ffffff 97.55%), linear-gradient(52.72deg, #ffffff 0.52%, rgba(255, 255, 255, 0) 22.11%);
  transition: all 0.5s;
  animation: appear 0.7s linear;
}

@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes disappear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.banner-section {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  min-height: 1080px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1439px) {
  .banner-section {
    min-height: 800px;
    padding-top: 150px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .banner-section {
    min-height: 700px;
  }
}
.banner-section:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 43.63%, #000000 87.08%);
  opacity: 0.8;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner-section:before {
    opacity: 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: 1720px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1760px) {
  .banner-section .banner-wrap .banner-col {
    width: calc(100% - 40px);
  }
}
.banner-section .banner-wrap .banner-col .title-wrap {
  width: 51%;
}
@media (max-width: 991px) {
  .banner-section .banner-wrap .banner-col .title-wrap {
    width: 100%;
  }
}
.banner-section .banner-wrap .banner-col .title-wrap .title {
  color: #ffffff;
  margin-bottom: 0;
}
.banner-section .banner-wrap .banner-col .content-wrap {
  width: calc(37% - 20px);
}
@media (max-width: 1439px) {
  .banner-section .banner-wrap .banner-col .content-wrap {
    width: calc(49% - 20px);
  }
}
@media (max-width: 991px) {
  .banner-section .banner-wrap .banner-col .content-wrap {
    width: 100%;
  }
}
.banner-section .banner-wrap .banner-col .content-wrap .content-box {
  color: #ffffff;
  font-size: 24px;
  line-height: 150%;
}
@media (max-width: 1439px) {
  .banner-section .banner-wrap .banner-col .content-wrap .content-box {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .banner-section .banner-wrap .banner-col .content-wrap .content-box {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .banner-section .banner-wrap .banner-col .content-wrap .content-box {
    font-size: 18px;
  }
}
.banner-section .banner-wrap .banner-col .content-wrap .button-group {
  margin-top: 20px;
}

.experience-section {
  position: relative;
}
.experience-section .experience-wrap .text-header {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 20px;
}
.experience-section .experience-wrap .text-header .title-wrap {
  width: 50%;
}
.experience-section .experience-wrap .text-header .title-wrap .title {
  line-height: 140%;
}
.experience-section .experience-wrap .text-header .content-wrap {
  width: calc(50% - 20px);
  display: flex;
  flex-flow: wrap;
  gap: 20px 30px;
  padding-left: 30px;
}
.experience-section .experience-wrap .text-header .content-wrap .img-box {
  width: 214px;
  height: 90px;
  border-radius: 90px;
  position: relative;
  overflow: hidden;
}
.experience-section .experience-wrap .text-header .content-wrap .img-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.experience-section .experience-wrap .text-header .content-wrap .content-box {
  width: calc(100% - 244px);
  line-height: 150%;
}
.experience-section .experience-wrap .image-header-wrap {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
}
.experience-section .experience-wrap .image-header-wrap .image-header {
  width: calc(50% - 20px);
}
.experience-section .experience-wrap .image-header-wrap .image-content {
  width: calc(25% - 20px);
  background-color: #F7FFD5;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-flow: column;
}
.experience-section .experience-wrap .image-header-wrap .image-content .content-box {
  margin-bottom: 30px;
}
.experience-section .experience-wrap .image-header-wrap .image-content .button-group {
  margin-top: auto;
}
.experience-section .experience-wrap .image-header-wrap .counter-wraper {
  width: calc(25% - 20px);
  background-color: #F9F9F9;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-flow: column;
  gap: 30px;
}
.experience-section .experience-wrap .image-header-wrap .counter-wraper .counter-box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 10px;
  text-align: center;
}
.experience-section .experience-wrap .image-header-wrap .counter-wraper .counter-box .counter-number {
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
  color: #345605;
  margin-bottom: 7px;
}
.experience-section .experience-wrap .image-header-wrap .counter-wraper .counter-box .counter-text {
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  color: #000000;
}

.cta-section {
  position: relative;
}
.cta-section .cta-wrap .cta-col {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 50px;
  min-height: 460px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cta-section .cta-wrap .cta-col {
    padding: 20px;
  }
}
.cta-section .cta-wrap .cta-col::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.4;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.cta-section .cta-wrap .cta-col .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.cta-section .cta-wrap .cta-col .cta-content {
  width: 100%;
  max-width: 680px;
  position: relative;
  z-index: 2;
}
.cta-section .cta-wrap .cta-col .cta-content .title {
  color: #ffffff;
  line-height: 120%;
}
.cta-section .cta-wrap .cta-col .button-group {
  margin-top: 30px;
}

.discover-section {
  position: relative;
  background-color: #345605;
}
.discover-section .discover-wrap .discover-col .text-header .title-wrap .title {
  color: #ffffff;
  line-height: 140%;
  text-align: center;
}
.discover-section .discover-wrap .discover-col .text-header .content-box {
  margin-top: 10px;
  color: #ffffff;
  text-align: center;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.discover-section .discover-wrap .discover-col .card-wraper {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .discover-section .discover-wrap .discover-col .card-wraper {
    margin-top: 30px;
  }
}
.discover-section .discover-wrap .discover-col .card-wraper .card-item {
  width: 100%;
  max-width: calc((100% - 90px) / 4);
  border-radius: 20px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  padding-bottom: 29.27%;
}
@media (max-width: 1199px) {
  .discover-section .discover-wrap .discover-col .card-wraper .card-item {
    max-width: calc((100% - 30px) / 2);
    padding-bottom: 56.4%;
  }
}
@media (max-width: 767px) {
  .discover-section .discover-wrap .discover-col .card-wraper .card-item {
    max-width: 100%;
    padding-bottom: 98%;
  }
}
.discover-section .discover-wrap .discover-col .card-wraper .card-item .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.discover-section .discover-wrap .discover-col .card-wraper .card-item .card-content {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: auto;
  bottom: 20px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.discover-section .discover-wrap .discover-col .card-wraper .card-item .card-content .button-group .card-btn {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  padding: 18px 10px;
  width: 100%;
  backdrop-filter: blur(2px);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
}
@media (max-width: 1200px) {
  .discover-section .discover-wrap .discover-col .card-wraper .card-item .card-content .button-group .card-btn {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .discover-section .discover-wrap .discover-col .card-wraper .card-item .card-content .button-group .card-btn {
    font-size: 18px;
  }
}