.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.saturation-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .saturation-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-2 > .saturation-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .saturation-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .saturation-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .saturation-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn-secondary {
  color: #291f1e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #45592e;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #dde7d2 !important;
  border-color: #dde7d2 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #45592e !important;
  background-color: #dde7d2 !important;
  border-color: #dde7d2 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.btn-secondary:hover span,
.btn-secondary:focus span,
.btn-secondary.focus span,
.btn-secondary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-secondary div {
  overflow: hidden;
}
.btn-secondary span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #291f1e !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #fffcee !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #291f1e !important;
  border-color: #291f1e !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #463534 !important;
  border-color: #463534 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #463534 !important;
  border-color: #463534 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.btn-primary:hover span,
.btn-primary:focus span,
.btn-primary.focus span,
.btn-primary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-primary div {
  overflow: hidden;
}
.btn-primary span {
  display: block;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.btn-info:hover span,
.btn-info:focus span,
.btn-info.focus span,
.btn-info.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-info div {
  overflow: hidden;
}
.btn-info span {
  display: block;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.btn-success:hover span,
.btn-success:focus span,
.btn-success.focus span,
.btn-success.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-success div {
  overflow: hidden;
}
.btn-success span {
  display: block;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.btn-warning:hover span,
.btn-warning:focus span,
.btn-warning.focus span,
.btn-warning.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-warning div {
  overflow: hidden;
}
.btn-warning span {
  display: block;
}
.btn-danger,
.btn-danger:active {
  background-color: #fffcee !important;
  border-color: #fffcee !important;
  color: #eec400;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #eec400 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.btn-danger:hover span,
.btn-danger:focus span,
.btn-danger.focus span,
.btn-danger.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-danger div {
  overflow: hidden;
}
.btn-danger span {
  display: block;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.btn-white:hover span,
.btn-white:focus span,
.btn-white.focus span,
.btn-white.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-white div {
  overflow: hidden;
}
.btn-white span {
  display: block;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.btn-black:hover span,
.btn-black:focus span,
.btn-black.focus span,
.btn-black.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-black div {
  overflow: hidden;
}
.btn-black span {
  display: block;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #291f1e;
  color: #291f1e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #291f1e !important;
  border-color: #291f1e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c4d6b0;
  color: #c4d6b0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #99b877 !important;
  background-color: transparent !important;
  border-color: #99b877 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #45592e !important;
  background-color: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fffcee;
  color: #fffcee;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffed97 !important;
  background-color: transparent !important;
  border-color: #ffed97 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #eec400 !important;
  background-color: #fffcee !important;
  border-color: #fffcee !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #291f1e !important;
}
.text-secondary {
  color: #c4d6b0 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #fffcee !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #92b36d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ffea88 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #291f1e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #fffcee;
}
.saturation-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.saturation-gallery-filter li a {
  border-radius: 100px !important;
}
.saturation-gallery-filter li.active .btn {
  background-color: #291f1e;
  border-color: #291f1e;
  color: #ffffff;
}
.saturation-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #291f1e;
}
.saturation-plan-header.bg-primary .saturation-plan-subtitle,
.saturation-plan-header.bg-primary .saturation-plan-price-desc {
  color: #dcd1d0;
}
.saturation-plan-header.bg-success .saturation-plan-subtitle,
.saturation-plan-header.bg-success .saturation-plan-price-desc {
  color: #c0b27c;
}
.saturation-plan-header.bg-info .saturation-plan-subtitle,
.saturation-plan-header.bg-info .saturation-plan-price-desc {
  color: #f3abab;
}
.saturation-plan-header.bg-warning .saturation-plan-subtitle,
.saturation-plan-header.bg-warning .saturation-plan-price-desc {
  color: #ffffff;
}
.saturation-plan-header.bg-danger .saturation-plan-subtitle,
.saturation-plan-header.bg-danger .saturation-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .saturation-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #291f1e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .saturation-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #291f1e;
}
/* Forms */
.saturation-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.saturation-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.saturation-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.saturation-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #291f1e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #291f1e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #291f1e;
  border-bottom-color: #291f1e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #291f1e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #c4d6b0 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23291f1e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.feTUfMHo-uNTadTw6M3 {
  background-color: transparent;
}
.feTUfMHo-uNTadTw6M3 .navbar-dropdown {
  background-color: #c4d6b0 !important;
  padding: 0;
}
.feTUfMHo-uNTadTw6M3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #c4d6b0 !important;
  background: #c4d6b0;
}
.feTUfMHo-uNTadTw6M3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.feTUfMHo-uNTadTw6M3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTadTw6M3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .feTUfMHo-uNTadTw6M3 .menu_box .navbar.opened,
  .feTUfMHo-uNTadTw6M3 .menu_box .navbar-collapse {
    background-color: #c4d6b0 !important;
    transition: all 0s ease 0s;
  }
}
.feTUfMHo-uNTadTw6M3 .navbar-dropdown {
  position: relative !important;
}
.feTUfMHo-uNTadTw6M3 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTadTw6M3 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTadTw6M3 .saturation-section-btn-main {
    margin-top: 1rem;
  }
}
.feTUfMHo-uNTadTw6M3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.feTUfMHo-uNTadTw6M3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTadTw6M3 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .feTUfMHo-uNTadTw6M3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .feTUfMHo-uNTadTw6M3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .feTUfMHo-uNTadTw6M3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .feTUfMHo-uNTadTw6M3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .feTUfMHo-uNTadTw6M3 .offcanvas-body .saturation-text,
  .feTUfMHo-uNTadTw6M3 .offcanvas-body .saturation-section-subtitle {
    margin-bottom: 32px;
  }
  .feTUfMHo-uNTadTw6M3 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .feTUfMHo-uNTadTw6M3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .feTUfMHo-uNTadTw6M3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #163300;
  }
  .feTUfMHo-uNTadTw6M3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .feTUfMHo-uNTadTw6M3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .feTUfMHo-uNTadTw6M3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .feTUfMHo-uNTadTw6M3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .feTUfMHo-uNTadTw6M3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .feTUfMHo-uNTadTw6M3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .feTUfMHo-uNTadTw6M3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .feTUfMHo-uNTadTw6M3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .feTUfMHo-uNTadTw6M3 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .feTUfMHo-uNTadTw6M3 .lg_brand {
    margin: 0 1rem;
  }
  .feTUfMHo-uNTadTw6M3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.feTUfMHo-uNTadTw6M3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .feTUfMHo-uNTadTw6M3 .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTadTw6M3 .nav-item {
    margin: 0 !important;
  }
}
.feTUfMHo-uNTadTw6M3 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.feTUfMHo-uNTadTw6M3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.feTUfMHo-uNTadTw6M3 .nav-item .nav-link:hover,
.feTUfMHo-uNTadTw6M3 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.feTUfMHo-uNTadTw6M3 .nav-item .nav-link:hover:before,
.feTUfMHo-uNTadTw6M3 .nav-item .nav-link:focus:before {
  width: 100%;
}
.feTUfMHo-uNTadTw6M3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTadTw6M3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .feTUfMHo-uNTadTw6M3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTadTw6M3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .feTUfMHo-uNTadTw6M3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .feTUfMHo-uNTadTw6M3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .feTUfMHo-uNTadTw6M3 .offcanvas_box {
    display: none;
  }
}
.feTUfMHo-uNTadTw6M3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.feTUfMHo-uNTadTw6M3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.feTUfMHo-uNTadTw6M3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.feTUfMHo-uNTadTw6M3 .container {
  display: flex;
  margin: auto;
}
.feTUfMHo-uNTadTw6M3 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.feTUfMHo-uNTadTw6M3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.feTUfMHo-uNTadTw6M3 .iconfont-wrapper:hover {
  opacity: .5;
}
.feTUfMHo-uNTadTw6M3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTadTw6M3 .navbar-nav {
    margin: 0;
  }
}
.feTUfMHo-uNTadTw6M3 .dropdown-menu,
.feTUfMHo-uNTadTw6M3 .navbar.opened {
  background-color: false !important;
}
.feTUfMHo-uNTadTw6M3 .nav-item:focus,
.feTUfMHo-uNTadTw6M3 .nav-link:focus {
  outline: none;
}
.feTUfMHo-uNTadTw6M3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.feTUfMHo-uNTadTw6M3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.feTUfMHo-uNTadTw6M3 .dropdown .dropdown-menu .dropdown-item .saturation-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.feTUfMHo-uNTadTw6M3 .dropdown .dropdown-menu .dropdown-item .saturation-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.feTUfMHo-uNTadTw6M3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.feTUfMHo-uNTadTw6M3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.feTUfMHo-uNTadTw6M3 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTadTw6M3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.feTUfMHo-uNTadTw6M3 .navbar.opened {
  transition: all 0.3s;
}
.feTUfMHo-uNTadTw6M3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.feTUfMHo-uNTadTw6M3 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.feTUfMHo-uNTadTw6M3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.feTUfMHo-uNTadTw6M3 .navbar.collapsed {
  justify-content: center;
}
.feTUfMHo-uNTadTw6M3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.feTUfMHo-uNTadTw6M3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.feTUfMHo-uNTadTw6M3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.feTUfMHo-uNTadTw6M3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.feTUfMHo-uNTadTw6M3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.feTUfMHo-uNTadTw6M3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.feTUfMHo-uNTadTw6M3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTadTw6M3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .feTUfMHo-uNTadTw6M3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .feTUfMHo-uNTadTw6M3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .feTUfMHo-uNTadTw6M3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .feTUfMHo-uNTadTw6M3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .feTUfMHo-uNTadTw6M3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .feTUfMHo-uNTadTw6M3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .feTUfMHo-uNTadTw6M3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .feTUfMHo-uNTadTw6M3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .feTUfMHo-uNTadTw6M3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .feTUfMHo-uNTadTw6M3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .feTUfMHo-uNTadTw6M3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .feTUfMHo-uNTadTw6M3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .feTUfMHo-uNTadTw6M3 .navbar .icons-menu {
    padding: 0;
  }
}
.feTUfMHo-uNTadTw6M3 .navbar.navbar-short {
  min-height: 60px;
}
.feTUfMHo-uNTadTw6M3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.feTUfMHo-uNTadTw6M3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.feTUfMHo-uNTadTw6M3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .feTUfMHo-uNTadTw6M3 .navbar-brand {
    margin-right: 25px;
  }
}
.feTUfMHo-uNTadTw6M3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.feTUfMHo-uNTadTw6M3 .navbar-brand .navbar-logo a {
  outline: none;
}
.feTUfMHo-uNTadTw6M3 .dropdown-item.active,
.feTUfMHo-uNTadTw6M3 .dropdown-item:active {
  background-color: transparent;
}
.feTUfMHo-uNTadTw6M3 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.feTUfMHo-uNTadTw6M3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.feTUfMHo-uNTadTw6M3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.feTUfMHo-uNTadTw6M3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.feTUfMHo-uNTadTw6M3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.feTUfMHo-uNTadTw6M3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.feTUfMHo-uNTadTw6M3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #c4d6b0;
  background: #c4d6b0;
}
.feTUfMHo-uNTadTw6M3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.feTUfMHo-uNTadTw6M3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.feTUfMHo-uNTadTw6M3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.feTUfMHo-uNTadTw6M3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.feTUfMHo-uNTadTw6M3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.feTUfMHo-uNTadTw6M3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.feTUfMHo-uNTadTw6M3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.feTUfMHo-uNTadTw6M3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.feTUfMHo-uNTadTw6M3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.feTUfMHo-uNTadTw6M3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.feTUfMHo-uNTadTw6M3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .feTUfMHo-uNTadTw6M3 .navbar {
    height: 70px;
  }
  .feTUfMHo-uNTadTw6M3 .navbar.opened {
    height: auto;
  }
  .feTUfMHo-uNTadTw6M3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.feTUfMHo-uNTadTw6M3 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .feTUfMHo-uNTadTw6M3 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.feTUfMHo-uNTadTw6M3 .saturation-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTadTw6M3 .saturation-section-btn-main {
    display: block;
    padding: 0;
  }
}
.feTUfMHo-uNTadTw6M3 .saturation-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.feTUfMHo-uNTadTw6M3 .navbar-caption:hover {
  color: #3a341c;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTadTw6M3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.feTUfMHo-uNTadTw6M3 .text_widget {
  margin-bottom: 32px;
}
.feTUfMHo-uNTadTw6M3 .text_widget a {
  transition: all 0.3s ease-out;
}
.feTUfMHo-uNTadTw6M3 .text_widget a:hover,
.feTUfMHo-uNTadTw6M3 .text_widget a:focus {
  opacity: .8;
}
.feTUfMHo-uNTadTw6M3 .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTadTw6M3 .contacts-wrapper {
    display: none;
  }
}
.feTUfMHo-uNTadTw6M3 .contacts-wrapper a .saturation-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .feTUfMHo-uNTadTw6M3 .contacts-wrapper a .saturation-contact {
    margin: 8px 20px;
  }
}
.feTUfMHo-uNTadTw6M3 .contacts-wrapper a .saturation-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.feTUfMHo-uNTadTw6M3 .contacts-wrapper a .saturation-contact:hover:before,
.feTUfMHo-uNTadTw6M3 .contacts-wrapper a .saturation-contact:focus:before {
  width: 100%;
}
.feTUfMHo-uNTadTw6M3 .saturation-section-subtitle {
  color: #144031;
  text-align: center;
}
.feTUfMHo-uNTadTw6M3 .navbar-caption {
  color: #c7fcb5;
}
.feTUfMHo-uNTadTw6M3 .saturation-contact {
  color: #ffffff;
}
.feTUfMHo-uNTadTw6M3 .saturation-text {
  color: #144031;
  text-align: center;
}
.feTUfMHo-uNTadTw6M3 .saturation-section-subtitle,
.feTUfMHo-uNTadTw6M3 .text_widget,
.feTUfMHo-uNTadTw6M3 .saturation-section-btn {
  text-align: center;
}
.feTUfMHo-uNTadTw6M3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.feTUfMHo-uNTcodECeH {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/neutralword3653.jpg-1360x768.jpg");
}
.feTUfMHo-uNTcodECeH .saturation-fallback-image.disabled {
  display: none;
}
.feTUfMHo-uNTcodECeH .saturation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTcodECeH .container {
    padding: 0 15px;
  }
}
.feTUfMHo-uNTcodECeH .content-wrapper .saturation-desc {
  margin-bottom: 0;
}
.feTUfMHo-uNTcodECeH .content-wrapper .saturation-section-title {
  margin-bottom: 30px;
}
.feTUfMHo-uNTcodECeH .content-wrapper .saturation-text {
  margin-bottom: 30px;
}
.feTUfMHo-uNTcodECeH .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #163300;
}
.feTUfMHo-uNTcodECeH .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #163300;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .feTUfMHo-uNTcodECeH .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.feTUfMHo-uNTcodECeH .saturation-section-title {
  color: #131c28;
}
.feTUfMHo-uNTcodECeH .saturation-desc {
  color: #163300;
  text-align: center;
}
.feTUfMHo-uNTcodECeH .saturation-section-title,
.feTUfMHo-uNTcodECeH .saturation-section-btn {
  color: #163300;
  text-align: center;
}
.feTUfMHo-uNTcodECeH .saturation-text {
  text-align: center;
}
.feTUfMHo-uNTd25X43a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.feTUfMHo-uNTd25X43a .saturation-fallback-image.disabled {
  display: none;
}
.feTUfMHo-uNTd25X43a .saturation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.feTUfMHo-uNTd25X43a .card {
  justify-content: center;
}
.feTUfMHo-uNTd25X43a .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .feTUfMHo-uNTd25X43a .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNTd25X43a .content-wrapper {
    padding: 0;
  }
}
.feTUfMHo-uNTd25X43a .content-wrapper .saturation-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTd25X43a .content-wrapper .saturation-section-title {
    margin-bottom: 32px;
  }
}
.feTUfMHo-uNTd25X43a .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 90px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .feTUfMHo-uNTd25X43a .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNTd25X43a .items-wrapper {
    padding: 0;
    display: block;
  }
}
.feTUfMHo-uNTd25X43a .items-wrapper .item {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTd25X43a .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.feTUfMHo-uNTd25X43a .items-wrapper .item:hover .item-wrapper .item-img img,
.feTUfMHo-uNTd25X43a .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.feTUfMHo-uNTd25X43a .items-wrapper .item .item-wrapper {
  transition: all .3s ease;
  height: 100%;
  overflow: hidden;
}
.feTUfMHo-uNTd25X43a .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
}
.feTUfMHo-uNTd25X43a .items-wrapper .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTd25X43a .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.feTUfMHo-uNTd25X43a .items-wrapper .item .item-wrapper .card-box {
  padding: 32px;
  background-color: #fffcee;
  border-top: 2px solid #163300;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTd25X43a .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.feTUfMHo-uNTd25X43a .items-wrapper .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 32px;
}
.feTUfMHo-uNTd25X43a .items-wrapper .item .item-wrapper .card-box .tag-wrapper .item-price {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #163300;
}
.feTUfMHo-uNTd25X43a .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.feTUfMHo-uNTd25X43a .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 32px;
}
.feTUfMHo-uNTd25X43a .items-wrapper .item .item-wrapper .card-box .saturation-section-btn .btn {
  margin-bottom: 0;
}
.feTUfMHo-uNTd25X43a .saturation-section-title {
  color: #ffffff;
}
.feTUfMHo-uNTd25X43a .item-title {
  color: #2C2625;
}
.feTUfMHo-uNTd25X43a .item-price {
  color: #2C2625;
}
.feTUfMHo-uNTd25X43a .item-text {
  color: #2C2625;
  text-align: center;
}
.feTUfMHo-uNTd25X43a .saturation-section-title,
.feTUfMHo-uNTd25X43a .saturation-section-btn {
  text-align: center;
  color: #163300;
}
.feTUfMHo-uNTd25X43a .item-price,
.feTUfMHo-uNTd25X43a .tag-wrapper {
  text-align: left;
  color: #163300;
}
.feTUfMHo-uNTd25X43a .item-title,
.feTUfMHo-uNTd25X43a .saturation-section-btn {
  text-align: center;
  color: #163300;
}
.feTUfMHo-uNTejOydWo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.feTUfMHo-uNTejOydWo .saturation-fallback-image.disabled {
  display: none;
}
.feTUfMHo-uNTejOydWo .saturation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.feTUfMHo-uNTejOydWo .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .feTUfMHo-uNTejOydWo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .feTUfMHo-uNTejOydWo .container {
    padding: 0 16px;
  }
}
.feTUfMHo-uNTejOydWo .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.feTUfMHo-uNTejOydWo .content-wrapper .saturation-section-title {
  margin-bottom: 50px;
}
.feTUfMHo-uNTejOydWo .content-wrapper .saturation-text {
  margin-bottom: 0;
}
.feTUfMHo-uNTejOydWo .saturation-section-title {
  color: #163300;
  text-align: center;
}
.feTUfMHo-uNTejOydWo .saturation-text {
  color: #000000;
}
.feTUfMHo-uNTejOydWo .saturation-text,
.feTUfMHo-uNTejOydWo .icon-wrapper {
  text-align: center;
}
.feTUfMHo-uNTfeCROlH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.feTUfMHo-uNTfeCROlH .saturation-fallback-image.disabled {
  display: none;
}
.feTUfMHo-uNTfeCROlH .saturation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.feTUfMHo-uNTfeCROlH .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTfeCROlH .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .feTUfMHo-uNTfeCROlH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNTfeCROlH .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .feTUfMHo-uNTfeCROlH .container {
    padding: 0 16px;
  }
}
.feTUfMHo-uNTfeCROlH .row {
  padding: 60px 64px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .feTUfMHo-uNTfeCROlH .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNTfeCROlH .row {
    padding: 25px 9px;
  }
}
.feTUfMHo-uNTfeCROlH .title-wrapper .saturation-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTfeCROlH .title-wrapper .saturation-section-title {
    margin-bottom: 32px;
  }
}
.feTUfMHo-uNTfeCROlH .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTfeCROlH .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.feTUfMHo-uNTfeCROlH .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTfeCROlH .image-wrapper img {
    height: 350px;
  }
}
.feTUfMHo-uNTfeCROlH .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTfeCROlH .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.feTUfMHo-uNTfeCROlH .content-wrapper .content-wrap .saturation-text {
  margin-bottom: 16px;
}
.feTUfMHo-uNTfeCROlH .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTfeCROlH .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .feTUfMHo-uNTfeCROlH .items-wrapper {
    display: block;
  }
}
.feTUfMHo-uNTfeCROlH .items-wrapper .item {
  padding: 50px;
  background-color: #fffcee;
  border-radius: .5rem !important;
}
.feTUfMHo-uNTfeCROlH .items-wrapper .item:nth-child(2n) {
  background-color: #fffcee;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTfeCROlH .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.feTUfMHo-uNTfeCROlH .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.feTUfMHo-uNTfeCROlH .items-wrapper .item .item-wrapper .card-box .icon-wrapper .saturation-iconfont {
  font-size: 40px;
  color: #163300;
  display: inline-flex;
}
.feTUfMHo-uNTfeCROlH .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.feTUfMHo-uNTfeCROlH .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.feTUfMHo-uNTfeCROlH .card {
  justify-content: center;
}
.feTUfMHo-uNTfeCROlH .saturation-section-title {
  color: #163300;
  text-align: center;
}
.feTUfMHo-uNTfeCROlH .saturation-text {
  color: #000000;
}
.feTUfMHo-uNTfeCROlH .card-title {
  color: #000000;
}
.feTUfMHo-uNTfeCROlH .card-text {
  color: #000000;
  text-align: center;
}
.feTUfMHo-uNTfeCROlH .card-title,
.feTUfMHo-uNTfeCROlH .icon-wrapper {
  text-align: center;
  color: #163300;
}
.feTUfMHo-uNTfQenOc0 {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #fffcee;
}
@media (min-width: 768px) {
  .feTUfMHo-uNTfQenOc0 {
    align-items: center;
  }
  .feTUfMHo-uNTfQenOc0 .row {
    justify-content: center;
  }
}
.feTUfMHo-uNTfQenOc0 p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .feTUfMHo-uNTfQenOc0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .feTUfMHo-uNTfQenOc0 {
    -webkit-align-items: center;
    align-items: center;
  }
  .feTUfMHo-uNTfQenOc0 .saturation-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .feTUfMHo-uNTfQenOc0 .content-wrap {
    width: 100%;
  }
}
.feTUfMHo-uNTfQenOc0 .saturation-section-title {
  text-align: center;
  color: #000000;
}
.feTUfMHo-uNTfQenOc0 .saturation-text,
.feTUfMHo-uNTfQenOc0 .saturation-section-btn {
  text-align: center;
  color: #232323;
}
.feTUfMHo-uNTfQenOc0 .saturation-section-subtitle {
  color: #163300;
  text-align: center;
}
.feTUfMHo-uNTgdCeYsI {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.feTUfMHo-uNTgdCeYsI .saturation-fallback-image.disabled {
  display: none;
}
.feTUfMHo-uNTgdCeYsI .saturation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.feTUfMHo-uNTgdCeYsI .title-wrapper .saturation-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .feTUfMHo-uNTgdCeYsI .title-wrapper .saturation-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNTgdCeYsI .title-wrapper .saturation-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.feTUfMHo-uNTgdCeYsI .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 20px;
}
.feTUfMHo-uNTgdCeYsI .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTgdCeYsI .border-wrapper_2 {
    margin-top: 0;
  }
}
.feTUfMHo-uNTgdCeYsI .items-wrapper {
  margin: 0 -5px;
}
.feTUfMHo-uNTgdCeYsI .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTgdCeYsI .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.feTUfMHo-uNTgdCeYsI .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #fffcee;
}
.feTUfMHo-uNTgdCeYsI .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTgdCeYsI .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.feTUfMHo-uNTgdCeYsI .items-wrapper .item .item-wrapper .item-content .icon-wrapper .saturation-iconfont {
  font-size: 84px;
  color: #163300;
  display: inline-flex;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTgdCeYsI .items-wrapper .item .item-wrapper .item-content .icon-wrapper .saturation-iconfont {
    font-size: 54px;
  }
}
.feTUfMHo-uNTgdCeYsI .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.feTUfMHo-uNTgdCeYsI .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTgdCeYsI .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.feTUfMHo-uNTgdCeYsI .items-wrapper .item .item-wrapper .saturation-section-btn {
  margin-top: 20px;
}
.feTUfMHo-uNTgdCeYsI .items-wrapper .item .item-wrapper .saturation-section-btn .btn {
  margin-bottom: 0;
}
.feTUfMHo-uNTgdCeYsI .saturation-section-title {
  color: #093388;
}
.feTUfMHo-uNTgdCeYsI .item-title {
  color: #093388;
}
.feTUfMHo-uNTgdCeYsI .item-text {
  color: #58595b;
}
.feTUfMHo-uNTgdCeYsI .saturation-section-title,
.feTUfMHo-uNTgdCeYsI .title-wrapper {
  text-align: center;
  color: #163300;
}
.feTUfMHo-uNTgdCeYsI .item-title,
.feTUfMHo-uNTgdCeYsI .saturation-section-btn,
.feTUfMHo-uNTgdCeYsI .icon-wrapper {
  color: #163300;
  text-align: center;
}
.feTUfMHo-uNTgdCeYsI .item-text,
.feTUfMHo-uNTgdCeYsI .text-wrapper {
  color: #000000;
  text-align: center;
}
.feTUfMHo-uNTiSK2wBY {
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #c4d6b0;
}
.feTUfMHo-uNTiSK2wBY .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #163300;
}
.feTUfMHo-uNTiSK2wBY .saturation-fallback-image.disabled {
  display: none;
}
.feTUfMHo-uNTiSK2wBY .saturation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #fffcee;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper {
    display: block;
    margin: 0;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #163300;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #163300;
  }
}
@media (max-width: 1640px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .title-wrap .saturation-section-title {
  margin-bottom: 16px;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .saturation-desc {
  margin-bottom: 14px;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #163300;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .saturation-copy {
  margin-bottom: 0;
}
.feTUfMHo-uNTiSK2wBY .saturation-section-title {
  color: #150764;
}
.feTUfMHo-uNTiSK2wBY .saturation-desc {
  color: #150764;
}
.feTUfMHo-uNTiSK2wBY .list {
  color: #150764;
}
.feTUfMHo-uNTiSK2wBY .saturation-copy {
  color: #000000;
}
.feTUfMHo-uNTiSK2wBY .saturation-section-title,
.feTUfMHo-uNTiSK2wBY .saturation-section-btn,
.feTUfMHo-uNTiSK2wBY .logo-wrapper {
  color: #163300;
}
.feTUfMHo-uNTgF3BisT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .feTUfMHo-uNTgF3BisT .saturation-text {
    text-align: center;
  }
}
.feTUfMHo-uNTgF3BisT .container-fluid {
  padding: 0;
}
.feTUfMHo-uNTgF3BisT .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.feTUfMHo-uNTgF3BisT img {
  height: 100%;
  object-fit: cover;
}
.feTUfMHo-uNTgF3BisT .saturation-figure {
  height: 100%;
}
.feTUfMHo-uNTgF3BisT .col-lg-6 {
  padding: 0;
}
.feTUfMHo-uNTgF3BisT .row {
  margin: 0;
}
.feTUfMHo-uNTgF3BisT .saturation-fallback-image.disabled {
  display: none;
}
.feTUfMHo-uNTgF3BisT .saturation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.feTUfMHo-uNTgF3BisT H1 {
  color: #163300;
}
.feTUfMHo-uNTgF3BisT .saturation-text,
.feTUfMHo-uNTgF3BisT .saturation-section-btn {
  color: #000000;
}
.feTUfMHo-uNTb3OfYvt {
  background-color: transparent;
}
.feTUfMHo-uNTb3OfYvt .navbar-dropdown {
  background-color: #c4d6b0 !important;
  padding: 0;
}
.feTUfMHo-uNTb3OfYvt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #c4d6b0 !important;
  background: #c4d6b0;
}
.feTUfMHo-uNTb3OfYvt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.feTUfMHo-uNTb3OfYvt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTb3OfYvt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .feTUfMHo-uNTb3OfYvt .menu_box .navbar.opened,
  .feTUfMHo-uNTb3OfYvt .menu_box .navbar-collapse {
    background-color: #c4d6b0 !important;
    transition: all 0s ease 0s;
  }
}
.feTUfMHo-uNTb3OfYvt .navbar-dropdown {
  position: relative !important;
}
.feTUfMHo-uNTb3OfYvt .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTb3OfYvt .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTb3OfYvt .saturation-section-btn-main {
    margin-top: 1rem;
  }
}
.feTUfMHo-uNTb3OfYvt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.feTUfMHo-uNTb3OfYvt .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTb3OfYvt .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .feTUfMHo-uNTb3OfYvt .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .feTUfMHo-uNTb3OfYvt .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .feTUfMHo-uNTb3OfYvt .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .feTUfMHo-uNTb3OfYvt .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .feTUfMHo-uNTb3OfYvt .offcanvas-body .saturation-text,
  .feTUfMHo-uNTb3OfYvt .offcanvas-body .saturation-section-subtitle {
    margin-bottom: 32px;
  }
  .feTUfMHo-uNTb3OfYvt .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .feTUfMHo-uNTb3OfYvt .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .feTUfMHo-uNTb3OfYvt .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #163300;
  }
  .feTUfMHo-uNTb3OfYvt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .feTUfMHo-uNTb3OfYvt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .feTUfMHo-uNTb3OfYvt .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .feTUfMHo-uNTb3OfYvt .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .feTUfMHo-uNTb3OfYvt ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .feTUfMHo-uNTb3OfYvt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .feTUfMHo-uNTb3OfYvt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .feTUfMHo-uNTb3OfYvt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .feTUfMHo-uNTb3OfYvt li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .feTUfMHo-uNTb3OfYvt .lg_brand {
    margin: 0 1rem;
  }
  .feTUfMHo-uNTb3OfYvt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.feTUfMHo-uNTb3OfYvt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .feTUfMHo-uNTb3OfYvt .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTb3OfYvt .nav-item {
    margin: 0 !important;
  }
}
.feTUfMHo-uNTb3OfYvt .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.feTUfMHo-uNTb3OfYvt .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.feTUfMHo-uNTb3OfYvt .nav-item .nav-link:hover,
.feTUfMHo-uNTb3OfYvt .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.feTUfMHo-uNTb3OfYvt .nav-item .nav-link:hover:before,
.feTUfMHo-uNTb3OfYvt .nav-item .nav-link:focus:before {
  width: 100%;
}
.feTUfMHo-uNTb3OfYvt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTb3OfYvt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .feTUfMHo-uNTb3OfYvt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTb3OfYvt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .feTUfMHo-uNTb3OfYvt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .feTUfMHo-uNTb3OfYvt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .feTUfMHo-uNTb3OfYvt .offcanvas_box {
    display: none;
  }
}
.feTUfMHo-uNTb3OfYvt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.feTUfMHo-uNTb3OfYvt .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.feTUfMHo-uNTb3OfYvt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.feTUfMHo-uNTb3OfYvt .container {
  display: flex;
  margin: auto;
}
.feTUfMHo-uNTb3OfYvt .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.feTUfMHo-uNTb3OfYvt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.feTUfMHo-uNTb3OfYvt .iconfont-wrapper:hover {
  opacity: .5;
}
.feTUfMHo-uNTb3OfYvt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTb3OfYvt .navbar-nav {
    margin: 0;
  }
}
.feTUfMHo-uNTb3OfYvt .dropdown-menu,
.feTUfMHo-uNTb3OfYvt .navbar.opened {
  background-color: false !important;
}
.feTUfMHo-uNTb3OfYvt .nav-item:focus,
.feTUfMHo-uNTb3OfYvt .nav-link:focus {
  outline: none;
}
.feTUfMHo-uNTb3OfYvt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.feTUfMHo-uNTb3OfYvt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.feTUfMHo-uNTb3OfYvt .dropdown .dropdown-menu .dropdown-item .saturation-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.feTUfMHo-uNTb3OfYvt .dropdown .dropdown-menu .dropdown-item .saturation-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.feTUfMHo-uNTb3OfYvt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.feTUfMHo-uNTb3OfYvt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.feTUfMHo-uNTb3OfYvt .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTb3OfYvt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.feTUfMHo-uNTb3OfYvt .navbar.opened {
  transition: all 0.3s;
}
.feTUfMHo-uNTb3OfYvt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.feTUfMHo-uNTb3OfYvt .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.feTUfMHo-uNTb3OfYvt .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.feTUfMHo-uNTb3OfYvt .navbar.collapsed {
  justify-content: center;
}
.feTUfMHo-uNTb3OfYvt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.feTUfMHo-uNTb3OfYvt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.feTUfMHo-uNTb3OfYvt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.feTUfMHo-uNTb3OfYvt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.feTUfMHo-uNTb3OfYvt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.feTUfMHo-uNTb3OfYvt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.feTUfMHo-uNTb3OfYvt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTb3OfYvt .navbar .nav-item {
    padding: .5rem 0;
  }
  .feTUfMHo-uNTb3OfYvt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .feTUfMHo-uNTb3OfYvt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .feTUfMHo-uNTb3OfYvt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .feTUfMHo-uNTb3OfYvt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .feTUfMHo-uNTb3OfYvt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .feTUfMHo-uNTb3OfYvt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .feTUfMHo-uNTb3OfYvt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .feTUfMHo-uNTb3OfYvt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .feTUfMHo-uNTb3OfYvt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .feTUfMHo-uNTb3OfYvt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .feTUfMHo-uNTb3OfYvt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .feTUfMHo-uNTb3OfYvt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .feTUfMHo-uNTb3OfYvt .navbar .icons-menu {
    padding: 0;
  }
}
.feTUfMHo-uNTb3OfYvt .navbar.navbar-short {
  min-height: 60px;
}
.feTUfMHo-uNTb3OfYvt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.feTUfMHo-uNTb3OfYvt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.feTUfMHo-uNTb3OfYvt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .feTUfMHo-uNTb3OfYvt .navbar-brand {
    margin-right: 25px;
  }
}
.feTUfMHo-uNTb3OfYvt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.feTUfMHo-uNTb3OfYvt .navbar-brand .navbar-logo a {
  outline: none;
}
.feTUfMHo-uNTb3OfYvt .dropdown-item.active,
.feTUfMHo-uNTb3OfYvt .dropdown-item:active {
  background-color: transparent;
}
.feTUfMHo-uNTb3OfYvt .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.feTUfMHo-uNTb3OfYvt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.feTUfMHo-uNTb3OfYvt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.feTUfMHo-uNTb3OfYvt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.feTUfMHo-uNTb3OfYvt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.feTUfMHo-uNTb3OfYvt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.feTUfMHo-uNTb3OfYvt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #c4d6b0;
  background: #c4d6b0;
}
.feTUfMHo-uNTb3OfYvt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.feTUfMHo-uNTb3OfYvt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.feTUfMHo-uNTb3OfYvt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.feTUfMHo-uNTb3OfYvt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.feTUfMHo-uNTb3OfYvt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.feTUfMHo-uNTb3OfYvt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.feTUfMHo-uNTb3OfYvt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.feTUfMHo-uNTb3OfYvt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.feTUfMHo-uNTb3OfYvt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.feTUfMHo-uNTb3OfYvt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.feTUfMHo-uNTb3OfYvt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .feTUfMHo-uNTb3OfYvt .navbar {
    height: 70px;
  }
  .feTUfMHo-uNTb3OfYvt .navbar.opened {
    height: auto;
  }
  .feTUfMHo-uNTb3OfYvt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.feTUfMHo-uNTb3OfYvt .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .feTUfMHo-uNTb3OfYvt .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.feTUfMHo-uNTb3OfYvt .saturation-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTb3OfYvt .saturation-section-btn-main {
    display: block;
    padding: 0;
  }
}
.feTUfMHo-uNTb3OfYvt .saturation-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.feTUfMHo-uNTb3OfYvt .navbar-caption:hover {
  color: #3a341c;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTb3OfYvt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.feTUfMHo-uNTb3OfYvt .text_widget {
  margin-bottom: 32px;
}
.feTUfMHo-uNTb3OfYvt .text_widget a {
  transition: all 0.3s ease-out;
}
.feTUfMHo-uNTb3OfYvt .text_widget a:hover,
.feTUfMHo-uNTb3OfYvt .text_widget a:focus {
  opacity: .8;
}
.feTUfMHo-uNTb3OfYvt .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTb3OfYvt .contacts-wrapper {
    display: none;
  }
}
.feTUfMHo-uNTb3OfYvt .contacts-wrapper a .saturation-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .feTUfMHo-uNTb3OfYvt .contacts-wrapper a .saturation-contact {
    margin: 8px 20px;
  }
}
.feTUfMHo-uNTb3OfYvt .contacts-wrapper a .saturation-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.feTUfMHo-uNTb3OfYvt .contacts-wrapper a .saturation-contact:hover:before,
.feTUfMHo-uNTb3OfYvt .contacts-wrapper a .saturation-contact:focus:before {
  width: 100%;
}
.feTUfMHo-uNTb3OfYvt .saturation-section-subtitle {
  color: #144031;
  text-align: center;
}
.feTUfMHo-uNTb3OfYvt .navbar-caption {
  color: #c7fcb5;
}
.feTUfMHo-uNTb3OfYvt .saturation-contact {
  color: #ffffff;
}
.feTUfMHo-uNTb3OfYvt .saturation-text {
  color: #144031;
  text-align: center;
}
.feTUfMHo-uNTb3OfYvt .saturation-section-subtitle,
.feTUfMHo-uNTb3OfYvt .text_widget,
.feTUfMHo-uNTb3OfYvt .saturation-section-btn {
  text-align: center;
}
.feTUfMHo-uNTb3OfYvt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.feTUfMHo-uNTgMtdVMR {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #fffcee;
}
.feTUfMHo-uNTgMtdVMR .underline .line {
  width: 2rem;
  height: 1px;
  background: #163300;
  display: inline-block;
}
.feTUfMHo-uNTgMtdVMR .saturation-text {
  margin: 0;
}
@media (max-width: 767px) {
  .feTUfMHo-uNTgMtdVMR .title {
    width: 100% !important;
  }
}
.feTUfMHo-uNTgMtdVMR .saturation-section-subtitle,
.feTUfMHo-uNTgMtdVMR .underline {
  color: #163300;
  text-align: center;
}
.feTUfMHo-uNTgMtdVMR .saturation-section-title {
  color: #163300;
}
.feTUfMHo-uNTgMtdVMR .saturation-text,
.feTUfMHo-uNTgMtdVMR .saturation-section-btn {
  color: #000000;
}
.feTUfMHo-uNTh0iKyxe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.feTUfMHo-uNTh0iKyxe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.feTUfMHo-uNTh0iKyxe .card-title {
  margin-bottom: 26px;
  color: #c4d6b0;
}
.feTUfMHo-uNTh0iKyxe .saturation-text {
  margin-bottom: 30px;
}
.feTUfMHo-uNTh0iKyxe .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(142, 195, 179, 0.4);
  background-image: linear-gradient(125deg, #8ec3b3 0%, #d1e6e0 100%);
}
.feTUfMHo-uNTh0iKyxe .iconfont-wrapper .saturation-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.feTUfMHo-uNTh0iKyxe .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.feTUfMHo-uNTh0iKyxe .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.feTUfMHo-uNTh0iKyxe .btn_link:hover {
  cursor: pointer;
}
.feTUfMHo-uNTh0iKyxe .btn_link:hover a {
  color: #291f1e !important;
}
.feTUfMHo-uNTh0iKyxe .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .feTUfMHo-uNTh0iKyxe .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTh0iKyxe .text-wrapper {
    text-align: center;
  }
  .feTUfMHo-uNTh0iKyxe .image-wrapper {
    margin-bottom: 40px;
  }
  .feTUfMHo-uNTh0iKyxe .saturation-text {
    margin-bottom: 20px;
  }
  .feTUfMHo-uNTh0iKyxe .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.feTUfMHo-uNTh0iKyxe .saturation-fallback-image.disabled {
  display: none;
}
.feTUfMHo-uNTh0iKyxe .saturation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.feTUfMHo-uNTh0iKyxe .card-title,
.feTUfMHo-uNTh0iKyxe .icon_block {
  color: #163300;
  text-align: left;
}
.feTUfMHo-uNTh0iKyxe .saturation-text,
.feTUfMHo-uNTh0iKyxe .btn_link {
  color: #000000;
  text-align: left;
}
.feTUfMHo-uNTgEIM79z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.feTUfMHo-uNTgEIM79z .saturation-fallback-image.disabled {
  display: none;
}
.feTUfMHo-uNTgEIM79z .saturation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.feTUfMHo-uNTgEIM79z .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .feTUfMHo-uNTgEIM79z .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .feTUfMHo-uNTgEIM79z .container {
    padding: 0 16px;
  }
}
.feTUfMHo-uNTgEIM79z .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.feTUfMHo-uNTgEIM79z .content-wrapper .saturation-section-title {
  margin-bottom: 50px;
}
.feTUfMHo-uNTgEIM79z .content-wrapper .saturation-text {
  margin-bottom: 0;
}
.feTUfMHo-uNTgEIM79z .saturation-section-title {
  color: #163300;
  text-align: center;
}
.feTUfMHo-uNTgEIM79z .saturation-text {
  color: #000000;
}
.feTUfMHo-uNTgEIM79z .saturation-text,
.feTUfMHo-uNTgEIM79z .icon-wrapper {
  text-align: center;
}
.feTUfMHo-uNTiSK2wBY {
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #c4d6b0;
}
.feTUfMHo-uNTiSK2wBY .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #163300;
}
.feTUfMHo-uNTiSK2wBY .saturation-fallback-image.disabled {
  display: none;
}
.feTUfMHo-uNTiSK2wBY .saturation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #fffcee;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper {
    display: block;
    margin: 0;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #163300;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #163300;
  }
}
@media (max-width: 1640px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .title-wrap .saturation-section-title {
  margin-bottom: 16px;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .saturation-desc {
  margin-bottom: 14px;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #163300;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .saturation-copy {
  margin-bottom: 0;
}
.feTUfMHo-uNTiSK2wBY .saturation-section-title {
  color: #150764;
}
.feTUfMHo-uNTiSK2wBY .saturation-desc {
  color: #150764;
}
.feTUfMHo-uNTiSK2wBY .list {
  color: #150764;
}
.feTUfMHo-uNTiSK2wBY .saturation-copy {
  color: #000000;
}
.feTUfMHo-uNTiSK2wBY .saturation-section-title,
.feTUfMHo-uNTiSK2wBY .saturation-section-btn,
.feTUfMHo-uNTiSK2wBY .logo-wrapper {
  color: #163300;
}
.feTUfMHo-uNTb41X1pB {
  background-color: transparent;
}
.feTUfMHo-uNTb41X1pB .navbar-dropdown {
  background-color: #c4d6b0 !important;
  padding: 0;
}
.feTUfMHo-uNTb41X1pB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #c4d6b0 !important;
  background: #c4d6b0;
}
.feTUfMHo-uNTb41X1pB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.feTUfMHo-uNTb41X1pB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTb41X1pB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .feTUfMHo-uNTb41X1pB .menu_box .navbar.opened,
  .feTUfMHo-uNTb41X1pB .menu_box .navbar-collapse {
    background-color: #c4d6b0 !important;
    transition: all 0s ease 0s;
  }
}
.feTUfMHo-uNTb41X1pB .navbar-dropdown {
  position: relative !important;
}
.feTUfMHo-uNTb41X1pB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTb41X1pB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTb41X1pB .saturation-section-btn-main {
    margin-top: 1rem;
  }
}
.feTUfMHo-uNTb41X1pB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.feTUfMHo-uNTb41X1pB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTb41X1pB .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .feTUfMHo-uNTb41X1pB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .feTUfMHo-uNTb41X1pB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .feTUfMHo-uNTb41X1pB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .feTUfMHo-uNTb41X1pB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .feTUfMHo-uNTb41X1pB .offcanvas-body .saturation-text,
  .feTUfMHo-uNTb41X1pB .offcanvas-body .saturation-section-subtitle {
    margin-bottom: 32px;
  }
  .feTUfMHo-uNTb41X1pB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .feTUfMHo-uNTb41X1pB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .feTUfMHo-uNTb41X1pB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #163300;
  }
  .feTUfMHo-uNTb41X1pB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .feTUfMHo-uNTb41X1pB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .feTUfMHo-uNTb41X1pB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .feTUfMHo-uNTb41X1pB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .feTUfMHo-uNTb41X1pB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .feTUfMHo-uNTb41X1pB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .feTUfMHo-uNTb41X1pB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .feTUfMHo-uNTb41X1pB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .feTUfMHo-uNTb41X1pB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .feTUfMHo-uNTb41X1pB .lg_brand {
    margin: 0 1rem;
  }
  .feTUfMHo-uNTb41X1pB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.feTUfMHo-uNTb41X1pB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .feTUfMHo-uNTb41X1pB .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTb41X1pB .nav-item {
    margin: 0 !important;
  }
}
.feTUfMHo-uNTb41X1pB .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.feTUfMHo-uNTb41X1pB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.feTUfMHo-uNTb41X1pB .nav-item .nav-link:hover,
.feTUfMHo-uNTb41X1pB .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.feTUfMHo-uNTb41X1pB .nav-item .nav-link:hover:before,
.feTUfMHo-uNTb41X1pB .nav-item .nav-link:focus:before {
  width: 100%;
}
.feTUfMHo-uNTb41X1pB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTb41X1pB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .feTUfMHo-uNTb41X1pB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTb41X1pB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .feTUfMHo-uNTb41X1pB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .feTUfMHo-uNTb41X1pB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .feTUfMHo-uNTb41X1pB .offcanvas_box {
    display: none;
  }
}
.feTUfMHo-uNTb41X1pB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.feTUfMHo-uNTb41X1pB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.feTUfMHo-uNTb41X1pB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.feTUfMHo-uNTb41X1pB .container {
  display: flex;
  margin: auto;
}
.feTUfMHo-uNTb41X1pB .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.feTUfMHo-uNTb41X1pB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.feTUfMHo-uNTb41X1pB .iconfont-wrapper:hover {
  opacity: .5;
}
.feTUfMHo-uNTb41X1pB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTb41X1pB .navbar-nav {
    margin: 0;
  }
}
.feTUfMHo-uNTb41X1pB .dropdown-menu,
.feTUfMHo-uNTb41X1pB .navbar.opened {
  background-color: false !important;
}
.feTUfMHo-uNTb41X1pB .nav-item:focus,
.feTUfMHo-uNTb41X1pB .nav-link:focus {
  outline: none;
}
.feTUfMHo-uNTb41X1pB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.feTUfMHo-uNTb41X1pB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.feTUfMHo-uNTb41X1pB .dropdown .dropdown-menu .dropdown-item .saturation-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.feTUfMHo-uNTb41X1pB .dropdown .dropdown-menu .dropdown-item .saturation-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.feTUfMHo-uNTb41X1pB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.feTUfMHo-uNTb41X1pB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.feTUfMHo-uNTb41X1pB .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTb41X1pB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.feTUfMHo-uNTb41X1pB .navbar.opened {
  transition: all 0.3s;
}
.feTUfMHo-uNTb41X1pB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.feTUfMHo-uNTb41X1pB .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.feTUfMHo-uNTb41X1pB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.feTUfMHo-uNTb41X1pB .navbar.collapsed {
  justify-content: center;
}
.feTUfMHo-uNTb41X1pB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.feTUfMHo-uNTb41X1pB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.feTUfMHo-uNTb41X1pB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.feTUfMHo-uNTb41X1pB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.feTUfMHo-uNTb41X1pB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.feTUfMHo-uNTb41X1pB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.feTUfMHo-uNTb41X1pB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTb41X1pB .navbar .nav-item {
    padding: .5rem 0;
  }
  .feTUfMHo-uNTb41X1pB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .feTUfMHo-uNTb41X1pB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .feTUfMHo-uNTb41X1pB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .feTUfMHo-uNTb41X1pB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .feTUfMHo-uNTb41X1pB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .feTUfMHo-uNTb41X1pB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .feTUfMHo-uNTb41X1pB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .feTUfMHo-uNTb41X1pB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .feTUfMHo-uNTb41X1pB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .feTUfMHo-uNTb41X1pB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .feTUfMHo-uNTb41X1pB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .feTUfMHo-uNTb41X1pB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .feTUfMHo-uNTb41X1pB .navbar .icons-menu {
    padding: 0;
  }
}
.feTUfMHo-uNTb41X1pB .navbar.navbar-short {
  min-height: 60px;
}
.feTUfMHo-uNTb41X1pB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.feTUfMHo-uNTb41X1pB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.feTUfMHo-uNTb41X1pB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .feTUfMHo-uNTb41X1pB .navbar-brand {
    margin-right: 25px;
  }
}
.feTUfMHo-uNTb41X1pB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.feTUfMHo-uNTb41X1pB .navbar-brand .navbar-logo a {
  outline: none;
}
.feTUfMHo-uNTb41X1pB .dropdown-item.active,
.feTUfMHo-uNTb41X1pB .dropdown-item:active {
  background-color: transparent;
}
.feTUfMHo-uNTb41X1pB .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.feTUfMHo-uNTb41X1pB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.feTUfMHo-uNTb41X1pB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.feTUfMHo-uNTb41X1pB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.feTUfMHo-uNTb41X1pB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.feTUfMHo-uNTb41X1pB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.feTUfMHo-uNTb41X1pB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #c4d6b0;
  background: #c4d6b0;
}
.feTUfMHo-uNTb41X1pB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.feTUfMHo-uNTb41X1pB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.feTUfMHo-uNTb41X1pB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.feTUfMHo-uNTb41X1pB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.feTUfMHo-uNTb41X1pB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.feTUfMHo-uNTb41X1pB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.feTUfMHo-uNTb41X1pB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.feTUfMHo-uNTb41X1pB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.feTUfMHo-uNTb41X1pB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.feTUfMHo-uNTb41X1pB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.feTUfMHo-uNTb41X1pB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .feTUfMHo-uNTb41X1pB .navbar {
    height: 70px;
  }
  .feTUfMHo-uNTb41X1pB .navbar.opened {
    height: auto;
  }
  .feTUfMHo-uNTb41X1pB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.feTUfMHo-uNTb41X1pB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .feTUfMHo-uNTb41X1pB .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.feTUfMHo-uNTb41X1pB .saturation-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTb41X1pB .saturation-section-btn-main {
    display: block;
    padding: 0;
  }
}
.feTUfMHo-uNTb41X1pB .saturation-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.feTUfMHo-uNTb41X1pB .navbar-caption:hover {
  color: #3a341c;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTb41X1pB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.feTUfMHo-uNTb41X1pB .text_widget {
  margin-bottom: 32px;
}
.feTUfMHo-uNTb41X1pB .text_widget a {
  transition: all 0.3s ease-out;
}
.feTUfMHo-uNTb41X1pB .text_widget a:hover,
.feTUfMHo-uNTb41X1pB .text_widget a:focus {
  opacity: .8;
}
.feTUfMHo-uNTb41X1pB .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTb41X1pB .contacts-wrapper {
    display: none;
  }
}
.feTUfMHo-uNTb41X1pB .contacts-wrapper a .saturation-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .feTUfMHo-uNTb41X1pB .contacts-wrapper a .saturation-contact {
    margin: 8px 20px;
  }
}
.feTUfMHo-uNTb41X1pB .contacts-wrapper a .saturation-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.feTUfMHo-uNTb41X1pB .contacts-wrapper a .saturation-contact:hover:before,
.feTUfMHo-uNTb41X1pB .contacts-wrapper a .saturation-contact:focus:before {
  width: 100%;
}
.feTUfMHo-uNTb41X1pB .saturation-section-subtitle {
  color: #144031;
  text-align: center;
}
.feTUfMHo-uNTb41X1pB .navbar-caption {
  color: #c7fcb5;
}
.feTUfMHo-uNTb41X1pB .saturation-contact {
  color: #ffffff;
}
.feTUfMHo-uNTb41X1pB .saturation-text {
  color: #144031;
  text-align: center;
}
.feTUfMHo-uNTb41X1pB .saturation-section-subtitle,
.feTUfMHo-uNTb41X1pB .text_widget,
.feTUfMHo-uNTb41X1pB .saturation-section-btn {
  text-align: center;
}
.feTUfMHo-uNTb41X1pB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.feTUfMHo-uNThBM7jn7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.feTUfMHo-uNThBM7jn7 .saturation-fallback-image.disabled {
  display: none;
}
.feTUfMHo-uNThBM7jn7 .saturation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.feTUfMHo-uNThBM7jn7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .feTUfMHo-uNThBM7jn7 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNThBM7jn7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNThBM7jn7 .container {
    padding: 0 16px;
  }
}
.feTUfMHo-uNThBM7jn7 .title-wrapper .saturation-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNThBM7jn7 .title-wrapper .saturation-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNThBM7jn7 .image-wrapper {
    margin-bottom: 32px;
  }
}
.feTUfMHo-uNThBM7jn7 .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .feTUfMHo-uNThBM7jn7 .image-wrapper img {
    height: 350px;
  }
}
.feTUfMHo-uNThBM7jn7 .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNThBM7jn7 .content-wrapper {
    margin: 0;
  }
}
.feTUfMHo-uNThBM7jn7 .desc-wrapper {
  margin-bottom: 24px;
}
.feTUfMHo-uNThBM7jn7 .desc-wrapper .saturation-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.feTUfMHo-uNThBM7jn7 .desc-wrapper .saturation-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.feTUfMHo-uNThBM7jn7 .dragArea.row .saturation-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .feTUfMHo-uNThBM7jn7 .dragArea.row .saturation-section-title {
    margin-bottom: 16px !important;
  }
}
.feTUfMHo-uNThBM7jn7 .dragArea.row .saturation-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .feTUfMHo-uNThBM7jn7 .dragArea.row .saturation-text {
    margin-bottom: 16px !important;
  }
}
.feTUfMHo-uNThBM7jn7 .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.feTUfMHo-uNThBM7jn7 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.feTUfMHo-uNThBM7jn7 .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #163300 !important;
}
.feTUfMHo-uNThBM7jn7 .dragArea.row .form-group .form-control:hover,
.feTUfMHo-uNThBM7jn7 .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #163300 !important;
}
.feTUfMHo-uNThBM7jn7 .dragArea.row .form-group .form-control::placeholder {
  color: #291f1e;
  opacity: .7;
}
.feTUfMHo-uNThBM7jn7 .dragArea.row .form-group textarea {
  min-height: 100px;
}
.feTUfMHo-uNThBM7jn7 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.feTUfMHo-uNThBM7jn7 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #320707;
  border-color: #291f1e;
  border-radius: 0;
}
.feTUfMHo-uNThBM7jn7 .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #291f1e;
}
.feTUfMHo-uNThBM7jn7 .dragArea.row .saturation-section-btn {
  width: 100%;
  margin-top: 16px;
}
.feTUfMHo-uNThBM7jn7 .dragArea.row .saturation-section-btn .btn {
  width: 100%;
}
.feTUfMHo-uNThBM7jn7 .saturation-section-title {
  color: #1c1c1c;
}
.feTUfMHo-uNThBM7jn7 .saturation-desc {
  color: #1c1c1c;
}
.feTUfMHo-uNThBM7jn7 .saturation-text {
  color: #1c1c1c;
}
.feTUfMHo-uNThBM7jn7 H5 {
  text-align: center;
}
.feTUfMHo-uNThBM7jn7 P {
  text-align: center;
}
.feTUfMHo-uNThzamv9z {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.feTUfMHo-uNThzamv9z .saturation-fallback-image.disabled {
  display: none;
}
.feTUfMHo-uNThzamv9z .saturation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.feTUfMHo-uNThzamv9z .title-wrapper .saturation-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .feTUfMHo-uNThzamv9z .title-wrapper .saturation-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNThzamv9z .title-wrapper .saturation-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.feTUfMHo-uNThzamv9z .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 20px;
}
.feTUfMHo-uNThzamv9z .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNThzamv9z .border-wrapper_2 {
    margin-top: 0;
  }
}
.feTUfMHo-uNThzamv9z .items-wrapper {
  margin: 0 -5px;
}
.feTUfMHo-uNThzamv9z .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNThzamv9z .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.feTUfMHo-uNThzamv9z .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #fffcee;
}
.feTUfMHo-uNThzamv9z .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNThzamv9z .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.feTUfMHo-uNThzamv9z .items-wrapper .item .item-wrapper .item-content .icon-wrapper .saturation-iconfont {
  font-size: 84px;
  color: #163300;
  display: inline-flex;
}
@media (max-width: 992px) {
  .feTUfMHo-uNThzamv9z .items-wrapper .item .item-wrapper .item-content .icon-wrapper .saturation-iconfont {
    font-size: 54px;
  }
}
.feTUfMHo-uNThzamv9z .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.feTUfMHo-uNThzamv9z .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .feTUfMHo-uNThzamv9z .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.feTUfMHo-uNThzamv9z .items-wrapper .item .item-wrapper .saturation-section-btn {
  margin-top: 20px;
}
.feTUfMHo-uNThzamv9z .items-wrapper .item .item-wrapper .saturation-section-btn .btn {
  margin-bottom: 0;
}
.feTUfMHo-uNThzamv9z .saturation-section-title {
  color: #093388;
}
.feTUfMHo-uNThzamv9z .item-title {
  color: #093388;
}
.feTUfMHo-uNThzamv9z .item-text {
  color: #58595b;
}
.feTUfMHo-uNThzamv9z .saturation-section-title,
.feTUfMHo-uNThzamv9z .title-wrapper {
  text-align: center;
  color: #154138;
}
.feTUfMHo-uNThzamv9z .item-title,
.feTUfMHo-uNThzamv9z .saturation-section-btn,
.feTUfMHo-uNThzamv9z .icon-wrapper {
  color: #163300;
  text-align: center;
}
.feTUfMHo-uNThzamv9z .item-text,
.feTUfMHo-uNThzamv9z .text-wrapper {
  color: #000000;
  text-align: center;
}
.feTUfMHo-uNTiSK2wBY {
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #c4d6b0;
}
.feTUfMHo-uNTiSK2wBY .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #163300;
}
.feTUfMHo-uNTiSK2wBY .saturation-fallback-image.disabled {
  display: none;
}
.feTUfMHo-uNTiSK2wBY .saturation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #fffcee;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper {
    display: block;
    margin: 0;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #163300;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #163300;
  }
}
@media (max-width: 1640px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .title-wrap .saturation-section-title {
  margin-bottom: 16px;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .saturation-desc {
  margin-bottom: 14px;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #163300;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .saturation-copy {
  margin-bottom: 0;
}
.feTUfMHo-uNTiSK2wBY .saturation-section-title {
  color: #150764;
}
.feTUfMHo-uNTiSK2wBY .saturation-desc {
  color: #150764;
}
.feTUfMHo-uNTiSK2wBY .list {
  color: #150764;
}
.feTUfMHo-uNTiSK2wBY .saturation-copy {
  color: #000000;
}
.feTUfMHo-uNTiSK2wBY .saturation-section-title,
.feTUfMHo-uNTiSK2wBY .saturation-section-btn,
.feTUfMHo-uNTiSK2wBY .logo-wrapper {
  color: #163300;
}
.feTUfMHo-uNTb4fXpMR {
  background-color: transparent;
}
.feTUfMHo-uNTb4fXpMR .navbar-dropdown {
  background-color: #c4d6b0 !important;
  padding: 0;
}
.feTUfMHo-uNTb4fXpMR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #c4d6b0 !important;
  background: #c4d6b0;
}
.feTUfMHo-uNTb4fXpMR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.feTUfMHo-uNTb4fXpMR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTb4fXpMR .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .feTUfMHo-uNTb4fXpMR .menu_box .navbar.opened,
  .feTUfMHo-uNTb4fXpMR .menu_box .navbar-collapse {
    background-color: #c4d6b0 !important;
    transition: all 0s ease 0s;
  }
}
.feTUfMHo-uNTb4fXpMR .navbar-dropdown {
  position: relative !important;
}
.feTUfMHo-uNTb4fXpMR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTb4fXpMR .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTb4fXpMR .saturation-section-btn-main {
    margin-top: 1rem;
  }
}
.feTUfMHo-uNTb4fXpMR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.feTUfMHo-uNTb4fXpMR .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTb4fXpMR .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .feTUfMHo-uNTb4fXpMR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .feTUfMHo-uNTb4fXpMR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .feTUfMHo-uNTb4fXpMR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .feTUfMHo-uNTb4fXpMR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .feTUfMHo-uNTb4fXpMR .offcanvas-body .saturation-text,
  .feTUfMHo-uNTb4fXpMR .offcanvas-body .saturation-section-subtitle {
    margin-bottom: 32px;
  }
  .feTUfMHo-uNTb4fXpMR .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .feTUfMHo-uNTb4fXpMR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .feTUfMHo-uNTb4fXpMR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #163300;
  }
  .feTUfMHo-uNTb4fXpMR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .feTUfMHo-uNTb4fXpMR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .feTUfMHo-uNTb4fXpMR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .feTUfMHo-uNTb4fXpMR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .feTUfMHo-uNTb4fXpMR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .feTUfMHo-uNTb4fXpMR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .feTUfMHo-uNTb4fXpMR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .feTUfMHo-uNTb4fXpMR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .feTUfMHo-uNTb4fXpMR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .feTUfMHo-uNTb4fXpMR .lg_brand {
    margin: 0 1rem;
  }
  .feTUfMHo-uNTb4fXpMR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.feTUfMHo-uNTb4fXpMR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .feTUfMHo-uNTb4fXpMR .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTb4fXpMR .nav-item {
    margin: 0 !important;
  }
}
.feTUfMHo-uNTb4fXpMR .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.feTUfMHo-uNTb4fXpMR .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.feTUfMHo-uNTb4fXpMR .nav-item .nav-link:hover,
.feTUfMHo-uNTb4fXpMR .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.feTUfMHo-uNTb4fXpMR .nav-item .nav-link:hover:before,
.feTUfMHo-uNTb4fXpMR .nav-item .nav-link:focus:before {
  width: 100%;
}
.feTUfMHo-uNTb4fXpMR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTb4fXpMR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .feTUfMHo-uNTb4fXpMR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTb4fXpMR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .feTUfMHo-uNTb4fXpMR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .feTUfMHo-uNTb4fXpMR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .feTUfMHo-uNTb4fXpMR .offcanvas_box {
    display: none;
  }
}
.feTUfMHo-uNTb4fXpMR .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.feTUfMHo-uNTb4fXpMR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.feTUfMHo-uNTb4fXpMR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.feTUfMHo-uNTb4fXpMR .container {
  display: flex;
  margin: auto;
}
.feTUfMHo-uNTb4fXpMR .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.feTUfMHo-uNTb4fXpMR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.feTUfMHo-uNTb4fXpMR .iconfont-wrapper:hover {
  opacity: .5;
}
.feTUfMHo-uNTb4fXpMR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTb4fXpMR .navbar-nav {
    margin: 0;
  }
}
.feTUfMHo-uNTb4fXpMR .dropdown-menu,
.feTUfMHo-uNTb4fXpMR .navbar.opened {
  background-color: false !important;
}
.feTUfMHo-uNTb4fXpMR .nav-item:focus,
.feTUfMHo-uNTb4fXpMR .nav-link:focus {
  outline: none;
}
.feTUfMHo-uNTb4fXpMR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.feTUfMHo-uNTb4fXpMR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.feTUfMHo-uNTb4fXpMR .dropdown .dropdown-menu .dropdown-item .saturation-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.feTUfMHo-uNTb4fXpMR .dropdown .dropdown-menu .dropdown-item .saturation-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.feTUfMHo-uNTb4fXpMR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.feTUfMHo-uNTb4fXpMR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.feTUfMHo-uNTb4fXpMR .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTb4fXpMR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.feTUfMHo-uNTb4fXpMR .navbar.opened {
  transition: all 0.3s;
}
.feTUfMHo-uNTb4fXpMR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.feTUfMHo-uNTb4fXpMR .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.feTUfMHo-uNTb4fXpMR .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.feTUfMHo-uNTb4fXpMR .navbar.collapsed {
  justify-content: center;
}
.feTUfMHo-uNTb4fXpMR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.feTUfMHo-uNTb4fXpMR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.feTUfMHo-uNTb4fXpMR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.feTUfMHo-uNTb4fXpMR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.feTUfMHo-uNTb4fXpMR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.feTUfMHo-uNTb4fXpMR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.feTUfMHo-uNTb4fXpMR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTb4fXpMR .navbar .nav-item {
    padding: .5rem 0;
  }
  .feTUfMHo-uNTb4fXpMR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .feTUfMHo-uNTb4fXpMR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .feTUfMHo-uNTb4fXpMR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .feTUfMHo-uNTb4fXpMR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .feTUfMHo-uNTb4fXpMR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .feTUfMHo-uNTb4fXpMR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .feTUfMHo-uNTb4fXpMR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .feTUfMHo-uNTb4fXpMR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .feTUfMHo-uNTb4fXpMR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .feTUfMHo-uNTb4fXpMR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .feTUfMHo-uNTb4fXpMR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .feTUfMHo-uNTb4fXpMR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .feTUfMHo-uNTb4fXpMR .navbar .icons-menu {
    padding: 0;
  }
}
.feTUfMHo-uNTb4fXpMR .navbar.navbar-short {
  min-height: 60px;
}
.feTUfMHo-uNTb4fXpMR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.feTUfMHo-uNTb4fXpMR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.feTUfMHo-uNTb4fXpMR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .feTUfMHo-uNTb4fXpMR .navbar-brand {
    margin-right: 25px;
  }
}
.feTUfMHo-uNTb4fXpMR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.feTUfMHo-uNTb4fXpMR .navbar-brand .navbar-logo a {
  outline: none;
}
.feTUfMHo-uNTb4fXpMR .dropdown-item.active,
.feTUfMHo-uNTb4fXpMR .dropdown-item:active {
  background-color: transparent;
}
.feTUfMHo-uNTb4fXpMR .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.feTUfMHo-uNTb4fXpMR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.feTUfMHo-uNTb4fXpMR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.feTUfMHo-uNTb4fXpMR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.feTUfMHo-uNTb4fXpMR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.feTUfMHo-uNTb4fXpMR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.feTUfMHo-uNTb4fXpMR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #c4d6b0;
  background: #c4d6b0;
}
.feTUfMHo-uNTb4fXpMR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.feTUfMHo-uNTb4fXpMR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.feTUfMHo-uNTb4fXpMR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.feTUfMHo-uNTb4fXpMR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.feTUfMHo-uNTb4fXpMR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.feTUfMHo-uNTb4fXpMR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.feTUfMHo-uNTb4fXpMR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.feTUfMHo-uNTb4fXpMR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.feTUfMHo-uNTb4fXpMR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.feTUfMHo-uNTb4fXpMR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.feTUfMHo-uNTb4fXpMR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .feTUfMHo-uNTb4fXpMR .navbar {
    height: 70px;
  }
  .feTUfMHo-uNTb4fXpMR .navbar.opened {
    height: auto;
  }
  .feTUfMHo-uNTb4fXpMR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.feTUfMHo-uNTb4fXpMR .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .feTUfMHo-uNTb4fXpMR .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.feTUfMHo-uNTb4fXpMR .saturation-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTb4fXpMR .saturation-section-btn-main {
    display: block;
    padding: 0;
  }
}
.feTUfMHo-uNTb4fXpMR .saturation-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.feTUfMHo-uNTb4fXpMR .navbar-caption:hover {
  color: #3a341c;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTb4fXpMR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.feTUfMHo-uNTb4fXpMR .text_widget {
  margin-bottom: 32px;
}
.feTUfMHo-uNTb4fXpMR .text_widget a {
  transition: all 0.3s ease-out;
}
.feTUfMHo-uNTb4fXpMR .text_widget a:hover,
.feTUfMHo-uNTb4fXpMR .text_widget a:focus {
  opacity: .8;
}
.feTUfMHo-uNTb4fXpMR .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTb4fXpMR .contacts-wrapper {
    display: none;
  }
}
.feTUfMHo-uNTb4fXpMR .contacts-wrapper a .saturation-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .feTUfMHo-uNTb4fXpMR .contacts-wrapper a .saturation-contact {
    margin: 8px 20px;
  }
}
.feTUfMHo-uNTb4fXpMR .contacts-wrapper a .saturation-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.feTUfMHo-uNTb4fXpMR .contacts-wrapper a .saturation-contact:hover:before,
.feTUfMHo-uNTb4fXpMR .contacts-wrapper a .saturation-contact:focus:before {
  width: 100%;
}
.feTUfMHo-uNTb4fXpMR .saturation-section-subtitle {
  color: #144031;
  text-align: center;
}
.feTUfMHo-uNTb4fXpMR .navbar-caption {
  color: #c7fcb5;
}
.feTUfMHo-uNTb4fXpMR .saturation-contact {
  color: #ffffff;
}
.feTUfMHo-uNTb4fXpMR .saturation-text {
  color: #144031;
  text-align: center;
}
.feTUfMHo-uNTb4fXpMR .saturation-section-subtitle,
.feTUfMHo-uNTb4fXpMR .text_widget,
.feTUfMHo-uNTb4fXpMR .saturation-section-btn {
  text-align: center;
}
.feTUfMHo-uNTb4fXpMR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.feTUfMHo-uNTb6s5fCV {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c4d6b0;
}
.feTUfMHo-uNTb6s5fCV .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.feTUfMHo-uNTb6s5fCV .saturation-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTb6s5fCV .saturation-section-title {
    margin-bottom: 6.66vw;
  }
}
.feTUfMHo-uNTb6s5fCV .saturation-section-subtitle {
  color: #163300;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTb6s5fCV .saturation-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.feTUfMHo-uNTb6s5fCV .saturation-text {
  color: #000000;
}
.feTUfMHo-uNTiSK2wBY {
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #c4d6b0;
}
.feTUfMHo-uNTiSK2wBY .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #163300;
}
.feTUfMHo-uNTiSK2wBY .saturation-fallback-image.disabled {
  display: none;
}
.feTUfMHo-uNTiSK2wBY .saturation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #fffcee;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper {
    display: block;
    margin: 0;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #163300;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #163300;
  }
}
@media (max-width: 1640px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .title-wrap .saturation-section-title {
  margin-bottom: 16px;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .saturation-desc {
  margin-bottom: 14px;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #163300;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .saturation-copy {
  margin-bottom: 0;
}
.feTUfMHo-uNTiSK2wBY .saturation-section-title {
  color: #150764;
}
.feTUfMHo-uNTiSK2wBY .saturation-desc {
  color: #150764;
}
.feTUfMHo-uNTiSK2wBY .list {
  color: #150764;
}
.feTUfMHo-uNTiSK2wBY .saturation-copy {
  color: #000000;
}
.feTUfMHo-uNTiSK2wBY .saturation-section-title,
.feTUfMHo-uNTiSK2wBY .saturation-section-btn,
.feTUfMHo-uNTiSK2wBY .logo-wrapper {
  color: #163300;
}
.feTUfMHo-uNTbeYZl0V {
  background-color: transparent;
}
.feTUfMHo-uNTbeYZl0V .navbar-dropdown {
  background-color: #c4d6b0 !important;
  padding: 0;
}
.feTUfMHo-uNTbeYZl0V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #c4d6b0 !important;
  background: #c4d6b0;
}
.feTUfMHo-uNTbeYZl0V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.feTUfMHo-uNTbeYZl0V .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbeYZl0V .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .feTUfMHo-uNTbeYZl0V .menu_box .navbar.opened,
  .feTUfMHo-uNTbeYZl0V .menu_box .navbar-collapse {
    background-color: #c4d6b0 !important;
    transition: all 0s ease 0s;
  }
}
.feTUfMHo-uNTbeYZl0V .navbar-dropdown {
  position: relative !important;
}
.feTUfMHo-uNTbeYZl0V .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbeYZl0V .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbeYZl0V .saturation-section-btn-main {
    margin-top: 1rem;
  }
}
.feTUfMHo-uNTbeYZl0V .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.feTUfMHo-uNTbeYZl0V .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTbeYZl0V .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .feTUfMHo-uNTbeYZl0V .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .feTUfMHo-uNTbeYZl0V .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .feTUfMHo-uNTbeYZl0V .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .feTUfMHo-uNTbeYZl0V .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .feTUfMHo-uNTbeYZl0V .offcanvas-body .saturation-text,
  .feTUfMHo-uNTbeYZl0V .offcanvas-body .saturation-section-subtitle {
    margin-bottom: 32px;
  }
  .feTUfMHo-uNTbeYZl0V .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .feTUfMHo-uNTbeYZl0V .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .feTUfMHo-uNTbeYZl0V .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #163300;
  }
  .feTUfMHo-uNTbeYZl0V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .feTUfMHo-uNTbeYZl0V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .feTUfMHo-uNTbeYZl0V .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .feTUfMHo-uNTbeYZl0V .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .feTUfMHo-uNTbeYZl0V ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .feTUfMHo-uNTbeYZl0V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .feTUfMHo-uNTbeYZl0V .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .feTUfMHo-uNTbeYZl0V .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .feTUfMHo-uNTbeYZl0V li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .feTUfMHo-uNTbeYZl0V .lg_brand {
    margin: 0 1rem;
  }
  .feTUfMHo-uNTbeYZl0V .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.feTUfMHo-uNTbeYZl0V .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .feTUfMHo-uNTbeYZl0V .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbeYZl0V .nav-item {
    margin: 0 !important;
  }
}
.feTUfMHo-uNTbeYZl0V .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.feTUfMHo-uNTbeYZl0V .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.feTUfMHo-uNTbeYZl0V .nav-item .nav-link:hover,
.feTUfMHo-uNTbeYZl0V .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.feTUfMHo-uNTbeYZl0V .nav-item .nav-link:hover:before,
.feTUfMHo-uNTbeYZl0V .nav-item .nav-link:focus:before {
  width: 100%;
}
.feTUfMHo-uNTbeYZl0V .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTbeYZl0V .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .feTUfMHo-uNTbeYZl0V .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbeYZl0V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .feTUfMHo-uNTbeYZl0V .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .feTUfMHo-uNTbeYZl0V .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .feTUfMHo-uNTbeYZl0V .offcanvas_box {
    display: none;
  }
}
.feTUfMHo-uNTbeYZl0V .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.feTUfMHo-uNTbeYZl0V .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.feTUfMHo-uNTbeYZl0V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.feTUfMHo-uNTbeYZl0V .container {
  display: flex;
  margin: auto;
}
.feTUfMHo-uNTbeYZl0V .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.feTUfMHo-uNTbeYZl0V .iconfont-wrapper:last-child {
  margin-right: 0;
}
.feTUfMHo-uNTbeYZl0V .iconfont-wrapper:hover {
  opacity: .5;
}
.feTUfMHo-uNTbeYZl0V .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTbeYZl0V .navbar-nav {
    margin: 0;
  }
}
.feTUfMHo-uNTbeYZl0V .dropdown-menu,
.feTUfMHo-uNTbeYZl0V .navbar.opened {
  background-color: false !important;
}
.feTUfMHo-uNTbeYZl0V .nav-item:focus,
.feTUfMHo-uNTbeYZl0V .nav-link:focus {
  outline: none;
}
.feTUfMHo-uNTbeYZl0V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.feTUfMHo-uNTbeYZl0V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.feTUfMHo-uNTbeYZl0V .dropdown .dropdown-menu .dropdown-item .saturation-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.feTUfMHo-uNTbeYZl0V .dropdown .dropdown-menu .dropdown-item .saturation-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.feTUfMHo-uNTbeYZl0V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.feTUfMHo-uNTbeYZl0V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.feTUfMHo-uNTbeYZl0V .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTbeYZl0V .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.feTUfMHo-uNTbeYZl0V .navbar.opened {
  transition: all 0.3s;
}
.feTUfMHo-uNTbeYZl0V .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.feTUfMHo-uNTbeYZl0V .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.feTUfMHo-uNTbeYZl0V .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.feTUfMHo-uNTbeYZl0V .navbar.collapsed {
  justify-content: center;
}
.feTUfMHo-uNTbeYZl0V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.feTUfMHo-uNTbeYZl0V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.feTUfMHo-uNTbeYZl0V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.feTUfMHo-uNTbeYZl0V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.feTUfMHo-uNTbeYZl0V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.feTUfMHo-uNTbeYZl0V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.feTUfMHo-uNTbeYZl0V .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbeYZl0V .navbar .nav-item {
    padding: .5rem 0;
  }
  .feTUfMHo-uNTbeYZl0V .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .feTUfMHo-uNTbeYZl0V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .feTUfMHo-uNTbeYZl0V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .feTUfMHo-uNTbeYZl0V .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .feTUfMHo-uNTbeYZl0V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .feTUfMHo-uNTbeYZl0V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .feTUfMHo-uNTbeYZl0V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .feTUfMHo-uNTbeYZl0V .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .feTUfMHo-uNTbeYZl0V .navbar ul.navbar-nav li {
    margin: 0;
  }
  .feTUfMHo-uNTbeYZl0V .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .feTUfMHo-uNTbeYZl0V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .feTUfMHo-uNTbeYZl0V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .feTUfMHo-uNTbeYZl0V .navbar .icons-menu {
    padding: 0;
  }
}
.feTUfMHo-uNTbeYZl0V .navbar.navbar-short {
  min-height: 60px;
}
.feTUfMHo-uNTbeYZl0V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.feTUfMHo-uNTbeYZl0V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.feTUfMHo-uNTbeYZl0V .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .feTUfMHo-uNTbeYZl0V .navbar-brand {
    margin-right: 25px;
  }
}
.feTUfMHo-uNTbeYZl0V .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.feTUfMHo-uNTbeYZl0V .navbar-brand .navbar-logo a {
  outline: none;
}
.feTUfMHo-uNTbeYZl0V .dropdown-item.active,
.feTUfMHo-uNTbeYZl0V .dropdown-item:active {
  background-color: transparent;
}
.feTUfMHo-uNTbeYZl0V .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.feTUfMHo-uNTbeYZl0V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.feTUfMHo-uNTbeYZl0V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.feTUfMHo-uNTbeYZl0V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.feTUfMHo-uNTbeYZl0V ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.feTUfMHo-uNTbeYZl0V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.feTUfMHo-uNTbeYZl0V button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #c4d6b0;
  background: #c4d6b0;
}
.feTUfMHo-uNTbeYZl0V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.feTUfMHo-uNTbeYZl0V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.feTUfMHo-uNTbeYZl0V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.feTUfMHo-uNTbeYZl0V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.feTUfMHo-uNTbeYZl0V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.feTUfMHo-uNTbeYZl0V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.feTUfMHo-uNTbeYZl0V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.feTUfMHo-uNTbeYZl0V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.feTUfMHo-uNTbeYZl0V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.feTUfMHo-uNTbeYZl0V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.feTUfMHo-uNTbeYZl0V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .feTUfMHo-uNTbeYZl0V .navbar {
    height: 70px;
  }
  .feTUfMHo-uNTbeYZl0V .navbar.opened {
    height: auto;
  }
  .feTUfMHo-uNTbeYZl0V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.feTUfMHo-uNTbeYZl0V .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .feTUfMHo-uNTbeYZl0V .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.feTUfMHo-uNTbeYZl0V .saturation-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTbeYZl0V .saturation-section-btn-main {
    display: block;
    padding: 0;
  }
}
.feTUfMHo-uNTbeYZl0V .saturation-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.feTUfMHo-uNTbeYZl0V .navbar-caption:hover {
  color: #3a341c;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTbeYZl0V .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.feTUfMHo-uNTbeYZl0V .text_widget {
  margin-bottom: 32px;
}
.feTUfMHo-uNTbeYZl0V .text_widget a {
  transition: all 0.3s ease-out;
}
.feTUfMHo-uNTbeYZl0V .text_widget a:hover,
.feTUfMHo-uNTbeYZl0V .text_widget a:focus {
  opacity: .8;
}
.feTUfMHo-uNTbeYZl0V .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTbeYZl0V .contacts-wrapper {
    display: none;
  }
}
.feTUfMHo-uNTbeYZl0V .contacts-wrapper a .saturation-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .feTUfMHo-uNTbeYZl0V .contacts-wrapper a .saturation-contact {
    margin: 8px 20px;
  }
}
.feTUfMHo-uNTbeYZl0V .contacts-wrapper a .saturation-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.feTUfMHo-uNTbeYZl0V .contacts-wrapper a .saturation-contact:hover:before,
.feTUfMHo-uNTbeYZl0V .contacts-wrapper a .saturation-contact:focus:before {
  width: 100%;
}
.feTUfMHo-uNTbeYZl0V .saturation-section-subtitle {
  color: #144031;
  text-align: center;
}
.feTUfMHo-uNTbeYZl0V .navbar-caption {
  color: #c7fcb5;
}
.feTUfMHo-uNTbeYZl0V .saturation-contact {
  color: #ffffff;
}
.feTUfMHo-uNTbeYZl0V .saturation-text {
  color: #144031;
  text-align: center;
}
.feTUfMHo-uNTbeYZl0V .saturation-section-subtitle,
.feTUfMHo-uNTbeYZl0V .text_widget,
.feTUfMHo-uNTbeYZl0V .saturation-section-btn {
  text-align: center;
}
.feTUfMHo-uNTbeYZl0V a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.feTUfMHo-uNTbeZtxZr {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c4d6b0;
}
.feTUfMHo-uNTbeZtxZr .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.feTUfMHo-uNTbeZtxZr .saturation-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbeZtxZr .saturation-section-title {
    margin-bottom: 6.66vw;
  }
}
.feTUfMHo-uNTbeZtxZr .saturation-section-subtitle {
  color: #163300;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbeZtxZr .saturation-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.feTUfMHo-uNTbeZtxZr .saturation-text {
  color: #000000;
}
.feTUfMHo-uNTiSK2wBY {
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #c4d6b0;
}
.feTUfMHo-uNTiSK2wBY .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #163300;
}
.feTUfMHo-uNTiSK2wBY .saturation-fallback-image.disabled {
  display: none;
}
.feTUfMHo-uNTiSK2wBY .saturation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #fffcee;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper {
    display: block;
    margin: 0;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #163300;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #163300;
  }
}
@media (max-width: 1640px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .title-wrap .saturation-section-title {
  margin-bottom: 16px;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .saturation-desc {
  margin-bottom: 14px;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #163300;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .saturation-copy {
  margin-bottom: 0;
}
.feTUfMHo-uNTiSK2wBY .saturation-section-title {
  color: #150764;
}
.feTUfMHo-uNTiSK2wBY .saturation-desc {
  color: #150764;
}
.feTUfMHo-uNTiSK2wBY .list {
  color: #150764;
}
.feTUfMHo-uNTiSK2wBY .saturation-copy {
  color: #000000;
}
.feTUfMHo-uNTiSK2wBY .saturation-section-title,
.feTUfMHo-uNTiSK2wBY .saturation-section-btn,
.feTUfMHo-uNTiSK2wBY .logo-wrapper {
  color: #163300;
}
.feTUfMHo-uNTbfbUNLJ {
  background-color: transparent;
}
.feTUfMHo-uNTbfbUNLJ .navbar-dropdown {
  background-color: #c4d6b0 !important;
  padding: 0;
}
.feTUfMHo-uNTbfbUNLJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #c4d6b0 !important;
  background: #c4d6b0;
}
.feTUfMHo-uNTbfbUNLJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.feTUfMHo-uNTbfbUNLJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbfbUNLJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .feTUfMHo-uNTbfbUNLJ .menu_box .navbar.opened,
  .feTUfMHo-uNTbfbUNLJ .menu_box .navbar-collapse {
    background-color: #c4d6b0 !important;
    transition: all 0s ease 0s;
  }
}
.feTUfMHo-uNTbfbUNLJ .navbar-dropdown {
  position: relative !important;
}
.feTUfMHo-uNTbfbUNLJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbfbUNLJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbfbUNLJ .saturation-section-btn-main {
    margin-top: 1rem;
  }
}
.feTUfMHo-uNTbfbUNLJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.feTUfMHo-uNTbfbUNLJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTbfbUNLJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .feTUfMHo-uNTbfbUNLJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .feTUfMHo-uNTbfbUNLJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .feTUfMHo-uNTbfbUNLJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .feTUfMHo-uNTbfbUNLJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .feTUfMHo-uNTbfbUNLJ .offcanvas-body .saturation-text,
  .feTUfMHo-uNTbfbUNLJ .offcanvas-body .saturation-section-subtitle {
    margin-bottom: 32px;
  }
  .feTUfMHo-uNTbfbUNLJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .feTUfMHo-uNTbfbUNLJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .feTUfMHo-uNTbfbUNLJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #163300;
  }
  .feTUfMHo-uNTbfbUNLJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .feTUfMHo-uNTbfbUNLJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .feTUfMHo-uNTbfbUNLJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .feTUfMHo-uNTbfbUNLJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .feTUfMHo-uNTbfbUNLJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .feTUfMHo-uNTbfbUNLJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .feTUfMHo-uNTbfbUNLJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .feTUfMHo-uNTbfbUNLJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .feTUfMHo-uNTbfbUNLJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .feTUfMHo-uNTbfbUNLJ .lg_brand {
    margin: 0 1rem;
  }
  .feTUfMHo-uNTbfbUNLJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.feTUfMHo-uNTbfbUNLJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .feTUfMHo-uNTbfbUNLJ .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbfbUNLJ .nav-item {
    margin: 0 !important;
  }
}
.feTUfMHo-uNTbfbUNLJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.feTUfMHo-uNTbfbUNLJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.feTUfMHo-uNTbfbUNLJ .nav-item .nav-link:hover,
.feTUfMHo-uNTbfbUNLJ .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.feTUfMHo-uNTbfbUNLJ .nav-item .nav-link:hover:before,
.feTUfMHo-uNTbfbUNLJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.feTUfMHo-uNTbfbUNLJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTbfbUNLJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .feTUfMHo-uNTbfbUNLJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbfbUNLJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .feTUfMHo-uNTbfbUNLJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .feTUfMHo-uNTbfbUNLJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .feTUfMHo-uNTbfbUNLJ .offcanvas_box {
    display: none;
  }
}
.feTUfMHo-uNTbfbUNLJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.feTUfMHo-uNTbfbUNLJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.feTUfMHo-uNTbfbUNLJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.feTUfMHo-uNTbfbUNLJ .container {
  display: flex;
  margin: auto;
}
.feTUfMHo-uNTbfbUNLJ .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.feTUfMHo-uNTbfbUNLJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.feTUfMHo-uNTbfbUNLJ .iconfont-wrapper:hover {
  opacity: .5;
}
.feTUfMHo-uNTbfbUNLJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTbfbUNLJ .navbar-nav {
    margin: 0;
  }
}
.feTUfMHo-uNTbfbUNLJ .dropdown-menu,
.feTUfMHo-uNTbfbUNLJ .navbar.opened {
  background-color: false !important;
}
.feTUfMHo-uNTbfbUNLJ .nav-item:focus,
.feTUfMHo-uNTbfbUNLJ .nav-link:focus {
  outline: none;
}
.feTUfMHo-uNTbfbUNLJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.feTUfMHo-uNTbfbUNLJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.feTUfMHo-uNTbfbUNLJ .dropdown .dropdown-menu .dropdown-item .saturation-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.feTUfMHo-uNTbfbUNLJ .dropdown .dropdown-menu .dropdown-item .saturation-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.feTUfMHo-uNTbfbUNLJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.feTUfMHo-uNTbfbUNLJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.feTUfMHo-uNTbfbUNLJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTbfbUNLJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.feTUfMHo-uNTbfbUNLJ .navbar.opened {
  transition: all 0.3s;
}
.feTUfMHo-uNTbfbUNLJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.feTUfMHo-uNTbfbUNLJ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.feTUfMHo-uNTbfbUNLJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.feTUfMHo-uNTbfbUNLJ .navbar.collapsed {
  justify-content: center;
}
.feTUfMHo-uNTbfbUNLJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.feTUfMHo-uNTbfbUNLJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.feTUfMHo-uNTbfbUNLJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.feTUfMHo-uNTbfbUNLJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.feTUfMHo-uNTbfbUNLJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.feTUfMHo-uNTbfbUNLJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.feTUfMHo-uNTbfbUNLJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbfbUNLJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .feTUfMHo-uNTbfbUNLJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .feTUfMHo-uNTbfbUNLJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .feTUfMHo-uNTbfbUNLJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .feTUfMHo-uNTbfbUNLJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .feTUfMHo-uNTbfbUNLJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .feTUfMHo-uNTbfbUNLJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .feTUfMHo-uNTbfbUNLJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .feTUfMHo-uNTbfbUNLJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .feTUfMHo-uNTbfbUNLJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .feTUfMHo-uNTbfbUNLJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .feTUfMHo-uNTbfbUNLJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .feTUfMHo-uNTbfbUNLJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .feTUfMHo-uNTbfbUNLJ .navbar .icons-menu {
    padding: 0;
  }
}
.feTUfMHo-uNTbfbUNLJ .navbar.navbar-short {
  min-height: 60px;
}
.feTUfMHo-uNTbfbUNLJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.feTUfMHo-uNTbfbUNLJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.feTUfMHo-uNTbfbUNLJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .feTUfMHo-uNTbfbUNLJ .navbar-brand {
    margin-right: 25px;
  }
}
.feTUfMHo-uNTbfbUNLJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.feTUfMHo-uNTbfbUNLJ .navbar-brand .navbar-logo a {
  outline: none;
}
.feTUfMHo-uNTbfbUNLJ .dropdown-item.active,
.feTUfMHo-uNTbfbUNLJ .dropdown-item:active {
  background-color: transparent;
}
.feTUfMHo-uNTbfbUNLJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.feTUfMHo-uNTbfbUNLJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.feTUfMHo-uNTbfbUNLJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.feTUfMHo-uNTbfbUNLJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.feTUfMHo-uNTbfbUNLJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.feTUfMHo-uNTbfbUNLJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.feTUfMHo-uNTbfbUNLJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #c4d6b0;
  background: #c4d6b0;
}
.feTUfMHo-uNTbfbUNLJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.feTUfMHo-uNTbfbUNLJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.feTUfMHo-uNTbfbUNLJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.feTUfMHo-uNTbfbUNLJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.feTUfMHo-uNTbfbUNLJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.feTUfMHo-uNTbfbUNLJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.feTUfMHo-uNTbfbUNLJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.feTUfMHo-uNTbfbUNLJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.feTUfMHo-uNTbfbUNLJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.feTUfMHo-uNTbfbUNLJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.feTUfMHo-uNTbfbUNLJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .feTUfMHo-uNTbfbUNLJ .navbar {
    height: 70px;
  }
  .feTUfMHo-uNTbfbUNLJ .navbar.opened {
    height: auto;
  }
  .feTUfMHo-uNTbfbUNLJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.feTUfMHo-uNTbfbUNLJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .feTUfMHo-uNTbfbUNLJ .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.feTUfMHo-uNTbfbUNLJ .saturation-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTbfbUNLJ .saturation-section-btn-main {
    display: block;
    padding: 0;
  }
}
.feTUfMHo-uNTbfbUNLJ .saturation-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.feTUfMHo-uNTbfbUNLJ .navbar-caption:hover {
  color: #3a341c;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTbfbUNLJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.feTUfMHo-uNTbfbUNLJ .text_widget {
  margin-bottom: 32px;
}
.feTUfMHo-uNTbfbUNLJ .text_widget a {
  transition: all 0.3s ease-out;
}
.feTUfMHo-uNTbfbUNLJ .text_widget a:hover,
.feTUfMHo-uNTbfbUNLJ .text_widget a:focus {
  opacity: .8;
}
.feTUfMHo-uNTbfbUNLJ .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTbfbUNLJ .contacts-wrapper {
    display: none;
  }
}
.feTUfMHo-uNTbfbUNLJ .contacts-wrapper a .saturation-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .feTUfMHo-uNTbfbUNLJ .contacts-wrapper a .saturation-contact {
    margin: 8px 20px;
  }
}
.feTUfMHo-uNTbfbUNLJ .contacts-wrapper a .saturation-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.feTUfMHo-uNTbfbUNLJ .contacts-wrapper a .saturation-contact:hover:before,
.feTUfMHo-uNTbfbUNLJ .contacts-wrapper a .saturation-contact:focus:before {
  width: 100%;
}
.feTUfMHo-uNTbfbUNLJ .saturation-section-subtitle {
  color: #144031;
  text-align: center;
}
.feTUfMHo-uNTbfbUNLJ .navbar-caption {
  color: #c7fcb5;
}
.feTUfMHo-uNTbfbUNLJ .saturation-contact {
  color: #ffffff;
}
.feTUfMHo-uNTbfbUNLJ .saturation-text {
  color: #144031;
  text-align: center;
}
.feTUfMHo-uNTbfbUNLJ .saturation-section-subtitle,
.feTUfMHo-uNTbfbUNLJ .text_widget,
.feTUfMHo-uNTbfbUNLJ .saturation-section-btn {
  text-align: center;
}
.feTUfMHo-uNTbfbUNLJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.feTUfMHo-uNTbfck4jS {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c4d6b0;
}
.feTUfMHo-uNTbfck4jS .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.feTUfMHo-uNTbfck4jS .saturation-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbfck4jS .saturation-section-title {
    margin-bottom: 6.66vw;
  }
}
.feTUfMHo-uNTbfck4jS .saturation-section-subtitle {
  color: #163300;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbfck4jS .saturation-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.feTUfMHo-uNTbfck4jS .saturation-text {
  color: #000000;
}
.feTUfMHo-uNTiSK2wBY {
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #c4d6b0;
}
.feTUfMHo-uNTiSK2wBY .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #163300;
}
.feTUfMHo-uNTiSK2wBY .saturation-fallback-image.disabled {
  display: none;
}
.feTUfMHo-uNTiSK2wBY .saturation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #fffcee;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper {
    display: block;
    margin: 0;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #163300;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #163300;
  }
}
@media (max-width: 1640px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .title-wrap .saturation-section-title {
  margin-bottom: 16px;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .saturation-desc {
  margin-bottom: 14px;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #163300;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .saturation-copy {
  margin-bottom: 0;
}
.feTUfMHo-uNTiSK2wBY .saturation-section-title {
  color: #150764;
}
.feTUfMHo-uNTiSK2wBY .saturation-desc {
  color: #150764;
}
.feTUfMHo-uNTiSK2wBY .list {
  color: #150764;
}
.feTUfMHo-uNTiSK2wBY .saturation-copy {
  color: #000000;
}
.feTUfMHo-uNTiSK2wBY .saturation-section-title,
.feTUfMHo-uNTiSK2wBY .saturation-section-btn,
.feTUfMHo-uNTiSK2wBY .logo-wrapper {
  color: #163300;
}
.feTUfMHo-uNTbfzTpOm {
  background-color: transparent;
}
.feTUfMHo-uNTbfzTpOm .navbar-dropdown {
  background-color: #c4d6b0 !important;
  padding: 0;
}
.feTUfMHo-uNTbfzTpOm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #c4d6b0 !important;
  background: #c4d6b0;
}
.feTUfMHo-uNTbfzTpOm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.feTUfMHo-uNTbfzTpOm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbfzTpOm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .feTUfMHo-uNTbfzTpOm .menu_box .navbar.opened,
  .feTUfMHo-uNTbfzTpOm .menu_box .navbar-collapse {
    background-color: #c4d6b0 !important;
    transition: all 0s ease 0s;
  }
}
.feTUfMHo-uNTbfzTpOm .navbar-dropdown {
  position: relative !important;
}
.feTUfMHo-uNTbfzTpOm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbfzTpOm .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbfzTpOm .saturation-section-btn-main {
    margin-top: 1rem;
  }
}
.feTUfMHo-uNTbfzTpOm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.feTUfMHo-uNTbfzTpOm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTbfzTpOm .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .feTUfMHo-uNTbfzTpOm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .feTUfMHo-uNTbfzTpOm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .feTUfMHo-uNTbfzTpOm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .feTUfMHo-uNTbfzTpOm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .feTUfMHo-uNTbfzTpOm .offcanvas-body .saturation-text,
  .feTUfMHo-uNTbfzTpOm .offcanvas-body .saturation-section-subtitle {
    margin-bottom: 32px;
  }
  .feTUfMHo-uNTbfzTpOm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .feTUfMHo-uNTbfzTpOm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .feTUfMHo-uNTbfzTpOm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #163300;
  }
  .feTUfMHo-uNTbfzTpOm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .feTUfMHo-uNTbfzTpOm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .feTUfMHo-uNTbfzTpOm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .feTUfMHo-uNTbfzTpOm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .feTUfMHo-uNTbfzTpOm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .feTUfMHo-uNTbfzTpOm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .feTUfMHo-uNTbfzTpOm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .feTUfMHo-uNTbfzTpOm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .feTUfMHo-uNTbfzTpOm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .feTUfMHo-uNTbfzTpOm .lg_brand {
    margin: 0 1rem;
  }
  .feTUfMHo-uNTbfzTpOm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.feTUfMHo-uNTbfzTpOm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .feTUfMHo-uNTbfzTpOm .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbfzTpOm .nav-item {
    margin: 0 !important;
  }
}
.feTUfMHo-uNTbfzTpOm .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.feTUfMHo-uNTbfzTpOm .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.feTUfMHo-uNTbfzTpOm .nav-item .nav-link:hover,
.feTUfMHo-uNTbfzTpOm .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.feTUfMHo-uNTbfzTpOm .nav-item .nav-link:hover:before,
.feTUfMHo-uNTbfzTpOm .nav-item .nav-link:focus:before {
  width: 100%;
}
.feTUfMHo-uNTbfzTpOm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTbfzTpOm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .feTUfMHo-uNTbfzTpOm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbfzTpOm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .feTUfMHo-uNTbfzTpOm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .feTUfMHo-uNTbfzTpOm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .feTUfMHo-uNTbfzTpOm .offcanvas_box {
    display: none;
  }
}
.feTUfMHo-uNTbfzTpOm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.feTUfMHo-uNTbfzTpOm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.feTUfMHo-uNTbfzTpOm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.feTUfMHo-uNTbfzTpOm .container {
  display: flex;
  margin: auto;
}
.feTUfMHo-uNTbfzTpOm .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.feTUfMHo-uNTbfzTpOm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.feTUfMHo-uNTbfzTpOm .iconfont-wrapper:hover {
  opacity: .5;
}
.feTUfMHo-uNTbfzTpOm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTbfzTpOm .navbar-nav {
    margin: 0;
  }
}
.feTUfMHo-uNTbfzTpOm .dropdown-menu,
.feTUfMHo-uNTbfzTpOm .navbar.opened {
  background-color: false !important;
}
.feTUfMHo-uNTbfzTpOm .nav-item:focus,
.feTUfMHo-uNTbfzTpOm .nav-link:focus {
  outline: none;
}
.feTUfMHo-uNTbfzTpOm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.feTUfMHo-uNTbfzTpOm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.feTUfMHo-uNTbfzTpOm .dropdown .dropdown-menu .dropdown-item .saturation-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.feTUfMHo-uNTbfzTpOm .dropdown .dropdown-menu .dropdown-item .saturation-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.feTUfMHo-uNTbfzTpOm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.feTUfMHo-uNTbfzTpOm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.feTUfMHo-uNTbfzTpOm .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTbfzTpOm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.feTUfMHo-uNTbfzTpOm .navbar.opened {
  transition: all 0.3s;
}
.feTUfMHo-uNTbfzTpOm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.feTUfMHo-uNTbfzTpOm .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.feTUfMHo-uNTbfzTpOm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.feTUfMHo-uNTbfzTpOm .navbar.collapsed {
  justify-content: center;
}
.feTUfMHo-uNTbfzTpOm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.feTUfMHo-uNTbfzTpOm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.feTUfMHo-uNTbfzTpOm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.feTUfMHo-uNTbfzTpOm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.feTUfMHo-uNTbfzTpOm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.feTUfMHo-uNTbfzTpOm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.feTUfMHo-uNTbfzTpOm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbfzTpOm .navbar .nav-item {
    padding: .5rem 0;
  }
  .feTUfMHo-uNTbfzTpOm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .feTUfMHo-uNTbfzTpOm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .feTUfMHo-uNTbfzTpOm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .feTUfMHo-uNTbfzTpOm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .feTUfMHo-uNTbfzTpOm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .feTUfMHo-uNTbfzTpOm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .feTUfMHo-uNTbfzTpOm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .feTUfMHo-uNTbfzTpOm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .feTUfMHo-uNTbfzTpOm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .feTUfMHo-uNTbfzTpOm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .feTUfMHo-uNTbfzTpOm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .feTUfMHo-uNTbfzTpOm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .feTUfMHo-uNTbfzTpOm .navbar .icons-menu {
    padding: 0;
  }
}
.feTUfMHo-uNTbfzTpOm .navbar.navbar-short {
  min-height: 60px;
}
.feTUfMHo-uNTbfzTpOm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.feTUfMHo-uNTbfzTpOm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.feTUfMHo-uNTbfzTpOm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .feTUfMHo-uNTbfzTpOm .navbar-brand {
    margin-right: 25px;
  }
}
.feTUfMHo-uNTbfzTpOm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.feTUfMHo-uNTbfzTpOm .navbar-brand .navbar-logo a {
  outline: none;
}
.feTUfMHo-uNTbfzTpOm .dropdown-item.active,
.feTUfMHo-uNTbfzTpOm .dropdown-item:active {
  background-color: transparent;
}
.feTUfMHo-uNTbfzTpOm .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.feTUfMHo-uNTbfzTpOm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.feTUfMHo-uNTbfzTpOm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.feTUfMHo-uNTbfzTpOm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.feTUfMHo-uNTbfzTpOm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.feTUfMHo-uNTbfzTpOm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.feTUfMHo-uNTbfzTpOm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #c4d6b0;
  background: #c4d6b0;
}
.feTUfMHo-uNTbfzTpOm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.feTUfMHo-uNTbfzTpOm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.feTUfMHo-uNTbfzTpOm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.feTUfMHo-uNTbfzTpOm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.feTUfMHo-uNTbfzTpOm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.feTUfMHo-uNTbfzTpOm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.feTUfMHo-uNTbfzTpOm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.feTUfMHo-uNTbfzTpOm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.feTUfMHo-uNTbfzTpOm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.feTUfMHo-uNTbfzTpOm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.feTUfMHo-uNTbfzTpOm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .feTUfMHo-uNTbfzTpOm .navbar {
    height: 70px;
  }
  .feTUfMHo-uNTbfzTpOm .navbar.opened {
    height: auto;
  }
  .feTUfMHo-uNTbfzTpOm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.feTUfMHo-uNTbfzTpOm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .feTUfMHo-uNTbfzTpOm .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.feTUfMHo-uNTbfzTpOm .saturation-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTbfzTpOm .saturation-section-btn-main {
    display: block;
    padding: 0;
  }
}
.feTUfMHo-uNTbfzTpOm .saturation-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.feTUfMHo-uNTbfzTpOm .navbar-caption:hover {
  color: #3a341c;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTbfzTpOm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.feTUfMHo-uNTbfzTpOm .text_widget {
  margin-bottom: 32px;
}
.feTUfMHo-uNTbfzTpOm .text_widget a {
  transition: all 0.3s ease-out;
}
.feTUfMHo-uNTbfzTpOm .text_widget a:hover,
.feTUfMHo-uNTbfzTpOm .text_widget a:focus {
  opacity: .8;
}
.feTUfMHo-uNTbfzTpOm .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTbfzTpOm .contacts-wrapper {
    display: none;
  }
}
.feTUfMHo-uNTbfzTpOm .contacts-wrapper a .saturation-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .feTUfMHo-uNTbfzTpOm .contacts-wrapper a .saturation-contact {
    margin: 8px 20px;
  }
}
.feTUfMHo-uNTbfzTpOm .contacts-wrapper a .saturation-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.feTUfMHo-uNTbfzTpOm .contacts-wrapper a .saturation-contact:hover:before,
.feTUfMHo-uNTbfzTpOm .contacts-wrapper a .saturation-contact:focus:before {
  width: 100%;
}
.feTUfMHo-uNTbfzTpOm .saturation-section-subtitle {
  color: #144031;
  text-align: center;
}
.feTUfMHo-uNTbfzTpOm .navbar-caption {
  color: #c7fcb5;
}
.feTUfMHo-uNTbfzTpOm .saturation-contact {
  color: #ffffff;
}
.feTUfMHo-uNTbfzTpOm .saturation-text {
  color: #144031;
  text-align: center;
}
.feTUfMHo-uNTbfzTpOm .saturation-section-subtitle,
.feTUfMHo-uNTbfzTpOm .text_widget,
.feTUfMHo-uNTbfzTpOm .saturation-section-btn {
  text-align: center;
}
.feTUfMHo-uNTbfzTpOm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.feTUfMHo-uNTbfAklHQ {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c4d6b0;
}
.feTUfMHo-uNTbfAklHQ .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.feTUfMHo-uNTbfAklHQ .saturation-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbfAklHQ .saturation-section-title {
    margin-bottom: 6.66vw;
  }
}
.feTUfMHo-uNTbfAklHQ .saturation-section-subtitle {
  color: #163300;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbfAklHQ .saturation-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.feTUfMHo-uNTbfAklHQ .saturation-text {
  color: #000000;
}
.feTUfMHo-uNTiSK2wBY {
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #c4d6b0;
}
.feTUfMHo-uNTiSK2wBY .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #163300;
}
.feTUfMHo-uNTiSK2wBY .saturation-fallback-image.disabled {
  display: none;
}
.feTUfMHo-uNTiSK2wBY .saturation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #fffcee;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper {
    display: block;
    margin: 0;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #163300;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #163300;
  }
}
@media (max-width: 1640px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .title-wrap .saturation-section-title {
  margin-bottom: 16px;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .saturation-desc {
  margin-bottom: 14px;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #163300;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .saturation-copy {
  margin-bottom: 0;
}
.feTUfMHo-uNTiSK2wBY .saturation-section-title {
  color: #150764;
}
.feTUfMHo-uNTiSK2wBY .saturation-desc {
  color: #150764;
}
.feTUfMHo-uNTiSK2wBY .list {
  color: #150764;
}
.feTUfMHo-uNTiSK2wBY .saturation-copy {
  color: #000000;
}
.feTUfMHo-uNTiSK2wBY .saturation-section-title,
.feTUfMHo-uNTiSK2wBY .saturation-section-btn,
.feTUfMHo-uNTiSK2wBY .logo-wrapper {
  color: #163300;
}
.feTUfMHo-uNTbfL7DGd {
  background-color: transparent;
}
.feTUfMHo-uNTbfL7DGd .navbar-dropdown {
  background-color: #c4d6b0 !important;
  padding: 0;
}
.feTUfMHo-uNTbfL7DGd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #c4d6b0 !important;
  background: #c4d6b0;
}
.feTUfMHo-uNTbfL7DGd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.feTUfMHo-uNTbfL7DGd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbfL7DGd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .feTUfMHo-uNTbfL7DGd .menu_box .navbar.opened,
  .feTUfMHo-uNTbfL7DGd .menu_box .navbar-collapse {
    background-color: #c4d6b0 !important;
    transition: all 0s ease 0s;
  }
}
.feTUfMHo-uNTbfL7DGd .navbar-dropdown {
  position: relative !important;
}
.feTUfMHo-uNTbfL7DGd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbfL7DGd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbfL7DGd .saturation-section-btn-main {
    margin-top: 1rem;
  }
}
.feTUfMHo-uNTbfL7DGd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.feTUfMHo-uNTbfL7DGd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTbfL7DGd .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .feTUfMHo-uNTbfL7DGd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .feTUfMHo-uNTbfL7DGd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .feTUfMHo-uNTbfL7DGd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .feTUfMHo-uNTbfL7DGd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .feTUfMHo-uNTbfL7DGd .offcanvas-body .saturation-text,
  .feTUfMHo-uNTbfL7DGd .offcanvas-body .saturation-section-subtitle {
    margin-bottom: 32px;
  }
  .feTUfMHo-uNTbfL7DGd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .feTUfMHo-uNTbfL7DGd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .feTUfMHo-uNTbfL7DGd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #163300;
  }
  .feTUfMHo-uNTbfL7DGd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .feTUfMHo-uNTbfL7DGd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .feTUfMHo-uNTbfL7DGd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .feTUfMHo-uNTbfL7DGd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .feTUfMHo-uNTbfL7DGd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .feTUfMHo-uNTbfL7DGd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .feTUfMHo-uNTbfL7DGd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .feTUfMHo-uNTbfL7DGd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .feTUfMHo-uNTbfL7DGd li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .feTUfMHo-uNTbfL7DGd .lg_brand {
    margin: 0 1rem;
  }
  .feTUfMHo-uNTbfL7DGd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.feTUfMHo-uNTbfL7DGd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .feTUfMHo-uNTbfL7DGd .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbfL7DGd .nav-item {
    margin: 0 !important;
  }
}
.feTUfMHo-uNTbfL7DGd .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.feTUfMHo-uNTbfL7DGd .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.feTUfMHo-uNTbfL7DGd .nav-item .nav-link:hover,
.feTUfMHo-uNTbfL7DGd .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.feTUfMHo-uNTbfL7DGd .nav-item .nav-link:hover:before,
.feTUfMHo-uNTbfL7DGd .nav-item .nav-link:focus:before {
  width: 100%;
}
.feTUfMHo-uNTbfL7DGd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTbfL7DGd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .feTUfMHo-uNTbfL7DGd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbfL7DGd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .feTUfMHo-uNTbfL7DGd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .feTUfMHo-uNTbfL7DGd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .feTUfMHo-uNTbfL7DGd .offcanvas_box {
    display: none;
  }
}
.feTUfMHo-uNTbfL7DGd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.feTUfMHo-uNTbfL7DGd .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.feTUfMHo-uNTbfL7DGd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.feTUfMHo-uNTbfL7DGd .container {
  display: flex;
  margin: auto;
}
.feTUfMHo-uNTbfL7DGd .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.feTUfMHo-uNTbfL7DGd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.feTUfMHo-uNTbfL7DGd .iconfont-wrapper:hover {
  opacity: .5;
}
.feTUfMHo-uNTbfL7DGd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTbfL7DGd .navbar-nav {
    margin: 0;
  }
}
.feTUfMHo-uNTbfL7DGd .dropdown-menu,
.feTUfMHo-uNTbfL7DGd .navbar.opened {
  background-color: false !important;
}
.feTUfMHo-uNTbfL7DGd .nav-item:focus,
.feTUfMHo-uNTbfL7DGd .nav-link:focus {
  outline: none;
}
.feTUfMHo-uNTbfL7DGd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.feTUfMHo-uNTbfL7DGd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.feTUfMHo-uNTbfL7DGd .dropdown .dropdown-menu .dropdown-item .saturation-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.feTUfMHo-uNTbfL7DGd .dropdown .dropdown-menu .dropdown-item .saturation-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.feTUfMHo-uNTbfL7DGd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.feTUfMHo-uNTbfL7DGd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.feTUfMHo-uNTbfL7DGd .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTbfL7DGd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.feTUfMHo-uNTbfL7DGd .navbar.opened {
  transition: all 0.3s;
}
.feTUfMHo-uNTbfL7DGd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.feTUfMHo-uNTbfL7DGd .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.feTUfMHo-uNTbfL7DGd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.feTUfMHo-uNTbfL7DGd .navbar.collapsed {
  justify-content: center;
}
.feTUfMHo-uNTbfL7DGd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.feTUfMHo-uNTbfL7DGd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.feTUfMHo-uNTbfL7DGd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.feTUfMHo-uNTbfL7DGd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.feTUfMHo-uNTbfL7DGd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.feTUfMHo-uNTbfL7DGd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.feTUfMHo-uNTbfL7DGd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbfL7DGd .navbar .nav-item {
    padding: .5rem 0;
  }
  .feTUfMHo-uNTbfL7DGd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .feTUfMHo-uNTbfL7DGd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .feTUfMHo-uNTbfL7DGd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .feTUfMHo-uNTbfL7DGd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .feTUfMHo-uNTbfL7DGd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .feTUfMHo-uNTbfL7DGd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .feTUfMHo-uNTbfL7DGd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .feTUfMHo-uNTbfL7DGd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .feTUfMHo-uNTbfL7DGd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .feTUfMHo-uNTbfL7DGd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .feTUfMHo-uNTbfL7DGd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .feTUfMHo-uNTbfL7DGd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .feTUfMHo-uNTbfL7DGd .navbar .icons-menu {
    padding: 0;
  }
}
.feTUfMHo-uNTbfL7DGd .navbar.navbar-short {
  min-height: 60px;
}
.feTUfMHo-uNTbfL7DGd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.feTUfMHo-uNTbfL7DGd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.feTUfMHo-uNTbfL7DGd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .feTUfMHo-uNTbfL7DGd .navbar-brand {
    margin-right: 25px;
  }
}
.feTUfMHo-uNTbfL7DGd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.feTUfMHo-uNTbfL7DGd .navbar-brand .navbar-logo a {
  outline: none;
}
.feTUfMHo-uNTbfL7DGd .dropdown-item.active,
.feTUfMHo-uNTbfL7DGd .dropdown-item:active {
  background-color: transparent;
}
.feTUfMHo-uNTbfL7DGd .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.feTUfMHo-uNTbfL7DGd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.feTUfMHo-uNTbfL7DGd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.feTUfMHo-uNTbfL7DGd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.feTUfMHo-uNTbfL7DGd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.feTUfMHo-uNTbfL7DGd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.feTUfMHo-uNTbfL7DGd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #c4d6b0;
  background: #c4d6b0;
}
.feTUfMHo-uNTbfL7DGd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.feTUfMHo-uNTbfL7DGd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.feTUfMHo-uNTbfL7DGd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.feTUfMHo-uNTbfL7DGd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.feTUfMHo-uNTbfL7DGd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.feTUfMHo-uNTbfL7DGd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.feTUfMHo-uNTbfL7DGd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.feTUfMHo-uNTbfL7DGd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.feTUfMHo-uNTbfL7DGd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.feTUfMHo-uNTbfL7DGd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.feTUfMHo-uNTbfL7DGd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .feTUfMHo-uNTbfL7DGd .navbar {
    height: 70px;
  }
  .feTUfMHo-uNTbfL7DGd .navbar.opened {
    height: auto;
  }
  .feTUfMHo-uNTbfL7DGd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.feTUfMHo-uNTbfL7DGd .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .feTUfMHo-uNTbfL7DGd .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.feTUfMHo-uNTbfL7DGd .saturation-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTbfL7DGd .saturation-section-btn-main {
    display: block;
    padding: 0;
  }
}
.feTUfMHo-uNTbfL7DGd .saturation-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.feTUfMHo-uNTbfL7DGd .navbar-caption:hover {
  color: #3a341c;
}
@media (min-width: 992px) {
  .feTUfMHo-uNTbfL7DGd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.feTUfMHo-uNTbfL7DGd .text_widget {
  margin-bottom: 32px;
}
.feTUfMHo-uNTbfL7DGd .text_widget a {
  transition: all 0.3s ease-out;
}
.feTUfMHo-uNTbfL7DGd .text_widget a:hover,
.feTUfMHo-uNTbfL7DGd .text_widget a:focus {
  opacity: .8;
}
.feTUfMHo-uNTbfL7DGd .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTbfL7DGd .contacts-wrapper {
    display: none;
  }
}
.feTUfMHo-uNTbfL7DGd .contacts-wrapper a .saturation-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .feTUfMHo-uNTbfL7DGd .contacts-wrapper a .saturation-contact {
    margin: 8px 20px;
  }
}
.feTUfMHo-uNTbfL7DGd .contacts-wrapper a .saturation-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.feTUfMHo-uNTbfL7DGd .contacts-wrapper a .saturation-contact:hover:before,
.feTUfMHo-uNTbfL7DGd .contacts-wrapper a .saturation-contact:focus:before {
  width: 100%;
}
.feTUfMHo-uNTbfL7DGd .saturation-section-subtitle {
  color: #144031;
  text-align: center;
}
.feTUfMHo-uNTbfL7DGd .navbar-caption {
  color: #c7fcb5;
}
.feTUfMHo-uNTbfL7DGd .saturation-contact {
  color: #ffffff;
}
.feTUfMHo-uNTbfL7DGd .saturation-text {
  color: #144031;
  text-align: center;
}
.feTUfMHo-uNTbfL7DGd .saturation-section-subtitle,
.feTUfMHo-uNTbfL7DGd .text_widget,
.feTUfMHo-uNTbfL7DGd .saturation-section-btn {
  text-align: center;
}
.feTUfMHo-uNTbfL7DGd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.feTUfMHo-uNTbfLzHlO {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c4d6b0;
}
.feTUfMHo-uNTbfLzHlO .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.feTUfMHo-uNTbfLzHlO .saturation-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbfLzHlO .saturation-section-title {
    margin-bottom: 6.66vw;
  }
}
.feTUfMHo-uNTbfLzHlO .saturation-section-subtitle {
  color: #163300;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .feTUfMHo-uNTbfLzHlO .saturation-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.feTUfMHo-uNTbfLzHlO .saturation-text {
  color: #000000;
}
.feTUfMHo-uNTiSK2wBY {
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #c4d6b0;
}
.feTUfMHo-uNTiSK2wBY .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #163300;
}
.feTUfMHo-uNTiSK2wBY .saturation-fallback-image.disabled {
  display: none;
}
.feTUfMHo-uNTiSK2wBY .saturation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #fffcee;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper {
    display: block;
    margin: 0;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #163300;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #163300;
  }
}
@media (max-width: 1640px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .title-wrap .saturation-section-title {
  margin-bottom: 16px;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .saturation-desc {
  margin-bottom: 14px;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #163300;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.feTUfMHo-uNTiSK2wBY .card-wrapper .content-wrap .saturation-copy {
  margin-bottom: 0;
}
.feTUfMHo-uNTiSK2wBY .saturation-section-title {
  color: #150764;
}
.feTUfMHo-uNTiSK2wBY .saturation-desc {
  color: #150764;
}
.feTUfMHo-uNTiSK2wBY .list {
  color: #150764;
}
.feTUfMHo-uNTiSK2wBY .saturation-copy {
  color: #000000;
}
.feTUfMHo-uNTiSK2wBY .saturation-section-title,
.feTUfMHo-uNTiSK2wBY .saturation-section-btn,
.feTUfMHo-uNTiSK2wBY .logo-wrapper {
  color: #163300;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  50% {
    opacity: 1;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes flipOut {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: flipIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: flipOut 0.6s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes flicker {
    0% {
        opacity: 1;
    }
    20% {
        opacity: 0.3;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 0.5;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0.8;
    }
}

.navbar-brand {
    animation: flicker 2s;
}
/* endlogoanimations */

/* mainanimations */
/* Style 25: drop-shadow filter */
a, button, .btn {
  transition: filter 0.2s ease;
}
a:active, button:active, .btn:active {
  filter: drop-shadow(0 0 4px rgba(0,0,0,0.5));
}
/* endmainanimations */
