.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #eff0eb;
}
body {
  font-family: Brygada 1918;
}
.display-1 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 7.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.0625rem;
}
.display-2 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-7 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.75rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- 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: 5.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.075rem;
    font-size: calc( 3.1875rem + (7.25 - 3.1875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.1875rem + (7.25 - 3.1875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 5.075rem;
    font-size: calc( 3.1875rem + (7.25 - 3.1875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.1875rem + (7.25 - 3.1875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #dda15e !important;
}
.bg-success {
  background-color: #2fd98a !important;
}
.bg-info {
  background-color: #16cdf2 !important;
}
.bg-warning {
  background-color: #ffc209 !important;
}
.bg-danger {
  background-color: #db2d3e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #dda15e !important;
  border-color: #dda15e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e6ba88 !important;
  border-color: #e6ba88 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e6ba88 !important;
  border-color: #e6ba88 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #51603f !important;
  border-color: #51603f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #6b7f53 !important;
  border-color: #6b7f53 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6b7f53 !important;
  border-color: #6b7f53 !important;
}
.btn-info,
.btn-info:active {
  background-color: #16cdf2 !important;
  border-color: #16cdf2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #46d7f5 !important;
  border-color: #46d7f5 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #46d7f5 !important;
  border-color: #46d7f5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2fd98a !important;
  border-color: #2fd98a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5ae1a2 !important;
  border-color: #5ae1a2 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5ae1a2 !important;
  border-color: #5ae1a2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc209 !important;
  border-color: #ffc209 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffcf3c !important;
  border-color: #ffcf3c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffcf3c !important;
  border-color: #ffcf3c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #db2d3e !important;
  border-color: #db2d3e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e25966 !important;
  border-color: #e25966 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e25966 !important;
  border-color: #e25966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  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-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  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-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dda15e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bc7628 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #dda15e !important;
  border-color: #dda15e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #51603f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #252c1d !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #51603f !important;
  border-color: #51603f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #16cdf2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #098da8 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #16cdf2 !important;
  border-color: #16cdf2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2fd98a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b965d !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2fd98a !important;
  border-color: #2fd98a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffc209;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b18500 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffc209 !important;
  border-color: #ffc209 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #db2d3e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #971a26 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #db2d3e !important;
  border-color: #db2d3e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !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: transparent;
  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: transparent !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: #dda15e !important;
}
.text-secondary {
  color: #51603f !important;
}
.text-success {
  color: #2fd98a !important;
}
.text-info {
  color: #16cdf2 !important;
}
.text-warning {
  color: #ffc209 !important;
}
.text-danger {
  color: #db2d3e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b06e25 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1d2217 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #198955 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #098199 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a27a00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8a1823 !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: #dda15e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #16cdf2;
}
.alert-warning {
  background-color: #ffc209;
}
.alert-danger {
  background-color: #db2d3e;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #dda15e;
  border-color: #dda15e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #dda15e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dbf9eb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d7f6fd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff5d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f9dbde;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #dda15e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #dda15e;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-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: #dda15e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #dda15e;
}
.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: #dda15e;
  border-bottom-color: #dda15e;
}
.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: #000000 !important;
  background-color: #dda15e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #51603f !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='%23dda15e' %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;
}
.mbr-section-btn .btn {
  padding: 16px 20px;
  flex-direction: row-reverse;
  border-radius: 1.2rem !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 16px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  margin-right: 26px;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn .btn-white-outline {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.main-content,
.item-content,
.number-wrap,
.form-wrapper,
.embla,
.image-over {
  border-radius: 1.2rem !important;
}
.label-wrap_1,
.label-wrap_2,
.label-wrap_3,
.label-wrap,
.date-wrap {
  border-radius: .4rem !important;
}
.item-label_1,
.item-label_2,
.item-label_3 {
  border-radius: .4rem !important;
}
.item-number {
  border-radius: 1.2rem !important;
}
ul.navbar-nav {
  border-radius: .6rem !important;
}
.nav-item .nav-link {
  border-radius: .6rem !important;
}
.cid-uYoNkS4L67 .navbar-dropdown {
  position: relative !important;
}
.cid-uYoNkS4L67 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uYoNkS4L67 .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uYoNkS4L67 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYoNkS4L67 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYoNkS4L67 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #eff0eb !important;
  color: #dda15e !important;
}
.cid-uYoNkS4L67 .dropdown-item:hover,
.cid-uYoNkS4L67 .dropdown-item:focus {
  background: #eff0eb !important;
  color: #dda15e !important;
}
.cid-uYoNkS4L67 .dropdown-item:hover span {
  color: white;
}
.cid-uYoNkS4L67 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYoNkS4L67 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYoNkS4L67 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYoNkS4L67 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYoNkS4L67 .nav-link {
  position: relative;
}
.cid-uYoNkS4L67 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYoNkS4L67 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYoNkS4L67 .iconfont-wrapper {
  color: #fff7ee !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYoNkS4L67 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYoNkS4L67 .dropdown-menu,
.cid-uYoNkS4L67 .navbar.opened {
  background: #eff0eb !important;
}
.cid-uYoNkS4L67 .nav-item:focus,
.cid-uYoNkS4L67 .nav-link:focus {
  outline: none;
}
.cid-uYoNkS4L67 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYoNkS4L67 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYoNkS4L67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYoNkS4L67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYoNkS4L67 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYoNkS4L67 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYoNkS4L67 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eff0eb;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYoNkS4L67 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYoNkS4L67 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uYoNkS4L67 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYoNkS4L67 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYoNkS4L67 .navbar.collapsed {
  justify-content: center;
}
.cid-uYoNkS4L67 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYoNkS4L67 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYoNkS4L67 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYoNkS4L67 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYoNkS4L67 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uYoNkS4L67 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYoNkS4L67 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYoNkS4L67 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYoNkS4L67 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYoNkS4L67 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYoNkS4L67 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYoNkS4L67 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYoNkS4L67 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uYoNkS4L67 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYoNkS4L67 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYoNkS4L67 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYoNkS4L67 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYoNkS4L67 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYoNkS4L67 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYoNkS4L67 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYoNkS4L67 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYoNkS4L67 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYoNkS4L67 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYoNkS4L67 .navbar-brand .navbar-caption:hover,
.cid-uYoNkS4L67 .navbar-brand .navbar-caption:focus {
  color: #121400 !important;
}
.cid-uYoNkS4L67 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYoNkS4L67 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYoNkS4L67 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121400 !important;
}
.cid-uYoNkS4L67 .dropdown-item.active,
.cid-uYoNkS4L67 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYoNkS4L67 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYoNkS4L67 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYoNkS4L67 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYoNkS4L67 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eff0eb;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYoNkS4L67 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYoNkS4L67 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYoNkS4L67 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYoNkS4L67 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYoNkS4L67 ul.navbar-nav {
    padding: 0;
    background-color: #eff0eb;
    border: 2px solid #eff0eb;
  }
}
.cid-uYoNkS4L67 .navbar-buttons {
  text-align: center;
}
.cid-uYoNkS4L67 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYoNkS4L67 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYoNkS4L67 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eff0eb !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYoNkS4L67 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #121400;
}
.cid-uYoNkS4L67 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYoNkS4L67 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYoNkS4L67 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYoNkS4L67 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYoNkS4L67 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYoNkS4L67 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYoNkS4L67 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYoNkS4L67 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYoNkS4L67 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYoNkS4L67 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYoNkS4L67 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYoNkS4L67 .navbar {
    height: 70px;
  }
  .cid-uYoNkS4L67 .navbar.opened {
    height: auto;
  }
  .cid-uYoNkS4L67 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYoNkS4L67 .navbar-nav {
  margin: 0 auto;
}
.cid-uYoNkS4L67 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYoNkS4L67 .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYoNkS4L67 .nav-item .nav-link::after {
  color: #51603f !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYoNkS4L67 .nav-item .nav-link:hover {
  background-color: #121400;
  color: #eff0eb !important;
}
.cid-uYoNkS4L67 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYoNkS4L67 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYoNkS4L67 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYoNkS4L67 .nav-item .dropdown-menu .dropdown-item {
  color: #dda15e !important;
}
.cid-uYoNkS4L67 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #eff0eb !important;
}
@media (max-width: 991px) {
  .cid-uYoNkS4L67 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYoNkS4L67 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYoNkS4L67 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYoNkS4L67 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYoNkS4L67 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYoNkS4L67 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYoNkS4L67 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYoNkS4L67 .navbar-caption {
  color: #121400;
}
.cid-uYoNkS4L67 .nav-link,
.cid-uYoNkS4L67 .dropdown-item {
  color: #121400;
}
.cid-uYoNkS6f0R {
  position: relative;
  background-color: #121400;
}
.cid-uYoNkS6f0R .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uYoNkS6f0R .image-wrap {
    padding: 16px;
  }
}
.cid-uYoNkS6f0R .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYoNkS6f0R .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uYoNkS6f0R .image-overlay {
    padding: 16px;
  }
}
.cid-uYoNkS6f0R .image-overlay .image-over {
  background-color: #1e2100;
  z-index: 2;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
.cid-uYoNkS6f0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoNkS6f0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoNkS6f0R .row {
  justify-content: center;
}
.cid-uYoNkS6f0R .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uYoNkS6f0R .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-uYoNkS6f0R .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYoNkS6f0R .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYoNkS6f0R .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uYoNkS6f0R .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYoNkS6f0R .mbr-section-title {
  color: #fff7ee;
}
.cid-uYoNkS6f0R .mbr-text,
.cid-uYoNkS6f0R .text-wrapper {
  text-align: center;
  color: #EFF0EB;
}
.cid-uYoNkS6f0R .mbr-section-title,
.cid-uYoNkS6f0R .mbr-section-btn {
  text-align: center;
  color: #EFF0EB;
}
.cid-uYoNkS835f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121400;
}
.cid-uYoNkS835f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoNkS835f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoNkS835f .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uYoNkS835f .row .item {
  padding: 0 13px;
}
.cid-uYoNkS835f .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uYoNkS835f .item {
    margin-bottom: 16px;
  }
}
.cid-uYoNkS835f .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 80px 54px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uYoNkS835f .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYoNkS835f .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uYoNkS835f .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYoNkS835f .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #1e2100;
  z-index: 1;
  opacity: 0.7;
  pointer-events: none;
}
.cid-uYoNkS835f .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uYoNkS835f .item .item-wrapper .item-content .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #eff0eb;
}
.cid-uYoNkS835f .item .item-wrapper .item-content .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uYoNkS835f .item .item-wrapper .item-content .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #121400;
}
.cid-uYoNkS835f .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYoNkS835f .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uYoNkS835f .item-label,
.cid-uYoNkS835f .label-wrapper {
  color: #121400;
  text-align: center;
}
.cid-uYoNkS835f .item-title {
  color: #fff7ee;
}
.cid-uYoNkS835f .item-title,
.cid-uYoNkS835f .mbr-section-btn {
  text-align: center;
  color: #EFF0EB;
}
.cid-uYoNkS9QIO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../images/cRgSfXdY4QO3.jpeg");
}
.cid-uYoNkS9QIO .mbr-overlay {
  background: #1e2100;
  opacity: 0.8;
}
.cid-uYoNkS9QIO .item:focus,
.cid-uYoNkS9QIO span:focus {
  outline: none;
}
.cid-uYoNkS9QIO .row {
  justify-content: flex-end;
}
.cid-uYoNkS9QIO .title {
  justify-content: center;
}
.cid-uYoNkS9QIO .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYoNkS9QIO .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYoNkS9QIO .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uYoNkS9QIO .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYoNkS9QIO .title-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #eff0eb;
}
.cid-uYoNkS9QIO .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYoNkS9QIO .item-wrapper {
  position: relative;
}
.cid-uYoNkS9QIO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uYoNkS9QIO .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uYoNkS9QIO .embla__slide .slide-content {
  width: 100%;
}
.cid-uYoNkS9QIO .embla__slide .slide-content .item-wrapper {
  padding: 80px;
  min-height: 650px;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uYoNkS9QIO .embla__slide .slide-content .item-wrapper {
    padding: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uYoNkS9QIO .embla__slide .slide-content .item-wrapper {
    padding: 30px 16px;
    min-height: auto;
  }
}
.cid-uYoNkS9QIO .embla__slide .slide-content .item-wrapper .card-box .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYoNkS9QIO .embla__slide .slide-content .item-wrapper .card-box .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYoNkS9QIO .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYoNkS9QIO .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .date-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  background-color: #dda15e;
  margin-right: 14px;
  margin-bottom: 14px;
}
.cid-uYoNkS9QIO .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-uYoNkS9QIO .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .date-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #000000;
}
.cid-uYoNkS9QIO .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  background-color: #eff0eb;
  margin-bottom: 14px;
}
.cid-uYoNkS9QIO .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uYoNkS9QIO .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #121400;
}
.cid-uYoNkS9QIO .embla__slide .slide-content .item-wrapper .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYoNkS9QIO .embla__slide .slide-content .item-wrapper .item-title {
    margin-bottom: 30px;
  }
}
.cid-uYoNkS9QIO .embla__slide .slide-content .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uYoNkS9QIO .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYoNkS9QIO .embla__button--next,
.cid-uYoNkS9QIO .embla__button--prev {
  display: flex;
}
.cid-uYoNkS9QIO .embla__button {
  bottom: 0;
  width: 65px;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #dda15e !important;
  color: #000000 !important;
  border: 2px solid #dda15e !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uYoNkS9QIO .embla__button:hover {
  background-color: transparent !important;
}
@media (max-width: 992px) {
  .cid-uYoNkS9QIO .embla__button:hover {
    background-color: #dda15e !important;
  }
}
.cid-uYoNkS9QIO .embla__button.embla__button--prev {
  right: -5.5rem;
}
@media (max-width: 992px) {
  .cid-uYoNkS9QIO .embla__button.embla__button--prev {
    right: auto;
    left: 16px;
    bottom: 1rem;
  }
}
.cid-uYoNkS9QIO .embla__button.embla__button--next {
  right: -11rem;
}
@media (max-width: 992px) {
  .cid-uYoNkS9QIO .embla__button.embla__button--next {
    right: 16px;
    bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uYoNkS9QIO .embla__button {
    top: auto;
  }
}
.cid-uYoNkS9QIO .embla {
  position: relative;
  width: 100%;
  background-color: #121400;
}
@media (max-width: 992px) {
  .cid-uYoNkS9QIO .embla {
    padding-bottom: 6rem;
  }
}
.cid-uYoNkS9QIO .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.cid-uYoNkS9QIO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYoNkS9QIO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYoNkS9QIO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uYoNkS9QIO .mbr-label,
.cid-uYoNkS9QIO .label-wrapper {
  color: #EFF0EB;
  text-align: center;
}
.cid-uYoNkS9QIO .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uYoNkS9QIO .item-title {
  color: #EFF0EB;
}
.cid-uYoNkS9QIO .item-text {
  color: #fff7ee;
}
.cid-uYoNkS9QIO .item-label {
  color: #121400;
}
.cid-uYoNkS9QIO .item-date {
  color: #151e11;
}
.cid-uYoNkS9QIO .mbr-section-title,
.cid-uYoNkS9QIO .mbr-section-btn {
  color: #EFF0EB;
}
.cid-uYoNkS9QIO .item-date,
.cid-uYoNkS9QIO .content-wrapper {
  color: #000000;
}
.cid-uYoNkS9QIO .item-text,
.cid-uYoNkS9QIO .mbr-section-btn {
  color: #EFF0EB;
}
.cid-uYoNkSctaL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121400;
}
.cid-uYoNkSctaL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoNkSctaL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoNkSctaL .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uYoNkSctaL .row .card {
  padding: 0 13px;
}
.cid-uYoNkSctaL .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uYoNkSctaL .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uYoNkSctaL .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #dda15e;
}
.cid-uYoNkSctaL .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYoNkSctaL .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #000000;
}
.cid-uYoNkSctaL .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYoNkSctaL .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYoNkSctaL .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uYoNkSctaL .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #dda15e;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uYoNkSctaL .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uYoNkSctaL .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uYoNkSctaL .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uYoNkSctaL .card-wrapper {
  overflow: hidden;
}
.cid-uYoNkSctaL .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uYoNkSctaL .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uYoNkSctaL .card-wrapper .item-content {
  padding: 54px;
  background-color: #5a6000;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uYoNkSctaL .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYoNkSctaL .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uYoNkSctaL .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uYoNkSctaL .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uYoNkSctaL .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #eff0eb;
}
.cid-uYoNkSctaL .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYoNkSctaL .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uYoNkSctaL .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYoNkSctaL .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uYoNkSctaL .mbr-label,
.cid-uYoNkSctaL .label-wrapper {
  color: #000000;
}
.cid-uYoNkSctaL .mbr-section-title {
  color: #EFF0EB;
}
.cid-uYoNkSctaL .mbr-number {
  color: #000000;
}
.cid-uYoNkSctaL .mbr-number-desc {
  color: #000000;
}
.cid-uYoNkSctaL .card-label,
.cid-uYoNkSctaL .card-label-wrapper {
  color: #EFF0EB;
}
.cid-uYoNkSctaL .card-title {
  color: #EFF0EB;
}
.cid-uYoNkSctaL .card-text {
  color: #fff7ee;
}
.cid-uYoNkSctaL .card-text,
.cid-uYoNkSctaL .text-wrapper {
  color: #EFF0EB;
}
.cid-uYoNkScceq {
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #121400;
}
.cid-uYoNkScceq .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uYoNkScceq .image-wrap {
    padding: 16px;
  }
}
.cid-uYoNkScceq .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYoNkScceq .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uYoNkScceq .image-overlay {
    padding: 16px;
  }
}
.cid-uYoNkScceq .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uYoNkScceq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoNkScceq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoNkScceq .row {
  justify-content: center;
}
.cid-uYoNkScceq .card-wrapper {
  padding: 90px 30px 90px;
  position: relative;
  z-index: 2;
  background-color: #121400;
}
@media (max-width: 992px) {
  .cid-uYoNkScceq .card-wrapper {
    padding: 30px 16px;
    margin-top: 300px;
  }
}
.cid-uYoNkScceq .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uYoNkScceq .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYoNkScceq .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ebe0c9;
}
.cid-uYoNkScceq .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYoNkScceq .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYoNkScceq .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYoNkScceq .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYoNkScceq .mbr-label,
.cid-uYoNkScceq .label-wrapper {
  color: #EBE0C9;
  text-align: center;
}
.cid-uYoNkScceq .mbr-section-title {
  color: #fff7ee;
}
.cid-uYoNkScceq .mbr-text,
.cid-uYoNkScceq .text-wrapper {
  color: #EFF0EB;
  text-align: center;
}
.cid-uYoNkScceq .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYoNkScceq .mbr-section-title,
.cid-uYoNkScceq .mbr-section-btn {
  text-align: center;
  color: #EFF0EB;
}
.cid-uYoNkSdc9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoNkSdc9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../images/hjDHxtchwz6y.jpg");
}
.cid-uYoNkSdc9o .image-wrap {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uYoNkSdc9o .image-wrap {
    height: 350px;
  }
}
.cid-uYoNkShUWp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121400;
}
.cid-uYoNkShUWp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoNkShUWp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoNkShUWp .row {
  justify-content: flex-end;
}
.cid-uYoNkShUWp .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 60px;
  background-color: #dda15e;
}
@media (max-width: 992px) {
  .cid-uYoNkShUWp .label-wrapper .label-wrap {
    margin-bottom: 30px;
  }
}
.cid-uYoNkShUWp .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYoNkShUWp .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uYoNkShUWp .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYoNkShUWp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYoNkShUWp .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uYoNkShUWp .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYoNkShUWp .content-wrapper {
    padding-left: 0;
  }
}
.cid-uYoNkShUWp .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uYoNkShUWp .mbr-label,
.cid-uYoNkShUWp .label-wrapper {
  color: #000000;
}
.cid-uYoNkShUWp .mbr-section-title {
  color: #EFF0EB;
}
.cid-uYoNkShUWp .mbr-text {
  color: #fff7ee;
}
.cid-uYoNkShUWp .mbr-text,
.cid-uYoNkShUWp .mbr-section-btn {
  color: #EFF0EB;
}
.cid-uYoNkSlqgH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121400;
}
.cid-uYoNkSlqgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoNkSlqgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoNkSlqgH .row {
  justify-content: center;
}
.cid-uYoNkSlqgH .content-wrapper {
  top: 30px;
  position: sticky;
}
@media (max-width: 992px) {
  .cid-uYoNkSlqgH .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYoNkSlqgH .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uYoNkSlqgH .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYoNkSlqgH .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ebe0c9;
}
.cid-uYoNkSlqgH .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYoNkSlqgH .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYoNkSlqgH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYoNkSlqgH .panel-group {
  margin-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uYoNkSlqgH .panel-group {
    padding: 60px 40px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYoNkSlqgH .panel-group {
    padding: 30px 16px;
    margin-left: 0;
  }
}
.cid-uYoNkSlqgH .panel-group .card {
  position: relative;
  padding: 40px;
  margin-top: 26px;
  background-color: #eff0eb;
}
@media (max-width: 992px) {
  .cid-uYoNkSlqgH .panel-group .card {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uYoNkSlqgH .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uYoNkSlqgH .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uYoNkSlqgH .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uYoNkSlqgH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uYoNkSlqgH .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYoNkSlqgH .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uYoNkSlqgH .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  color: #121400;
}
.cid-uYoNkSlqgH .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uYoNkSlqgH .panel-group .card .panel-collapse .panel-body {
  margin: 80px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uYoNkSlqgH .panel-group .card .panel-collapse .panel-body {
    margin: 30px 0 0 0;
  }
}
.cid-uYoNkSlqgH .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYoNkSlqgH .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uYoNkSlqgH .mbr-label,
.cid-uYoNkSlqgH .label-wrapper {
  color: #EBE0C9;
}
.cid-uYoNkSlqgH .mbr-section-title {
  color: #fff7ee;
}
.cid-uYoNkSlqgH .mbr-text,
.cid-uYoNkSlqgH .text-wrapper {
  color: #EFF0EB;
}
.cid-uYoNkSlqgH .panel-title-edit {
  color: #121400;
}
.cid-uYoNkSlqgH .panel-text {
  color: #151e11;
}
.cid-uYoNkSlqgH .mbr-section-title,
.cid-uYoNkSlqgH .title-wrapper {
  color: #EFF0EB;
}
.cid-uYoNkSlqgH .panel-text,
.cid-uYoNkSlqgH .panel-body {
  color: #121400;
}
.cid-uYoNkSm3WK {
  background-image: url("../images/3OErwcWzpkat.jpeg");
}
.cid-uYoNkSm3WK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoNkSm3WK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoNkSm3WK .image-wrap {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uYoNkSm3WK .image-wrap {
    height: 350px;
  }
}
.cid-uYoNkSnsGS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121400;
}
.cid-uYoNkSnsGS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoNkSnsGS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoNkSnsGS .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uYoNkSnsGS .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYoNkSnsGS .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYoNkSnsGS .image-wrapper img {
    height: 350px;
  }
}
.cid-uYoNkSnsGS .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uYoNkSnsGS .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYoNkSnsGS .content-wrapper {
    padding-left: 0;
  }
}
.cid-uYoNkSnsGS .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uYoNkSnsGS .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYoNkSnsGS .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ebe0c9;
}
.cid-uYoNkSnsGS .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYoNkSnsGS .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYoNkSnsGS .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uYoNkSnsGS .mbr-label,
.cid-uYoNkSnsGS .label-wrapper {
  color: #EBE0C9;
}
.cid-uYoNkSnsGS .mbr-section-title {
  color: #fff7ee;
}
.cid-uYoNkSnsGS .mbr-text {
  color: #EFF0EB;
}
.cid-uYoNkSnsGS .mbr-section-title,
.cid-uYoNkSnsGS .mbr-section-btn {
  color: #EFF0EB;
}
.cid-uYoNkSrW7b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121400;
}
.cid-uYoNkSrW7b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoNkSrW7b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoNkSrW7b .row {
  justify-content: center;
}
.cid-uYoNkSrW7b .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uYoNkSrW7b .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYoNkSrW7b .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ebe0c9;
}
.cid-uYoNkSrW7b .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYoNkSrW7b .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYoNkSrW7b .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-uYoNkSrW7b .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYoNkSrW7b .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uYoNkSrW7b .mbr-label,
.cid-uYoNkSrW7b .label-wrapper {
  color: #EBE0C9;
  text-align: center;
}
.cid-uYoNkSrW7b .mbr-section-title {
  color: #fff7ee;
}
.cid-uYoNkSrW7b .mbr-text,
.cid-uYoNkSrW7b .text-wrapper {
  color: #EFF0EB;
  text-align: center;
}
.cid-uYoNkSrW7b .mbr-section-title,
.cid-uYoNkSrW7b .mbr-section-btn {
  text-align: center;
  color: #EFF0EB;
}
.cid-uYoNkSsbr2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121400;
}
.cid-uYoNkSsbr2 .item:focus,
.cid-uYoNkSsbr2 span:focus {
  outline: none;
}
.cid-uYoNkSsbr2 .item {
  cursor: pointer;
}
.cid-uYoNkSsbr2 .grid-container {
  grid-row-gap: 26px;
}
.cid-uYoNkSsbr2 .grid-container-1,
.cid-uYoNkSsbr2 .grid-container-2 {
  gap: 0 26px;
}
.cid-uYoNkSsbr2 .mbr-section-title {
  margin-bottom: 80px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYoNkSsbr2 .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYoNkSsbr2 .content-head {
  max-width: 800px;
}
.cid-uYoNkSsbr2 .container,
.cid-uYoNkSsbr2 .container-fluid {
  overflow: hidden;
}
.cid-uYoNkSsbr2 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uYoNkSsbr2 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYoNkSsbr2 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uYoNkSsbr2 .grid-item img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-uYoNkSsbr2 .grid-item img {
    min-width: 35vw;
    height: 140px;
  }
}
.cid-uYoNkSsbr2 .grid-container-1,
.cid-uYoNkSsbr2 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uYoNkSsbr2 .grid-container-1 {
  align-items: flex-end;
}
.cid-uYoNkSsbr2 .grid-container-2 {
  align-items: flex-start;
}
.cid-uYoNkSsoCV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121400;
}
.cid-uYoNkSsoCV .item:focus,
.cid-uYoNkSsoCV span:focus {
  outline: none;
}
.cid-uYoNkSsoCV .row {
  justify-content: center;
}
.cid-uYoNkSsoCV .main-content {
  padding: 150px 0;
  margin: 0;
  overflow: hidden;
  background-color: #5a6000;
}
@media (max-width: 992px) {
  .cid-uYoNkSsoCV .main-content {
    padding: 30px 0 16px;
  }
}
.cid-uYoNkSsoCV .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYoNkSsoCV .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYoNkSsoCV .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uYoNkSsoCV .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYoNkSsoCV .title-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #eff0eb;
}
.cid-uYoNkSsoCV .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYoNkSsoCV .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYoNkSsoCV .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYoNkSsoCV .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYoNkSsoCV .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYoNkSsoCV .item-wrapper {
  position: relative;
}
.cid-uYoNkSsoCV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uYoNkSsoCV .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uYoNkSsoCV .embla__slide .slide-content {
  width: 100%;
}
.cid-uYoNkSsoCV .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eff0eb;
}
.cid-uYoNkSsoCV .embla__slide .slide-content .item-wrapper .item-img img {
  height: 220px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYoNkSsoCV .embla__button--next,
.cid-uYoNkSsoCV .embla__button--prev {
  display: flex;
}
.cid-uYoNkSsoCV .embla__button {
  bottom: 0;
  width: 65px;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #151e11 !important;
  color: #fff7ee !important;
  border: 2px solid #151e11 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uYoNkSsoCV .embla__button {
    display: none;
  }
}
.cid-uYoNkSsoCV .embla__button:hover {
  background-color: transparent !important;
}
.cid-uYoNkSsoCV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYoNkSsoCV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uYoNkSsoCV .embla__button {
    top: auto;
  }
}
.cid-uYoNkSsoCV .embla {
  position: relative;
  width: 100%;
}
.cid-uYoNkSsoCV .embla__viewport {
  overflow: visible;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uYoNkSsoCV .embla__viewport {
    padding: 0;
  }
}
.cid-uYoNkSsoCV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYoNkSsoCV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYoNkSsoCV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uYoNkSsoCV .mbr-label,
.cid-uYoNkSsoCV .label-wrapper {
  color: #EFF0EB;
  text-align: center;
}
.cid-uYoNkSsoCV .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uYoNkSsoCV .mbr-text,
.cid-uYoNkSsoCV .text-wrapper {
  color: #EFF0EB;
  text-align: center;
}
.cid-uYoNkSsoCV .mbr-section-title,
.cid-uYoNkSsoCV .mbr-section-btn {
  color: #EFF0EB;
}
.cid-uYoNkStGZZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121400;
}
.cid-uYoNkStGZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoNkStGZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoNkStGZZ .row {
  justify-content: center;
}
.cid-uYoNkStGZZ .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #eff0eb;
}
@media (max-width: 1440px) {
  .cid-uYoNkStGZZ .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYoNkStGZZ .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.cid-uYoNkStGZZ .card-wrapper .content-wrap {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uYoNkStGZZ .card-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uYoNkStGZZ .card-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #dda15e;
}
.cid-uYoNkStGZZ .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYoNkStGZZ .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #000000;
}
.cid-uYoNkStGZZ .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYoNkStGZZ .card-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYoNkStGZZ .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uYoNkStGZZ .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYoNkStGZZ .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uYoNkStGZZ .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uYoNkStGZZ .card-wrapper .image-wrapper img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYoNkStGZZ .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uYoNkStGZZ .mbr-label,
.cid-uYoNkStGZZ .label-wrapper {
  color: #000000;
}
.cid-uYoNkStGZZ .mbr-section-title {
  color: #121400;
}
.cid-uYoNkStGZZ .mbr-text {
  color: #151e11;
}
.cid-uYoNkStGZZ .mbr-text,
.cid-uYoNkStGZZ .mbr-section-btn {
  color: #121400;
}
.cid-uYoNkStIkc {
  position: relative;
  overflow: hidden;
  background-color: #121400;
}
.cid-uYoNkStIkc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoNkStIkc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoNkStIkc .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uYoNkStIkc .row .card {
  padding: 0 13px;
}
.cid-uYoNkStIkc .image-wrap img {
  object-fit: cover;
}
.cid-uYoNkStIkc .image-wrap_1 img {
  height: 595px;
}
@media (max-width: 992px) {
  .cid-uYoNkStIkc .image-wrap_1 img {
    height: 350px;
    margin-bottom: 16px;
  }
}
.cid-uYoNkStIkc .image-wrap_2 {
  padding-top: 270px;
}
@media (max-width: 992px) {
  .cid-uYoNkStIkc .image-wrap_2 {
    padding-top: 0;
  }
}
.cid-uYoNkStIkc .image-wrap_2 img {
  height: 590px;
}
@media (max-width: 992px) {
  .cid-uYoNkStIkc .image-wrap_2 img {
    height: 350px;
    margin-bottom: 16px;
  }
}
.cid-uYoNkStIkc .image-wrap_3 {
  padding-top: 140px;
}
@media (max-width: 992px) {
  .cid-uYoNkStIkc .image-wrap_3 {
    padding-top: 0;
  }
}
.cid-uYoNkStIkc .image-wrap_3 img {
  height: 460px;
}
@media (max-width: 992px) {
  .cid-uYoNkStIkc .image-wrap_3 img {
    height: 350px;
  }
}
.cid-uYoNkSuEPu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYoNkSuEPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoNkSuEPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoNkSuEPu .title {
  justify-content: center;
}
.cid-uYoNkSuEPu .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uYoNkSuEPu .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYoNkSuEPu .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uYoNkSuEPu .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYoNkSuEPu .title-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #121400;
}
.cid-uYoNkSuEPu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYoNkSuEPu .main-content {
  background-color: #121400;
  padding: 210px 54px 90px 54px;
  margin: 0;
}
@media (max-width: 1440px) {
  .cid-uYoNkSuEPu .main-content {
    padding: 210px 40px 90px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYoNkSuEPu .main-content {
    padding: 30px 0 14px 0;
  }
}
@media (max-width: 767px) {
  .cid-uYoNkSuEPu .main-content {
    padding: 30px 0;
  }
}
.cid-uYoNkSuEPu .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uYoNkSuEPu .item {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-uYoNkSuEPu .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uYoNkSuEPu .item:nth-child(3n + 2) {
  transform: translateY(-6rem);
}
@media (max-width: 992px) {
  .cid-uYoNkSuEPu .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-uYoNkSuEPu .item .item-wrapper {
  height: 100%;
  padding: 26px 26px 40px 26px;
  background-color: #eff0eb;
}
@media (max-width: 992px) {
  .cid-uYoNkSuEPu .item .item-wrapper {
    padding: 16px 16px 30px 16px;
  }
}
.cid-uYoNkSuEPu .item .item-wrapper .item-img {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYoNkSuEPu .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uYoNkSuEPu .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uYoNkSuEPu .item .item-wrapper .item-img img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uYoNkSuEPu .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uYoNkSuEPu .item .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uYoNkSuEPu .item .item-wrapper .item-content .item-price {
  margin-bottom: 30px;
}
.cid-uYoNkSuEPu .item .item-wrapper .item-content .card-label-wrapper .item-label_1,
.cid-uYoNkSuEPu .item .item-wrapper .item-content .card-label-wrapper .item-label_2,
.cid-uYoNkSuEPu .item .item-wrapper .item-content .card-label-wrapper .item-label_3 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
}
.cid-uYoNkSuEPu .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uYoNkSuEPu .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYoNkSuEPu .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uYoNkSuEPu .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uYoNkSuEPu .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYoNkSuEPu .item-label_1 {
  background-color: #606c38;
  color: #FFFFFF;
}
.cid-uYoNkSuEPu .item-label_2 {
  background-color: #dda15e;
  color: #000000;
}
.cid-uYoNkSuEPu .item-label_3 {
  background-color: #51603f;
  color: #FFFFFF;
}
.cid-uYoNkSuEPu .mbr-section-title {
  color: #151e11;
  text-align: center;
}
.cid-uYoNkSuEPu .mbr-label,
.cid-uYoNkSuEPu .label-wrapper {
  color: #121400;
  text-align: center;
}
.cid-uYoNkSuEPu .item-price {
  color: #151e11;
}
.cid-uYoNkSuEPu .item-title {
  color: #121400;
}
.cid-uYoNkSuEPu .item-text {
  color: #151e11;
}
.cid-uYoNkSuEPu .mbr-section-title,
.cid-uYoNkSuEPu .mbr-section-btn {
  color: #121400;
}
.cid-uYoNkSuEPu .item-price,
.cid-uYoNkSuEPu .mbr-section-btn {
  color: #121400;
}
.cid-uYoNkSuEPu .item-label_1,
.cid-uYoNkSuEPu .card-label-wrapper {
  color: #FFFFFF;
}
.cid-uYoNkSuEPu .item-text,
.cid-uYoNkSuEPu .text-wrap {
  color: #121400;
}
.cid-uYoNkSwnXG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #121400;
}
.cid-uYoNkSwnXG .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uYoNkSwnXG .image-wrap {
    padding: 16px;
  }
}
.cid-uYoNkSwnXG .image-wrap .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYoNkSwnXG .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uYoNkSwnXG .image-overlay {
    padding: 16px;
  }
}
.cid-uYoNkSwnXG .image-overlay .image-over {
  background-color: #1e2100;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uYoNkSwnXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoNkSwnXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoNkSwnXG .row {
  justify-content: flex-end;
}
.cid-uYoNkSwnXG .content-wrapper {
  top: 0;
  position: sticky;
  padding: 150px 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uYoNkSwnXG .content-wrapper {
    padding: 0 16px 30px;
  }
}
.cid-uYoNkSwnXG .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYoNkSwnXG .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uYoNkSwnXG .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYoNkSwnXG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYoNkSwnXG .items-wrapper {
  padding: 150px 54px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .cid-uYoNkSwnXG .items-wrapper {
    padding: 150px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uYoNkSwnXG .items-wrapper {
    padding: 0 16px;
  }
}
.cid-uYoNkSwnXG .items-wrapper .item {
  margin-bottom: 60px;
}
.cid-uYoNkSwnXG .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYoNkSwnXG .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uYoNkSwnXG .items-wrapper .item .item-wrapper {
  padding: 54px 54px 80px 54px;
  background-color: #121400;
}
@media (max-width: 1440px) {
  .cid-uYoNkSwnXG .items-wrapper .item .item-wrapper {
    padding: 40px 40px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYoNkSwnXG .items-wrapper .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-img {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
.cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
.cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
  .cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
  .cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
    margin-right: 0;
  }
}
.cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_1,
.cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_1,
.cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_1,
.cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_2,
.cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_2,
.cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_2,
.cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_3,
.cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_3,
.cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_3 {
  margin-bottom: 0;
}
.cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .mbr-iconfont,
.cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .mbr-iconfont,
.cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
  width: 145px;
  height: 190px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
    width: 100%;
  }
}
.cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 30px;
  }
}
.cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uYoNkSwnXG .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYoNkSwnXG .label-wrap_1 {
  background-color: #606c38;
}
.cid-uYoNkSwnXG .label-wrap_2 {
  background-color: #dda15e;
}
.cid-uYoNkSwnXG .label-wrap_3 {
  background-color: #51603f;
}
.cid-uYoNkSwnXG .icon_1 {
  color: #ffffff;
}
.cid-uYoNkSwnXG .icon_2 {
  color: #000000;
}
.cid-uYoNkSwnXG .icon_3 {
  color: #ffffff;
}
.cid-uYoNkSwnXG .mbr-section-title {
  color: #fff7ee;
}
.cid-uYoNkSwnXG .mbr-text {
  color: #fff7ee;
}
.cid-uYoNkSwnXG .item-title {
  color: #EFF0EB;
}
.cid-uYoNkSwnXG .item-text {
  color: #fff7ee;
}
.cid-uYoNkSwnXG .item-label_1 {
  color: #FFFFFF;
}
.cid-uYoNkSwnXG .item-label_2 {
  color: #000000;
}
.cid-uYoNkSwnXG .item-label_3 {
  color: #FFFFFF;
}
.cid-uYoNkSwnXG .mbr-section-title,
.cid-uYoNkSwnXG .mbr-section-btn,
.cid-uYoNkSwnXG .title-wrapper {
  color: #EFF0EB;
}
.cid-uYoNkSwnXG .mbr-text,
.cid-uYoNkSwnXG .text-wrapper {
  color: #EFF0EB;
}
.cid-uYoNkSwnXG .item-text,
.cid-uYoNkSwnXG .text-wrap {
  color: #EFF0EB;
}
.cid-uYoNkSwmgw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121400;
}
.cid-uYoNkSwmgw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoNkSwmgw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoNkSwmgw .row {
  justify-content: center;
}
.cid-uYoNkSwmgw .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uYoNkSwmgw .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uYoNkSwmgw .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYoNkSwmgw .mbr-text {
  color: #fff7ee;
}
.cid-uYoNkSwmgw .mbr-text,
.cid-uYoNkSwmgw .mbr-section-btn,
.cid-uYoNkSwmgw .text-wrapper {
  color: #EFF0EB;
}
.cid-uYoNkSxqQB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121400;
}
.cid-uYoNkSxqQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoNkSxqQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoNkSxqQB .row {
  justify-content: center;
}
.cid-uYoNkSxqQB .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYoNkSxqQB .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uYoNkSxqQB .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYoNkSxqQB .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uYoNkSxqQB .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uYoNkSxqQB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYoNkSxqQB .mbr-section-title,
.cid-uYoNkSxqQB .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uYoNkSxqQB .mbr-desc {
  color: #EFF0EB;
}
.cid-uYoNkSxqQB .mbr-text {
  color: #EFF0EB;
}
.cid-uYoNkSxqQB .mbr-section-title,
.cid-uYoNkSxqQB .title-wrapper,
.cid-uYoNkSxqQB .mbr-iconfont {
  color: #EBE0C9;
}
.cid-uYoNkSxuih {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121400;
}
.cid-uYoNkSxuih .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoNkSxuih .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoNkSxuih .row {
  justify-content: center;
}
.cid-uYoNkSxuih .main-content {
  margin: 0;
}
.cid-uYoNkSxuih .card {
  padding: 0;
}
.cid-uYoNkSxuih .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uYoNkSxuih .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uYoNkSxuih .google-map iframe {
    height: 350px;
  }
}
.cid-uYoNkSxl6k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121400;
}
.cid-uYoNkSxl6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoNkSxl6k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoNkSxl6k .row {
  justify-content: center;
}
.cid-uYoNkSxl6k .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYoNkSxl6k .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYoNkSxl6k .mbr-section-title {
  color: #EFF0EB;
  text-align: center;
}
.cid-uYoNkSyLSR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121400;
}
.cid-uYoNkSyLSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoNkSyLSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoNkSyLSR .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uYoNkSyLSR .row .item {
  padding: 0 13px;
}
.cid-uYoNkSyLSR .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uYoNkSyLSR .item {
    margin-bottom: 16px;
  }
}
.cid-uYoNkSyLSR .item .item-wrapper {
  height: 100%;
  background-color: #5a6000;
  padding: 54px;
}
@media (max-width: 1200px) {
  .cid-uYoNkSyLSR .item .item-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYoNkSyLSR .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uYoNkSyLSR .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #121400;
}
.cid-uYoNkSyLSR .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uYoNkSyLSR .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #eff0eb;
}
.cid-uYoNkSyLSR .item .item-wrapper .card-box .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYoNkSyLSR .item .item-wrapper .card-box .item-title {
    margin-bottom: 30px;
  }
}
.cid-uYoNkSyLSR .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYoNkSyLSR .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uYoNkSyLSR .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYoNkSyLSR .item-label {
  color: #fff7ee;
}
.cid-uYoNkSyLSR .item-title {
  color: #fff7ee;
}
.cid-uYoNkSyLSR .item-text {
  color: #fff7ee;
}
.cid-uYoNkSyLSR .item-label,
.cid-uYoNkSyLSR .label-wrapper {
  color: #EFF0EB;
}
.cid-uYoNkSyLSR .item-title,
.cid-uYoNkSyLSR .mbr-section-btn {
  color: #EFF0EB;
}
.cid-uYoNkSyLSR .item-text,
.cid-uYoNkSyLSR .text-wrap {
  color: #EFF0EB;
}
.cid-uYoNkSyA8b {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #121400;
}
.cid-uYoNkSyA8b .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uYoNkSyA8b .image-wrap {
    padding: 16px;
  }
}
.cid-uYoNkSyA8b .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uYoNkSyA8b .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uYoNkSyA8b .image-overlay {
    padding: 16px;
  }
}
.cid-uYoNkSyA8b .image-overlay .image-over {
  background-color: #1e2100;
  z-index: 2;
  opacity: 0.7;
  width: 100%;
  height: 70%;
}
.cid-uYoNkSyA8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoNkSyA8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoNkSyA8b .row {
  justify-content: center;
}
.cid-uYoNkSyA8b .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #EFF0EB;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uYoNkSyA8b .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uYoNkSyA8b .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uYoNkSyA8b .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #121400;
}
@media (max-width: 992px) {
  .cid-uYoNkSyA8b .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uYoNkSyA8b .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYoNkSyA8b .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYoNkSyA8b .mbr-text,
.cid-uYoNkSyA8b .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uYoNkSyA8b .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYoNkSyA8b .mbr-text,
.cid-uYoNkSyA8b .mbr-section-btn {
  text-align: center;
}
.cid-uYoNkSyA8b .mbr-text,
.cid-uYoNkSyA8b .text-wrapper,
.cid-uYoNkSyA8b .mbr-section-btn {
  color: #EFF0EB;
}
.cid-uYoNkSymV8 {
  position: relative;
  overflow: hidden;
  background-color: #121400;
}
.cid-uYoNkSymV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoNkSymV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoNkSymV8 .row {
  justify-content: flex-end;
}
.cid-uYoNkSymV8 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYoNkSymV8 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYoNkSymV8 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYoNkSymV8 .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uYoNkSymV8 .card-wrapper {
  position: relative;
  z-index: 2;
  padding: 54px;
  background-color: #eff0eb;
}
@media (max-width: 1440px) {
  .cid-uYoNkSymV8 .card-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYoNkSymV8 .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uYoNkSymV8 .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uYoNkSymV8 .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYoNkSymV8 .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #121400;
}
.cid-uYoNkSymV8 .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYoNkSymV8 .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYoNkSymV8 .card-wrapper .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYoNkSymV8 .card-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uYoNkSymV8 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYoNkSymV8 .image-wrap {
  position: absolute;
}
.cid-uYoNkSymV8 .image-wrap img {
  object-fit: cover;
}
.cid-uYoNkSymV8 .image-wrap_1 {
  z-index: 1;
  top: 0;
  left: 170px;
}
.cid-uYoNkSymV8 .image-wrap_1 img {
  height: 580px;
  width: 580px;
}
.cid-uYoNkSymV8 .image-wrap_2 {
  bottom: 0;
  right: 170px;
}
.cid-uYoNkSymV8 .image-wrap_2 img {
  height: 700px;
  width: 1000px;
}
.cid-uYoNkSymV8 .mbr-label {
  color: #FFBE0D;
}
.cid-uYoNkSymV8 .mbr-section-title {
  color: #151e11;
}
.cid-uYoNkSymV8 .mbr-text {
  color: #121400;
}
.cid-uYoNkSymV8 .mbr-label,
.cid-uYoNkSymV8 .label-wrapper {
  color: #121400;
}
.cid-uYoNkSymV8 .mbr-section-title,
.cid-uYoNkSymV8 .mbr-section-btn {
  color: #121400;
}
.cid-uYoNkSzyBJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121400;
}
.cid-uYoNkSzyBJ .item:focus,
.cid-uYoNkSzyBJ span:focus {
  outline: none;
}
.cid-uYoNkSzyBJ .row {
  justify-content: center;
}
.cid-uYoNkSzyBJ .item-wrapper {
  position: relative;
}
.cid-uYoNkSzyBJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 770px;
  max-width: 770px;
}
@media (max-width: 1200px) {
  .cid-uYoNkSzyBJ .embla__slide {
    min-width: 550px;
    max-width: 550px;
  }
}
@media (max-width: 768px) {
  .cid-uYoNkSzyBJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uYoNkSzyBJ .embla__slide .slide-content {
  width: 100%;
  display: flex;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYoNkSzyBJ .embla__slide .slide-content {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.cid-uYoNkSzyBJ .embla__slide .slide-content .item-content {
  display: flex;
  align-items: flex-end;
  width: 52%;
  padding: 40px 54px;
  min-height: 615px;
  background-color: #5a6000;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uYoNkSzyBJ .embla__slide .slide-content .item-content {
    padding: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uYoNkSzyBJ .embla__slide .slide-content .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uYoNkSzyBJ .embla__slide .slide-content .item-content {
    padding: 30px 16px;
    width: 100%;
    min-height: auto;
    margin-top: -1rem;
    height: 100%;
  }
}
.cid-uYoNkSzyBJ .embla__slide .slide-content .item-content .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uYoNkSzyBJ .embla__slide .slide-content .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-uYoNkSzyBJ .embla__slide .slide-content .item-content .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYoNkSzyBJ .embla__slide .slide-content .item-wrapper {
  width: 58%;
  position: relative;
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .cid-uYoNkSzyBJ .embla__slide .slide-content .item-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
.cid-uYoNkSzyBJ .embla__slide .slide-content .item-wrapper .number-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  padding: 26px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYoNkSzyBJ .embla__slide .slide-content .item-wrapper .number-wrap {
    padding: 16px;
  }
}
.cid-uYoNkSzyBJ .embla__slide .slide-content .item-wrapper .number-wrap .item-number {
  display: inline-block;
  padding: 14px 16px;
  background-color: #eff0eb;
}
.cid-uYoNkSzyBJ .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-uYoNkSzyBJ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uYoNkSzyBJ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYoNkSzyBJ .embla__button--next,
.cid-uYoNkSzyBJ .embla__button--prev {
  display: flex;
}
.cid-uYoNkSzyBJ .embla__button {
  bottom: 0;
  width: 65px;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #5c7d4f !important;
  color: #fff7ee !important;
  border: 2px solid #5c7d4f !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uYoNkSzyBJ .embla__button {
    display: none;
  }
}
.cid-uYoNkSzyBJ .embla__button:hover {
  background-color: transparent !important;
}
.cid-uYoNkSzyBJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYoNkSzyBJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uYoNkSzyBJ .embla__button {
    top: auto;
  }
}
.cid-uYoNkSzyBJ .embla {
  position: relative;
  width: 100%;
}
.cid-uYoNkSzyBJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uYoNkSzyBJ .embla__viewport {
    padding: 0;
  }
}
.cid-uYoNkSzyBJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYoNkSzyBJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYoNkSzyBJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uYoNkSzyBJ .item-title {
  color: #EFF0EB;
}
.cid-uYoNkSzyBJ .item-text {
  color: #fff7ee;
}
.cid-uYoNkSzyBJ .item-number,
.cid-uYoNkSzyBJ .number-wrap {
  color: #121400;
  text-align: right;
}
.cid-uYoNkSzyBJ .item-text,
.cid-uYoNkSzyBJ .mbr-section-btn {
  color: #EFF0EB;
}
.cid-uYoNkSAM9c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-uYoNkSAM9c .item:focus,
.cid-uYoNkSAM9c span:focus {
  outline: none;
}
.cid-uYoNkSAM9c .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uYoNkSAM9c .item {
  padding: 10px 0;
  color: #121400;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uYoNkSAM9c .item {
    min-height: 45px;
  }
}
.cid-uYoNkSAMiT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121400;
}
.cid-uYoNkSAMiT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoNkSAMiT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoNkSAMiT .row {
  justify-content: center;
}
.cid-uYoNkSAMiT .content-wrapper {
  top: 30px;
  position: sticky;
}
@media (max-width: 992px) {
  .cid-uYoNkSAMiT .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYoNkSAMiT .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uYoNkSAMiT .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYoNkSAMiT .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ebe0c9;
}
.cid-uYoNkSAMiT .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYoNkSAMiT .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uYoNkSAMiT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYoNkSAMiT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYoNkSAMiT .form-wrapper {
  padding: 80px 54px;
  background-color: #eff0eb;
  margin-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uYoNkSAMiT .form-wrapper {
    padding: 60px 40px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYoNkSAMiT .form-wrapper {
    padding: 30px 16px;
    margin-left: 0;
  }
}
.cid-uYoNkSAMiT .form-wrapper .dragArea.row .form-group {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-uYoNkSAMiT .form-wrapper .dragArea.row .form-group {
    margin-bottom: 30px !important;
  }
}
.cid-uYoNkSAMiT .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYoNkSAMiT .form-wrapper .dragArea.row .form-group .form-control-label {
    margin-bottom: 16px;
  }
}
.cid-uYoNkSAMiT .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  border: none !important;
  border-bottom: 2px solid #121400 !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.cid-uYoNkSAMiT .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uYoNkSAMiT .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #dda15e !important;
  box-shadow: none;
}
.cid-uYoNkSAMiT .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #121400;
  opacity: 0.5;
}
.cid-uYoNkSAMiT .form-wrapper .dragArea.row .form-group textarea {
  min-height: 200px;
  padding: 0 0 20px 0;
}
.cid-uYoNkSAMiT .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uYoNkSAMiT .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #121400;
  border-color: #121400;
}
.cid-uYoNkSAMiT .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uYoNkSAMiT .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-uYoNkSAMiT .mbr-label,
.cid-uYoNkSAMiT .label-wrapper {
  color: #EBE0C9;
}
.cid-uYoNkSAMiT .mbr-section-title {
  color: #fff7ee;
}
.cid-uYoNkSAMiT .mbr-text,
.cid-uYoNkSAMiT .text-wrapper {
  color: #EFF0EB;
}
.cid-uYoNkSAMiT label {
  color: #151e11;
}
.cid-uYoNkSAMiT .mbr-section-title,
.cid-uYoNkSAMiT .title-wrapper {
  color: #EFF0EB;
}
.cid-uYoNkSBjNN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121400;
}
.cid-uYoNkSBjNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoNkSBjNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoNkSBjNN .row {
  justify-content: center;
}
.cid-uYoNkSBjNN .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media (max-width: 992px) {
  .cid-uYoNkSBjNN .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYoNkSBjNN .item {
    margin-bottom: 16px;
  }
}
.cid-uYoNkSBjNN .item .item-wrapper {
  height: 100%;
  background-color: #dda15e;
  padding: 80px 54px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uYoNkSBjNN .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYoNkSBjNN .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uYoNkSBjNN .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #121400;
}
.cid-uYoNkSBjNN .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uYoNkSBjNN .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #eff0eb;
}
.cid-uYoNkSBjNN .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uYoNkSBjNN .item-label,
.cid-uYoNkSBjNN .label-wrapper {
  color: #EFF0EB;
  text-align: center;
}
.cid-uYoNkSBjNN .item-title {
  color: #151e11;
  text-align: center;
}
.cid-uYoNkSBjNN .item-title,
.cid-uYoNkSBjNN .mbr-section-btn {
  color: #000000;
}
.cid-uYoNkSBiae {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121400;
}
.cid-uYoNkSBiae .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoNkSBiae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoNkSBiae .row {
  justify-content: center;
}
.cid-uYoNkSBiae .main-content {
  background-color: #ffcb34;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .cid-uYoNkSBiae .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uYoNkSBiae .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYoNkSBiae .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYoNkSBiae .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYoNkSBiae .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYoNkSBiae .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYoNkSBiae .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.cid-uYoNkSBiae .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.cid-uYoNkSBiae .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYoNkSBiae .list .item-wrap:hover,
.cid-uYoNkSBiae .list .item-wrap:focus {
  transform: translateX(14px);
}
.cid-uYoNkSBiae .mbr-copy {
  margin: 0;
  color: #EFF0EB;
  text-align: center;
}
.cid-uYoNkSBiae .mbr-section-title {
  color: #151e11;
}
.cid-uYoNkSBiae .mbr-text {
  color: #151e11;
}
