.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 4.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((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: #020f1e !important;
}
.bg-success {
  background-color: #5c7d4f !important;
}
.bg-info {
  background-color: #fff7ee !important;
}
.bg-warning {
  background-color: #ff8c6b !important;
}
.bg-danger {
  background-color: #e84718 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #020f1e !important;
  border-color: #020f1e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #05274e !important;
  border-color: #05274e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #05274e !important;
  border-color: #05274e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffbe0d !important;
  border-color: #ffbe0d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffcc40 !important;
  border-color: #ffcc40 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffcc40 !important;
  border-color: #ffcc40 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fff7ee !important;
  border-color: #fff7ee !important;
  color: #ee7e00 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ee7e00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #5c7d4f !important;
  border-color: #5c7d4f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #739c63 !important;
  border-color: #739c63 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #739c63 !important;
  border-color: #739c63 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff8c6b !important;
  border-color: #ff8c6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffb49e !important;
  border-color: #ffb49e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb49e !important;
  border-color: #ffb49e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e84718 !important;
  border-color: #e84718 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ed6c46 !important;
  border-color: #ed6c46 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ed6c46 !important;
  border-color: #ed6c46 !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: #020f1e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #020f1e !important;
  border-color: #020f1e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffbe0d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b58500 !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: #ffbe0d !important;
  border-color: #ffbe0d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff7ee;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffce97 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ee7e00 !important;
  background-color: #fff7ee !important;
  border-color: #fff7ee !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5c7d4f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #35482d !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: #5c7d4f !important;
  border-color: #5c7d4f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff8c6b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff4914 !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: #ff8c6b !important;
  border-color: #ff8c6b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e84718;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9a2f0f !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: #e84718 !important;
  border-color: #e84718 !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: #020f1e !important;
}
.text-secondary {
  color: #ffbe0d !important;
}
.text-success {
  color: #5c7d4f !important;
}
.text-info {
  color: #fff7ee !important;
}
.text-warning {
  color: #ff8c6b !important;
}
.text-danger {
  color: #e84718 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a67900 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2e3f28 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffc788 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff3d05 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8c2a0e !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: #020f1e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fff7ee;
}
.alert-warning {
  background-color: #ff8c6b;
}
.alert-danger {
  background-color: #e84718;
}
.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: #020f1e;
  border-color: #020f1e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #020f1e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8ebff7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9dba92;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fadbd2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #020f1e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #020f1e;
}
/* 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: #020f1e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #020f1e;
}
.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: #020f1e;
  border-bottom-color: #020f1e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #020f1e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffbe0d !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='%23020f1e' %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-uACPVKNcaL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uACPVKNcaL nav.navbar {
  position: fixed;
}
.cid-uACPVKNcaL .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uACPVKNcaL .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uACPVKNcaL .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-uACPVKNcaL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uACPVKNcaL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #4b79ad !important;
  color: #020f1e !important;
}
.cid-uACPVKNcaL .dropdown-item:hover,
.cid-uACPVKNcaL .dropdown-item:focus {
  background: #4b79ad !important;
  color: #020f1e !important;
}
.cid-uACPVKNcaL .dropdown-item:hover span {
  color: white;
}
.cid-uACPVKNcaL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uACPVKNcaL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uACPVKNcaL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uACPVKNcaL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uACPVKNcaL .nav-link {
  position: relative;
}
.cid-uACPVKNcaL .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uACPVKNcaL .container {
    flex-wrap: nowrap;
  }
}
.cid-uACPVKNcaL .iconfont-wrapper {
  color: #fff7ee !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uACPVKNcaL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uACPVKNcaL .dropdown-menu,
.cid-uACPVKNcaL .navbar.opened {
  background: #020f1e !important;
}
.cid-uACPVKNcaL .nav-item:focus,
.cid-uACPVKNcaL .nav-link:focus {
  outline: none;
}
.cid-uACPVKNcaL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uACPVKNcaL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uACPVKNcaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uACPVKNcaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uACPVKNcaL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uACPVKNcaL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uACPVKNcaL .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: #020f1e;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uACPVKNcaL .navbar.opened {
  transition: all 0.3s;
}
.cid-uACPVKNcaL .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uACPVKNcaL .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uACPVKNcaL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uACPVKNcaL .navbar.collapsed {
  justify-content: center;
}
.cid-uACPVKNcaL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uACPVKNcaL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uACPVKNcaL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-uACPVKNcaL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uACPVKNcaL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uACPVKNcaL .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-uACPVKNcaL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uACPVKNcaL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uACPVKNcaL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uACPVKNcaL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uACPVKNcaL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uACPVKNcaL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uACPVKNcaL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uACPVKNcaL .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-uACPVKNcaL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uACPVKNcaL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uACPVKNcaL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uACPVKNcaL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uACPVKNcaL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uACPVKNcaL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uACPVKNcaL .navbar.navbar-short {
  min-height: 96px;
}
.cid-uACPVKNcaL .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uACPVKNcaL .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-uACPVKNcaL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uACPVKNcaL .navbar-brand .navbar-caption:hover,
.cid-uACPVKNcaL .navbar-brand .navbar-caption:focus {
  color: #4b79ad !important;
}
.cid-uACPVKNcaL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uACPVKNcaL .navbar.opened .navbar-brand .navbar-caption {
  color: #020f1e !important;
}
.cid-uACPVKNcaL .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uACPVKNcaL .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #020f1e !important;
}
.cid-uACPVKNcaL .dropdown-item.active,
.cid-uACPVKNcaL .dropdown-item:active {
  background-color: transparent;
}
.cid-uACPVKNcaL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uACPVKNcaL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uACPVKNcaL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uACPVKNcaL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #020f1e;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uACPVKNcaL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uACPVKNcaL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uACPVKNcaL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uACPVKNcaL ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uACPVKNcaL ul.navbar-nav {
    padding: 0;
    background-color: #4b79ad;
    border: 2px solid #ffffff;
  }
}
.cid-uACPVKNcaL .navbar-buttons {
  text-align: center;
}
.cid-uACPVKNcaL .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uACPVKNcaL .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uACPVKNcaL 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: #020f1e !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uACPVKNcaL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uACPVKNcaL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uACPVKNcaL button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uACPVKNcaL button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uACPVKNcaL button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uACPVKNcaL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uACPVKNcaL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uACPVKNcaL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uACPVKNcaL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uACPVKNcaL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uACPVKNcaL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uACPVKNcaL .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-uACPVKNcaL .navbar {
    height: 70px;
  }
  .cid-uACPVKNcaL .navbar.opened {
    height: auto;
  }
  .cid-uACPVKNcaL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uACPVKNcaL .navbar-nav {
  margin: 0 auto;
}
.cid-uACPVKNcaL .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uACPVKNcaL .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uACPVKNcaL .nav-item .nav-link::after {
  color: #ffbe0d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uACPVKNcaL .nav-item .nav-link:hover {
  background-color: #020f1e;
  color: #4b79ad !important;
}
.cid-uACPVKNcaL .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uACPVKNcaL .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uACPVKNcaL .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uACPVKNcaL .nav-item .dropdown-menu .dropdown-item {
  color: #020f1e !important;
}
.cid-uACPVKNcaL .nav-item .dropdown-menu .dropdown-item:hover {
  color: #020f1e !important;
}
@media (max-width: 991px) {
  .cid-uACPVKNcaL .navbar {
    justify-content: flex-start !important;
  }
  .cid-uACPVKNcaL .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uACPVKNcaL .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uACPVKNcaL .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uACPVKNcaL .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uACPVKNcaL .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uACPVKNcaL .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uACPVTBN4A {
  padding-top: 5rem;
  padding-bottom: 2rem;
  position: relative;
  align-items: center;
  background-color: #020f1e;
}
.cid-uACPVTBN4A .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uACPVTBN4A .image-wrap {
    padding: 16px;
  }
}
.cid-uACPVTBN4A .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uACPVTBN4A .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uACPVTBN4A .image-overlay {
    padding: 16px;
  }
}
.cid-uACPVTBN4A .image-overlay .image-over {
  background-color: #000000;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
  width: 100%;
  height: 70%;
}
.cid-uACPVTBN4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACPVTBN4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACPVTBN4A .row {
  justify-content: center;
}
.cid-uACPVTBN4A .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uACPVTBN4A .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uACPVTBN4A .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uACPVTBN4A .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #020f1e;
}
@media (max-width: 992px) {
  .cid-uACPVTBN4A .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uACPVTBN4A .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uACPVTBN4A .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uACPVTBN4A .mbr-text,
.cid-uACPVTBN4A .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uACPVTBN4A .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uACPVTBN4A .mbr-text,
.cid-uACPVTBN4A .mbr-section-btn {
  text-align: center;
}
.cid-vcdHoFUKJm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-vcdHoFUKJm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcdHoFUKJm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcdHoFUKJm .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcdHoFUKJm .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcdHoFUKJm .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcdHoFUKJm .image-wrapper img {
    height: 350px;
  }
}
.cid-vcdHoFUKJm .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-vcdHoFUKJm .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-vcdHoFUKJm .content-wrapper {
    padding-left: 0;
  }
}
.cid-vcdHoFUKJm .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-vcdHoFUKJm .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcdHoFUKJm .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-vcdHoFUKJm .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcdHoFUKJm .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vcdHoFUKJm .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-vcdHoFUKJm .mbr-label,
.cid-vcdHoFUKJm .label-wrapper {
  color: #FFBE0D;
}
.cid-vcdHoFUKJm .mbr-section-title {
  color: #fff7ee;
}
.cid-vcdHoFUKJm .mbr-text {
  color: #fff7ee;
}
.cid-v1LPvqeXZb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-v1LPvqeXZb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LPvqeXZb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LPvqeXZb .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v1LPvqeXZb .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1LPvqeXZb .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v1LPvqeXZb .image-wrapper img {
    height: 350px;
  }
}
.cid-v1LPvqeXZb .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-v1LPvqeXZb .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v1LPvqeXZb .content-wrapper {
    padding-left: 0;
  }
}
.cid-v1LPvqeXZb .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-v1LPvqeXZb .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v1LPvqeXZb .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-v1LPvqeXZb .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1LPvqeXZb .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1LPvqeXZb .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-v1LPvqeXZb .mbr-label,
.cid-v1LPvqeXZb .label-wrapper {
  color: #FFBE0D;
}
.cid-v1LPvqeXZb .mbr-section-title {
  color: #fff7ee;
}
.cid-v1LPvqeXZb .mbr-text {
  color: #ebebeb;
}
.cid-v1LPvqeXZb .mbr-section-title,
.cid-v1LPvqeXZb .mbr-section-btn {
  color: #ffd769;
}
.cid-v3snKpxNln {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-v3snKpxNln .item:focus,
.cid-v3snKpxNln span:focus {
  outline: none;
}
.cid-v3snKpxNln .row {
  justify-content: center;
}
.cid-v3snKpxNln .item-wrapper {
  position: relative;
}
.cid-v3snKpxNln .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 770px;
  max-width: 770px;
}
@media (max-width: 1200px) {
  .cid-v3snKpxNln .embla__slide {
    min-width: 550px;
    max-width: 550px;
  }
}
@media (max-width: 768px) {
  .cid-v3snKpxNln .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v3snKpxNln .embla__slide .slide-content {
  width: 100%;
  display: flex;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v3snKpxNln .embla__slide .slide-content {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.cid-v3snKpxNln .embla__slide .slide-content .item-content {
  display: flex;
  align-items: flex-end;
  width: 52%;
  padding: 40px 54px;
  min-height: 615px;
  background-color: #5c7d4f;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-v3snKpxNln .embla__slide .slide-content .item-content {
    padding: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-v3snKpxNln .embla__slide .slide-content .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v3snKpxNln .embla__slide .slide-content .item-content {
    padding: 30px 16px;
    width: 100%;
    min-height: auto;
    margin-top: -1rem;
    height: 100%;
  }
}
.cid-v3snKpxNln .embla__slide .slide-content .item-content .card-box .item-title {
  margin-bottom: 30px;
}
.cid-v3snKpxNln .embla__slide .slide-content .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-v3snKpxNln .embla__slide .slide-content .item-content .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v3snKpxNln .embla__slide .slide-content .item-wrapper {
  width: 58%;
  position: relative;
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .cid-v3snKpxNln .embla__slide .slide-content .item-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
.cid-v3snKpxNln .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-v3snKpxNln .embla__slide .slide-content .item-wrapper .number-wrap {
    padding: 16px;
  }
}
.cid-v3snKpxNln .embla__slide .slide-content .item-wrapper .number-wrap .item-number {
  display: inline-block;
  padding: 14px 16px;
  background-color: #fff7ee;
}
.cid-v3snKpxNln .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-v3snKpxNln .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v3snKpxNln .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v3snKpxNln .embla__button--next,
.cid-v3snKpxNln .embla__button--prev {
  display: flex;
}
.cid-v3snKpxNln .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;
}
@media (max-width: 768px) {
  .cid-v3snKpxNln .embla__button {
    display: none;
  }
}
.cid-v3snKpxNln .embla__button:hover {
  background-color: transparent !important;
}
.cid-v3snKpxNln .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3snKpxNln .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3snKpxNln .embla__button {
    top: auto;
  }
}
.cid-v3snKpxNln .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-v3snKpxNln .embla__viewport {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v3snKpxNln .embla__viewport {
    padding: 0;
  }
}
.cid-v3snKpxNln .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3snKpxNln .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3snKpxNln .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3snKpxNln .item-title {
  color: #fff7ee;
}
.cid-v3snKpxNln .item-text {
  color: #fff7ee;
}
.cid-v3snKpxNln .item-number,
.cid-v3snKpxNln .number-wrap {
  color: #f66e46;
  text-align: right;
}
.cid-v3srbV0Tsv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-v3srbV0Tsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3srbV0Tsv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3srbV0Tsv .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v3srbV0Tsv .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v3srbV0Tsv .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3srbV0Tsv .image-wrapper img {
    height: 350px;
  }
}
.cid-v3srbV0Tsv .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-v3srbV0Tsv .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v3srbV0Tsv .content-wrapper {
    padding-left: 0;
  }
}
.cid-v3srbV0Tsv .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-v3srbV0Tsv .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v3srbV0Tsv .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-v3srbV0Tsv .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v3srbV0Tsv .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v3srbV0Tsv .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-v3srbV0Tsv .mbr-label,
.cid-v3srbV0Tsv .label-wrapper {
  color: #FFBE0D;
}
.cid-v3srbV0Tsv .mbr-section-title {
  color: #fff7ee;
}
.cid-v3srbV0Tsv .mbr-text {
  color: #fff7ee;
}
.cid-v3srA9HPpY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-v3srA9HPpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3srA9HPpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3srA9HPpY .row {
  justify-content: center;
}
.cid-v3srA9HPpY .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v3srA9HPpY .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v3srA9HPpY .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3srA9HPpY .mbr-text {
  color: #fff7ee;
}
.cid-uACPW5sXHf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #020f1e;
}
.cid-uACPW5sXHf .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uACPW5sXHf .image-wrap {
    padding: 16px;
  }
}
.cid-uACPW5sXHf .image-wrap .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uACPW5sXHf .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uACPW5sXHf .image-overlay {
    padding: 16px;
  }
}
.cid-uACPW5sXHf .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.cid-uACPW5sXHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACPW5sXHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACPW5sXHf .row {
  justify-content: flex-end;
}
.cid-uACPW5sXHf .content-wrapper {
  position: relative;
  padding: 150px 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uACPW5sXHf .content-wrapper {
    padding: 0 16px 30px;
  }
}
.cid-uACPW5sXHf .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uACPW5sXHf .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uACPW5sXHf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uACPW5sXHf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uACPW5sXHf .items-wrapper {
  padding: 150px 54px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .cid-uACPW5sXHf .items-wrapper {
    padding: 150px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uACPW5sXHf .items-wrapper {
    padding: 0 16px;
  }
}
.cid-uACPW5sXHf .items-wrapper .item {
  margin-bottom: 60px;
}
.cid-uACPW5sXHf .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uACPW5sXHf .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper {
  padding: 54px 54px 80px 54px;
  background-color: #020f1e;
}
@media (max-width: 1440px) {
  .cid-uACPW5sXHf .items-wrapper .item .item-wrapper {
    padding: 40px 40px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uACPW5sXHf .items-wrapper .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uACPW5sXHf .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-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
.cid-uACPW5sXHf .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-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
  .cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
  .cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
    margin-right: 0;
  }
}
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_1,
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_1,
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_1,
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_2,
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_2,
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_2,
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_3,
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_3,
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_3 {
  margin-bottom: 0;
}
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .mbr-iconfont,
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .mbr-iconfont,
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
  width: 145px;
  height: 190px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
    width: 100%;
  }
}
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 30px;
  }
}
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uACPW5sXHf .label-wrap_1 {
  background-color: #5c7d4f;
}
.cid-uACPW5sXHf .label-wrap_2 {
  background-color: #709bca;
}
.cid-uACPW5sXHf .label-wrap_3 {
  background-color: #f66e46;
}
.cid-uACPW5sXHf .icon_1 {
  color: #fff7ee;
}
.cid-uACPW5sXHf .icon_2 {
  color: #fff7ee;
}
.cid-uACPW5sXHf .icon_3 {
  color: #fff7ee;
}
.cid-uACPW5sXHf .mbr-section-title {
  color: #fff7ee;
}
.cid-uACPW5sXHf .mbr-text {
  color: #fff7ee;
}
.cid-uACPW5sXHf .item-title {
  color: #fff7ee;
}
.cid-uACPW5sXHf .item-text {
  color: #fff7ee;
}
.cid-uACPW5sXHf .item-label_1 {
  color: #fff7ee;
}
.cid-uACPW5sXHf .item-label_2 {
  color: #fff7ee;
}
.cid-uACPW5sXHf .item-label_3 {
  color: #fff7ee;
}
.cid-uACPW5sXHf .mbr-text,
.cid-uACPW5sXHf .text-wrapper {
  color: #020f1e;
}
.cid-uACPW5sXHf .mbr-section-title,
.cid-uACPW5sXHf .mbr-section-btn,
.cid-uACPW5sXHf .title-wrapper {
  color: #020f1e;
}
.cid-uACPXqvpWU {
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #151e11;
}
.cid-uACPXqvpWU .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uACPXqvpWU .image-wrap {
    padding: 16px;
  }
}
.cid-uACPXqvpWU .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uACPXqvpWU .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uACPXqvpWU .image-overlay {
    padding: 16px;
  }
}
.cid-uACPXqvpWU .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.cid-uACPXqvpWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACPXqvpWU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACPXqvpWU .row {
  justify-content: center;
}
.cid-uACPXqvpWU .card-wrapper {
  padding: 90px 30px 90px;
  position: relative;
  z-index: 2;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-uACPXqvpWU .card-wrapper {
    padding: 30px 16px;
    margin-top: 300px;
  }
}
.cid-uACPXqvpWU .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uACPXqvpWU .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uACPXqvpWU .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uACPXqvpWU .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uACPXqvpWU .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uACPXqvpWU .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uACPXqvpWU .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uACPXqvpWU .mbr-label,
.cid-uACPXqvpWU .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uACPXqvpWU .mbr-section-title {
  color: #fff7ee;
}
.cid-uACPXqvpWU .mbr-text,
.cid-uACPXqvpWU .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uACPXqvpWU .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uACPXqvpWU .mbr-section-title,
.cid-uACPXqvpWU .mbr-section-btn {
  text-align: center;
}
.cid-uACQ49P72x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uACQ49P72x .item:focus,
.cid-uACQ49P72x span:focus {
  outline: none;
}
.cid-uACQ49P72x .row {
  justify-content: center;
}
.cid-uACQ49P72x .item-wrapper {
  position: relative;
}
.cid-uACQ49P72x .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 770px;
  max-width: 770px;
}
@media (max-width: 1200px) {
  .cid-uACQ49P72x .embla__slide {
    min-width: 550px;
    max-width: 550px;
  }
}
@media (max-width: 768px) {
  .cid-uACQ49P72x .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uACQ49P72x .embla__slide .slide-content {
  width: 100%;
  display: flex;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uACQ49P72x .embla__slide .slide-content {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.cid-uACQ49P72x .embla__slide .slide-content .item-content {
  display: flex;
  align-items: flex-end;
  width: 52%;
  padding: 40px 54px;
  min-height: 615px;
  background-color: #5c7d4f;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uACQ49P72x .embla__slide .slide-content .item-content {
    padding: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uACQ49P72x .embla__slide .slide-content .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uACQ49P72x .embla__slide .slide-content .item-content {
    padding: 30px 16px;
    width: 100%;
    min-height: auto;
    margin-top: -1rem;
    height: 100%;
  }
}
.cid-uACQ49P72x .embla__slide .slide-content .item-content .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uACQ49P72x .embla__slide .slide-content .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-uACQ49P72x .embla__slide .slide-content .item-content .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uACQ49P72x .embla__slide .slide-content .item-wrapper {
  width: 58%;
  position: relative;
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .cid-uACQ49P72x .embla__slide .slide-content .item-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
.cid-uACQ49P72x .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-uACQ49P72x .embla__slide .slide-content .item-wrapper .number-wrap {
    padding: 16px;
  }
}
.cid-uACQ49P72x .embla__slide .slide-content .item-wrapper .number-wrap .item-number {
  display: inline-block;
  padding: 14px 16px;
  background-color: #fff7ee;
}
.cid-uACQ49P72x .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-uACQ49P72x .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uACQ49P72x .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uACQ49P72x .embla__button--next,
.cid-uACQ49P72x .embla__button--prev {
  display: flex;
}
.cid-uACQ49P72x .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;
}
@media (max-width: 768px) {
  .cid-uACQ49P72x .embla__button {
    display: none;
  }
}
.cid-uACQ49P72x .embla__button:hover {
  background-color: transparent !important;
}
.cid-uACQ49P72x .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uACQ49P72x .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uACQ49P72x .embla__button {
    top: auto;
  }
}
.cid-uACQ49P72x .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uACQ49P72x .embla__viewport {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uACQ49P72x .embla__viewport {
    padding: 0;
  }
}
.cid-uACQ49P72x .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uACQ49P72x .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uACQ49P72x .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uACQ49P72x .item-title {
  color: #fff7ee;
}
.cid-uACQ49P72x .item-text {
  color: #fff7ee;
}
.cid-uACQ49P72x .item-number,
.cid-uACQ49P72x .number-wrap {
  color: #f66e46;
  text-align: right;
}
.cid-uACPXWzUGY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uACPXWzUGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACPXWzUGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACPXWzUGY .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uACPXWzUGY .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uACPXWzUGY .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uACPXWzUGY .image-wrapper img {
    height: 350px;
  }
}
.cid-uACPXWzUGY .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uACPXWzUGY .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uACPXWzUGY .content-wrapper {
    padding-left: 0;
  }
}
.cid-uACPXWzUGY .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uACPXWzUGY .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uACPXWzUGY .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uACPXWzUGY .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uACPXWzUGY .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uACPXWzUGY .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uACPXWzUGY .mbr-label,
.cid-uACPXWzUGY .label-wrapper {
  color: #FFBE0D;
}
.cid-uACPXWzUGY .mbr-section-title {
  color: #fff7ee;
}
.cid-uACPXWzUGY .mbr-text {
  color: #fff7ee;
}
.cid-uACPYTefPH {
  background-image: url("../../../assets/images/af24073d-16f9-4bdc-8f4c-ef6b9ace963d.jpg-2000x1500.jpg");
}
.cid-uACPYTefPH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACPYTefPH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACPYTefPH .image-wrap {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uACPYTefPH .image-wrap {
    height: 350px;
  }
}
.cid-uZNHVc9QtI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #151e11;
}
.cid-uZNHVc9QtI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNHVc9QtI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNHVc9QtI .row {
  justify-content: center;
}
.cid-uZNHVc9QtI .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff7ee;
}
@media (max-width: 1440px) {
  .cid-uZNHVc9QtI .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uZNHVc9QtI .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.cid-uZNHVc9QtI .card-wrapper .content-wrap {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uZNHVc9QtI .card-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uZNHVc9QtI .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: #ffbe0d;
}
.cid-uZNHVc9QtI .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZNHVc9QtI .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uZNHVc9QtI .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZNHVc9QtI .card-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uZNHVc9QtI .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uZNHVc9QtI .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uZNHVc9QtI .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZNHVc9QtI .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uZNHVc9QtI .card-wrapper .image-wrapper img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZNHVc9QtI .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uZNHVc9QtI .mbr-label,
.cid-uZNHVc9QtI .label-wrapper {
  color: #151e11;
}
.cid-uZNHVc9QtI .mbr-section-title {
  color: #151e11;
}
.cid-uZNHVc9QtI .mbr-text {
  color: #151e11;
}
.cid-uZB8t2whGw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uZB8t2whGw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZB8t2whGw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZB8t2whGw .row {
  justify-content: center;
}
.cid-uZB8t2whGw .main-content {
  background-color: #cc9600;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .cid-uZB8t2whGw .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uZB8t2whGw .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uZB8t2whGw .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZB8t2whGw .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uZB8t2whGw .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZB8t2whGw .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZB8t2whGw .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.cid-uZB8t2whGw .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-uZB8t2whGw .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZB8t2whGw .list .item-wrap:hover,
.cid-uZB8t2whGw .list .item-wrap:focus {
  transform: translateX(14px);
}
.cid-uZB8t2whGw .mbr-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.cid-uZB8t2whGw .mbr-section-title {
  color: #151e11;
}
.cid-uZB8t2whGw .mbr-text {
  color: #151e11;
}
.cid-v0UQkmo5jg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v0UQkmo5jg nav.navbar {
  position: fixed;
}
.cid-v0UQkmo5jg .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v0UQkmo5jg .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-v0UQkmo5jg .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-v0UQkmo5jg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0UQkmo5jg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #4b79ad !important;
  color: #020f1e !important;
}
.cid-v0UQkmo5jg .dropdown-item:hover,
.cid-v0UQkmo5jg .dropdown-item:focus {
  background: #4b79ad !important;
  color: #020f1e !important;
}
.cid-v0UQkmo5jg .dropdown-item:hover span {
  color: white;
}
.cid-v0UQkmo5jg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0UQkmo5jg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0UQkmo5jg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0UQkmo5jg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0UQkmo5jg .nav-link {
  position: relative;
}
.cid-v0UQkmo5jg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v0UQkmo5jg .container {
    flex-wrap: nowrap;
  }
}
.cid-v0UQkmo5jg .iconfont-wrapper {
  color: #fff7ee !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v0UQkmo5jg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v0UQkmo5jg .dropdown-menu,
.cid-v0UQkmo5jg .navbar.opened {
  background: #020f1e !important;
}
.cid-v0UQkmo5jg .nav-item:focus,
.cid-v0UQkmo5jg .nav-link:focus {
  outline: none;
}
.cid-v0UQkmo5jg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0UQkmo5jg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v0UQkmo5jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0UQkmo5jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0UQkmo5jg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0UQkmo5jg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0UQkmo5jg .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: #020f1e;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v0UQkmo5jg .navbar.opened {
  transition: all 0.3s;
}
.cid-v0UQkmo5jg .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-v0UQkmo5jg .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v0UQkmo5jg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0UQkmo5jg .navbar.collapsed {
  justify-content: center;
}
.cid-v0UQkmo5jg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0UQkmo5jg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0UQkmo5jg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-v0UQkmo5jg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0UQkmo5jg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0UQkmo5jg .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-v0UQkmo5jg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0UQkmo5jg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0UQkmo5jg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0UQkmo5jg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0UQkmo5jg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0UQkmo5jg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0UQkmo5jg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0UQkmo5jg .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-v0UQkmo5jg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0UQkmo5jg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0UQkmo5jg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0UQkmo5jg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v0UQkmo5jg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0UQkmo5jg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0UQkmo5jg .navbar.navbar-short {
  min-height: 96px;
}
.cid-v0UQkmo5jg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v0UQkmo5jg .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-v0UQkmo5jg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v0UQkmo5jg .navbar-brand .navbar-caption:hover,
.cid-v0UQkmo5jg .navbar-brand .navbar-caption:focus {
  color: #4b79ad !important;
}
.cid-v0UQkmo5jg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0UQkmo5jg .navbar.opened .navbar-brand .navbar-caption {
  color: #020f1e !important;
}
.cid-v0UQkmo5jg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v0UQkmo5jg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #020f1e !important;
}
.cid-v0UQkmo5jg .dropdown-item.active,
.cid-v0UQkmo5jg .dropdown-item:active {
  background-color: transparent;
}
.cid-v0UQkmo5jg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0UQkmo5jg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0UQkmo5jg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0UQkmo5jg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #020f1e;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v0UQkmo5jg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v0UQkmo5jg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0UQkmo5jg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0UQkmo5jg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v0UQkmo5jg ul.navbar-nav {
    padding: 0;
    background-color: #4b79ad;
    border: 2px solid #ffffff;
  }
}
.cid-v0UQkmo5jg .navbar-buttons {
  text-align: center;
}
.cid-v0UQkmo5jg .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v0UQkmo5jg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v0UQkmo5jg 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: #020f1e !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v0UQkmo5jg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0UQkmo5jg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v0UQkmo5jg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0UQkmo5jg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0UQkmo5jg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v0UQkmo5jg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0UQkmo5jg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0UQkmo5jg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0UQkmo5jg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0UQkmo5jg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0UQkmo5jg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0UQkmo5jg .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-v0UQkmo5jg .navbar {
    height: 70px;
  }
  .cid-v0UQkmo5jg .navbar.opened {
    height: auto;
  }
  .cid-v0UQkmo5jg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0UQkmo5jg .navbar-nav {
  margin: 0 auto;
}
.cid-v0UQkmo5jg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v0UQkmo5jg .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v0UQkmo5jg .nav-item .nav-link::after {
  color: #ffbe0d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v0UQkmo5jg .nav-item .nav-link:hover {
  background-color: #020f1e;
  color: #4b79ad !important;
}
.cid-v0UQkmo5jg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v0UQkmo5jg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v0UQkmo5jg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v0UQkmo5jg .nav-item .dropdown-menu .dropdown-item {
  color: #020f1e !important;
}
.cid-v0UQkmo5jg .nav-item .dropdown-menu .dropdown-item:hover {
  color: #020f1e !important;
}
@media (max-width: 991px) {
  .cid-v0UQkmo5jg .navbar {
    justify-content: flex-start !important;
  }
  .cid-v0UQkmo5jg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v0UQkmo5jg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v0UQkmo5jg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v0UQkmo5jg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v0UQkmo5jg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v0UQkmo5jg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v0UU4j157w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #020f1e;
}
.cid-v0UU4j157w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0UU4j157w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0UU4j157w .row {
  justify-content: center;
}
.cid-v0UU4j157w .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v0UU4j157w .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v0UU4j157w .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0UU4j157w .mbr-text {
  color: #fff7ee;
}
.cid-vbzZn6f1YM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-vbzZn6f1YM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbzZn6f1YM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbzZn6f1YM .row {
  justify-content: center;
}
.cid-vbzZn6f1YM .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff7ee;
}
@media (max-width: 1440px) {
  .cid-vbzZn6f1YM .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vbzZn6f1YM .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.cid-vbzZn6f1YM .card-wrapper .content-wrap {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-vbzZn6f1YM .card-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vbzZn6f1YM .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: #ffbe0d;
}
.cid-vbzZn6f1YM .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbzZn6f1YM .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-vbzZn6f1YM .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vbzZn6f1YM .card-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vbzZn6f1YM .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vbzZn6f1YM .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vbzZn6f1YM .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vbzZn6f1YM .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vbzZn6f1YM .card-wrapper .image-wrapper img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbzZn6f1YM .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-vbzZn6f1YM .mbr-label,
.cid-vbzZn6f1YM .label-wrapper {
  color: #151e11;
}
.cid-vbzZn6f1YM .mbr-section-title {
  color: #151e11;
}
.cid-vbzZn6f1YM .mbr-text {
  color: #151e11;
}
.cid-vbzZmb1Yfc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-vbzZmb1Yfc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbzZmb1Yfc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbzZmb1Yfc .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vbzZmb1Yfc .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vbzZmb1Yfc .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbzZmb1Yfc .image-wrapper img {
    height: 350px;
  }
}
.cid-vbzZmb1Yfc .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-vbzZmb1Yfc .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-vbzZmb1Yfc .content-wrapper {
    padding-left: 0;
  }
}
.cid-vbzZmb1Yfc .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-vbzZmb1Yfc .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbzZmb1Yfc .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-vbzZmb1Yfc .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vbzZmb1Yfc .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vbzZmb1Yfc .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-vbzZmb1Yfc .mbr-label,
.cid-vbzZmb1Yfc .label-wrapper {
  color: #FFBE0D;
}
.cid-vbzZmb1Yfc .mbr-section-title {
  color: #fff7ee;
}
.cid-vbzZmb1Yfc .mbr-text {
  color: #fff7ee;
}
.cid-vbzZmb1Yfc .mbr-section-title,
.cid-vbzZmb1Yfc .mbr-section-btn {
  color: #ffd769;
}
.cid-v0URYumX4J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #020f1e;
}
.cid-v0URYumX4J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0URYumX4J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0URYumX4J .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-v0URYumX4J .row .card {
  padding: 0 13px;
}
.cid-v0URYumX4J .image-wrap img {
  object-fit: cover;
}
.cid-v0URYumX4J .image-wrap_1 img {
  height: 595px;
}
@media (max-width: 992px) {
  .cid-v0URYumX4J .image-wrap_1 img {
    height: 350px;
    margin-bottom: 16px;
  }
}
.cid-v0URYumX4J .image-wrap_2 {
  padding-top: 270px;
}
@media (max-width: 992px) {
  .cid-v0URYumX4J .image-wrap_2 {
    padding-top: 0;
  }
}
.cid-v0URYumX4J .image-wrap_2 img {
  height: 590px;
}
@media (max-width: 992px) {
  .cid-v0URYumX4J .image-wrap_2 img {
    height: 350px;
    margin-bottom: 16px;
  }
}
.cid-v0URYumX4J .image-wrap_3 {
  padding-top: 140px;
}
@media (max-width: 992px) {
  .cid-v0URYumX4J .image-wrap_3 {
    padding-top: 0;
  }
}
.cid-v0URYumX4J .image-wrap_3 img {
  height: 460px;
}
@media (max-width: 992px) {
  .cid-v0URYumX4J .image-wrap_3 img {
    height: 350px;
  }
}
.cid-v0UUAWruGB {
  position: relative;
  overflow: hidden;
  background-color: #151e11;
}
.cid-v0UUAWruGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0UUAWruGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0UUAWruGB .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-v0UUAWruGB .row .card {
  padding: 0 13px;
}
.cid-v0UUAWruGB .image-wrap img {
  object-fit: cover;
}
.cid-v0UUAWruGB .image-wrap_1 img {
  height: 595px;
}
@media (max-width: 992px) {
  .cid-v0UUAWruGB .image-wrap_1 img {
    height: 350px;
    margin-bottom: 16px;
  }
}
.cid-v0UUAWruGB .image-wrap_2 {
  padding-top: 270px;
}
@media (max-width: 992px) {
  .cid-v0UUAWruGB .image-wrap_2 {
    padding-top: 0;
  }
}
.cid-v0UUAWruGB .image-wrap_2 img {
  height: 590px;
}
@media (max-width: 992px) {
  .cid-v0UUAWruGB .image-wrap_2 img {
    height: 350px;
    margin-bottom: 16px;
  }
}
.cid-v0UUAWruGB .image-wrap_3 {
  padding-top: 140px;
}
@media (max-width: 992px) {
  .cid-v0UUAWruGB .image-wrap_3 {
    padding-top: 0;
  }
}
.cid-v0UUAWruGB .image-wrap_3 img {
  height: 460px;
}
@media (max-width: 992px) {
  .cid-v0UUAWruGB .image-wrap_3 img {
    height: 350px;
  }
}
.cid-v0UUxLJFCU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-v0UUxLJFCU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0UUxLJFCU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0UUxLJFCU .row {
  justify-content: center;
}
.cid-v0UUxLJFCU .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v0UUxLJFCU .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v0UUxLJFCU .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0UUxLJFCU .mbr-text {
  color: #fff7ee;
}
.cid-v0UUBDeyt1 {
  position: relative;
  overflow: hidden;
  background-color: #151e11;
}
.cid-v0UUBDeyt1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0UUBDeyt1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0UUBDeyt1 .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-v0UUBDeyt1 .row .card {
  padding: 0 13px;
}
.cid-v0UUBDeyt1 .image-wrap img {
  object-fit: cover;
}
.cid-v0UUBDeyt1 .image-wrap_1 img {
  height: 595px;
}
@media (max-width: 992px) {
  .cid-v0UUBDeyt1 .image-wrap_1 img {
    height: 350px;
    margin-bottom: 16px;
  }
}
.cid-v0UUBDeyt1 .image-wrap_2 {
  padding-top: 270px;
}
@media (max-width: 992px) {
  .cid-v0UUBDeyt1 .image-wrap_2 {
    padding-top: 0;
  }
}
.cid-v0UUBDeyt1 .image-wrap_2 img {
  height: 590px;
}
@media (max-width: 992px) {
  .cid-v0UUBDeyt1 .image-wrap_2 img {
    height: 350px;
    margin-bottom: 16px;
  }
}
.cid-v0UUBDeyt1 .image-wrap_3 {
  padding-top: 140px;
}
@media (max-width: 992px) {
  .cid-v0UUBDeyt1 .image-wrap_3 {
    padding-top: 0;
  }
}
.cid-v0UUBDeyt1 .image-wrap_3 img {
  height: 460px;
}
@media (max-width: 992px) {
  .cid-v0UUBDeyt1 .image-wrap_3 img {
    height: 350px;
  }
}
.cid-v0UUC4tpyU {
  position: relative;
  overflow: hidden;
  background-color: #151e11;
}
.cid-v0UUC4tpyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0UUC4tpyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0UUC4tpyU .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-v0UUC4tpyU .row .card {
  padding: 0 13px;
}
.cid-v0UUC4tpyU .image-wrap img {
  object-fit: cover;
}
.cid-v0UUC4tpyU .image-wrap_1 img {
  height: 595px;
}
@media (max-width: 992px) {
  .cid-v0UUC4tpyU .image-wrap_1 img {
    height: 350px;
    margin-bottom: 16px;
  }
}
.cid-v0UUC4tpyU .image-wrap_2 {
  padding-top: 270px;
}
@media (max-width: 992px) {
  .cid-v0UUC4tpyU .image-wrap_2 {
    padding-top: 0;
  }
}
.cid-v0UUC4tpyU .image-wrap_2 img {
  height: 590px;
}
@media (max-width: 992px) {
  .cid-v0UUC4tpyU .image-wrap_2 img {
    height: 350px;
    margin-bottom: 16px;
  }
}
.cid-v0UUC4tpyU .image-wrap_3 {
  padding-top: 140px;
}
@media (max-width: 992px) {
  .cid-v0UUC4tpyU .image-wrap_3 {
    padding-top: 0;
  }
}
.cid-v0UUC4tpyU .image-wrap_3 img {
  height: 460px;
}
@media (max-width: 992px) {
  .cid-v0UUC4tpyU .image-wrap_3 img {
    height: 350px;
  }
}
.cid-v0UQkpSKF4 {
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #151e11;
}
.cid-v0UQkpSKF4 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-v0UQkpSKF4 .image-wrap {
    padding: 16px;
  }
}
.cid-v0UQkpSKF4 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0UQkpSKF4 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-v0UQkpSKF4 .image-overlay {
    padding: 16px;
  }
}
.cid-v0UQkpSKF4 .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.cid-v0UQkpSKF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0UQkpSKF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0UQkpSKF4 .row {
  justify-content: center;
}
.cid-v0UQkpSKF4 .card-wrapper {
  padding: 90px 30px 90px;
  position: relative;
  z-index: 2;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-v0UQkpSKF4 .card-wrapper {
    padding: 30px 16px;
    margin-top: 300px;
  }
}
.cid-v0UQkpSKF4 .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-v0UQkpSKF4 .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0UQkpSKF4 .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-v0UQkpSKF4 .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0UQkpSKF4 .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v0UQkpSKF4 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v0UQkpSKF4 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0UQkpSKF4 .mbr-label,
.cid-v0UQkpSKF4 .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-v0UQkpSKF4 .mbr-section-title {
  color: #fff7ee;
}
.cid-v0UQkpSKF4 .mbr-text,
.cid-v0UQkpSKF4 .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-v0UQkpSKF4 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0UQkpSKF4 .mbr-section-title,
.cid-v0UQkpSKF4 .mbr-section-btn {
  text-align: center;
}
.cid-v0UQkqE9Rg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-v0UQkqE9Rg .item:focus,
.cid-v0UQkqE9Rg span:focus {
  outline: none;
}
.cid-v0UQkqE9Rg .row {
  justify-content: center;
}
.cid-v0UQkqE9Rg .item-wrapper {
  position: relative;
}
.cid-v0UQkqE9Rg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 770px;
  max-width: 770px;
}
@media (max-width: 1200px) {
  .cid-v0UQkqE9Rg .embla__slide {
    min-width: 550px;
    max-width: 550px;
  }
}
@media (max-width: 768px) {
  .cid-v0UQkqE9Rg .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v0UQkqE9Rg .embla__slide .slide-content {
  width: 100%;
  display: flex;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0UQkqE9Rg .embla__slide .slide-content {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.cid-v0UQkqE9Rg .embla__slide .slide-content .item-content {
  display: flex;
  align-items: flex-end;
  width: 52%;
  padding: 40px 54px;
  min-height: 615px;
  background-color: #5c7d4f;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-v0UQkqE9Rg .embla__slide .slide-content .item-content {
    padding: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-v0UQkqE9Rg .embla__slide .slide-content .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v0UQkqE9Rg .embla__slide .slide-content .item-content {
    padding: 30px 16px;
    width: 100%;
    min-height: auto;
    margin-top: -1rem;
    height: 100%;
  }
}
.cid-v0UQkqE9Rg .embla__slide .slide-content .item-content .card-box .item-title {
  margin-bottom: 30px;
}
.cid-v0UQkqE9Rg .embla__slide .slide-content .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-v0UQkqE9Rg .embla__slide .slide-content .item-content .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v0UQkqE9Rg .embla__slide .slide-content .item-wrapper {
  width: 58%;
  position: relative;
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .cid-v0UQkqE9Rg .embla__slide .slide-content .item-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
.cid-v0UQkqE9Rg .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-v0UQkqE9Rg .embla__slide .slide-content .item-wrapper .number-wrap {
    padding: 16px;
  }
}
.cid-v0UQkqE9Rg .embla__slide .slide-content .item-wrapper .number-wrap .item-number {
  display: inline-block;
  padding: 14px 16px;
  background-color: #fff7ee;
}
.cid-v0UQkqE9Rg .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-v0UQkqE9Rg .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v0UQkqE9Rg .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0UQkqE9Rg .embla__button--next,
.cid-v0UQkqE9Rg .embla__button--prev {
  display: flex;
}
.cid-v0UQkqE9Rg .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;
}
@media (max-width: 768px) {
  .cid-v0UQkqE9Rg .embla__button {
    display: none;
  }
}
.cid-v0UQkqE9Rg .embla__button:hover {
  background-color: transparent !important;
}
.cid-v0UQkqE9Rg .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0UQkqE9Rg .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0UQkqE9Rg .embla__button {
    top: auto;
  }
}
.cid-v0UQkqE9Rg .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-v0UQkqE9Rg .embla__viewport {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v0UQkqE9Rg .embla__viewport {
    padding: 0;
  }
}
.cid-v0UQkqE9Rg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0UQkqE9Rg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0UQkqE9Rg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0UQkqE9Rg .item-title {
  color: #fff7ee;
}
.cid-v0UQkqE9Rg .item-text {
  color: #fff7ee;
}
.cid-v0UQkqE9Rg .item-number,
.cid-v0UQkqE9Rg .number-wrap {
  color: #f66e46;
  text-align: right;
}
.cid-v0UQktD9sc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #151e11;
}
.cid-v0UQktD9sc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0UQktD9sc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0UQktD9sc .row {
  justify-content: center;
}
.cid-v0UQktD9sc .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff7ee;
}
@media (max-width: 1440px) {
  .cid-v0UQktD9sc .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-v0UQktD9sc .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.cid-v0UQktD9sc .card-wrapper .content-wrap {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-v0UQktD9sc .card-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v0UQktD9sc .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: #ffbe0d;
}
.cid-v0UQktD9sc .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0UQktD9sc .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-v0UQktD9sc .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0UQktD9sc .card-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v0UQktD9sc .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v0UQktD9sc .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-v0UQktD9sc .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v0UQktD9sc .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v0UQktD9sc .card-wrapper .image-wrapper img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0UQktD9sc .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v0UQktD9sc .mbr-label,
.cid-v0UQktD9sc .label-wrapper {
  color: #151e11;
}
.cid-v0UQktD9sc .mbr-section-title {
  color: #151e11;
}
.cid-v0UQktD9sc .mbr-text {
  color: #151e11;
}
.cid-v0UQkulavK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-v0UQkulavK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0UQkulavK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0UQkulavK .row {
  justify-content: center;
}
.cid-v0UQkulavK .main-content {
  background-color: #cc9600;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .cid-v0UQkulavK .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v0UQkulavK .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v0UQkulavK .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0UQkulavK .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v0UQkulavK .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v0UQkulavK .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0UQkulavK .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.cid-v0UQkulavK .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-v0UQkulavK .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0UQkulavK .list .item-wrap:hover,
.cid-v0UQkulavK .list .item-wrap:focus {
  transform: translateX(14px);
}
.cid-v0UQkulavK .mbr-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.cid-v0UQkulavK .mbr-section-title {
  color: #151e11;
}
.cid-v0UQkulavK .mbr-text {
  color: #151e11;
}
.cid-v3PwTAdK7m {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v3PwTAdK7m nav.navbar {
  position: fixed;
}
.cid-v3PwTAdK7m .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v3PwTAdK7m .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-v3PwTAdK7m .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-v3PwTAdK7m .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3PwTAdK7m .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #4b79ad !important;
  color: #020f1e !important;
}
.cid-v3PwTAdK7m .dropdown-item:hover,
.cid-v3PwTAdK7m .dropdown-item:focus {
  background: #4b79ad !important;
  color: #020f1e !important;
}
.cid-v3PwTAdK7m .dropdown-item:hover span {
  color: white;
}
.cid-v3PwTAdK7m .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3PwTAdK7m .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3PwTAdK7m .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3PwTAdK7m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3PwTAdK7m .nav-link {
  position: relative;
}
.cid-v3PwTAdK7m .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v3PwTAdK7m .container {
    flex-wrap: nowrap;
  }
}
.cid-v3PwTAdK7m .iconfont-wrapper {
  color: #fff7ee !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3PwTAdK7m .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3PwTAdK7m .dropdown-menu,
.cid-v3PwTAdK7m .navbar.opened {
  background: #020f1e !important;
}
.cid-v3PwTAdK7m .nav-item:focus,
.cid-v3PwTAdK7m .nav-link:focus {
  outline: none;
}
.cid-v3PwTAdK7m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3PwTAdK7m .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3PwTAdK7m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3PwTAdK7m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3PwTAdK7m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3PwTAdK7m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3PwTAdK7m .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: #020f1e;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3PwTAdK7m .navbar.opened {
  transition: all 0.3s;
}
.cid-v3PwTAdK7m .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-v3PwTAdK7m .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v3PwTAdK7m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3PwTAdK7m .navbar.collapsed {
  justify-content: center;
}
.cid-v3PwTAdK7m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3PwTAdK7m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3PwTAdK7m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-v3PwTAdK7m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3PwTAdK7m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3PwTAdK7m .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-v3PwTAdK7m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3PwTAdK7m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3PwTAdK7m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3PwTAdK7m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3PwTAdK7m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3PwTAdK7m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3PwTAdK7m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3PwTAdK7m .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-v3PwTAdK7m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3PwTAdK7m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3PwTAdK7m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3PwTAdK7m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3PwTAdK7m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3PwTAdK7m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3PwTAdK7m .navbar.navbar-short {
  min-height: 96px;
}
.cid-v3PwTAdK7m .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v3PwTAdK7m .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-v3PwTAdK7m .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3PwTAdK7m .navbar-brand .navbar-caption:hover,
.cid-v3PwTAdK7m .navbar-brand .navbar-caption:focus {
  color: #4b79ad !important;
}
.cid-v3PwTAdK7m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3PwTAdK7m .navbar.opened .navbar-brand .navbar-caption {
  color: #020f1e !important;
}
.cid-v3PwTAdK7m .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3PwTAdK7m .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #020f1e !important;
}
.cid-v3PwTAdK7m .dropdown-item.active,
.cid-v3PwTAdK7m .dropdown-item:active {
  background-color: transparent;
}
.cid-v3PwTAdK7m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3PwTAdK7m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3PwTAdK7m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3PwTAdK7m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #020f1e;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v3PwTAdK7m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3PwTAdK7m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3PwTAdK7m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3PwTAdK7m ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3PwTAdK7m ul.navbar-nav {
    padding: 0;
    background-color: #4b79ad;
    border: 2px solid #ffffff;
  }
}
.cid-v3PwTAdK7m .navbar-buttons {
  text-align: center;
}
.cid-v3PwTAdK7m .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v3PwTAdK7m .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3PwTAdK7m 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: #020f1e !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3PwTAdK7m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3PwTAdK7m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3PwTAdK7m button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3PwTAdK7m button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3PwTAdK7m button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v3PwTAdK7m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3PwTAdK7m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3PwTAdK7m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3PwTAdK7m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3PwTAdK7m .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3PwTAdK7m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3PwTAdK7m .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-v3PwTAdK7m .navbar {
    height: 70px;
  }
  .cid-v3PwTAdK7m .navbar.opened {
    height: auto;
  }
  .cid-v3PwTAdK7m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3PwTAdK7m .navbar-nav {
  margin: 0 auto;
}
.cid-v3PwTAdK7m .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3PwTAdK7m .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v3PwTAdK7m .nav-item .nav-link::after {
  color: #ffbe0d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3PwTAdK7m .nav-item .nav-link:hover {
  background-color: #020f1e;
  color: #4b79ad !important;
}
.cid-v3PwTAdK7m .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3PwTAdK7m .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3PwTAdK7m .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v3PwTAdK7m .nav-item .dropdown-menu .dropdown-item {
  color: #020f1e !important;
}
.cid-v3PwTAdK7m .nav-item .dropdown-menu .dropdown-item:hover {
  color: #020f1e !important;
}
@media (max-width: 991px) {
  .cid-v3PwTAdK7m .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3PwTAdK7m .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3PwTAdK7m .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3PwTAdK7m .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3PwTAdK7m .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3PwTAdK7m .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v3PwTAdK7m .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v3PwTAXpg7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #020f1e;
}
.cid-v3PwTAXpg7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3PwTAXpg7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3PwTAXpg7 .row {
  justify-content: center;
}
.cid-v3PwTAXpg7 .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v3PwTAXpg7 .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v3PwTAXpg7 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3PwTAXpg7 .mbr-text {
  color: #fff7ee;
}
.cid-v3PxoQeSk2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-v3PxoQeSk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3PxoQeSk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3PxoQeSk2 .row {
  justify-content: center;
}
.cid-v3PxoQeSk2 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3PxoQeSk2 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v3PxoQeSk2 .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-v3PxoQeSk2 .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-v3Pxpte7oQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-v3Pxpte7oQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Pxpte7oQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Pxpte7oQ .row {
  justify-content: center;
}
.cid-v3Pxpte7oQ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3Pxpte7oQ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v3Pxpte7oQ .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-v3Pxpte7oQ .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-v3PxpZ2oVk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-v3PxpZ2oVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3PxpZ2oVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3PxpZ2oVk .row {
  justify-content: center;
}
.cid-v3PxpZ2oVk .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3PxpZ2oVk .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v3PxpZ2oVk .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-v3PxpZ2oVk .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-v3Pxqux4qJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-v3Pxqux4qJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Pxqux4qJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Pxqux4qJ .row {
  justify-content: center;
}
.cid-v3Pxqux4qJ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3Pxqux4qJ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v3Pxqux4qJ .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-v3Pxqux4qJ .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-v3PwTDKMHw {
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #151e11;
}
.cid-v3PwTDKMHw .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-v3PwTDKMHw .image-wrap {
    padding: 16px;
  }
}
.cid-v3PwTDKMHw .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v3PwTDKMHw .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-v3PwTDKMHw .image-overlay {
    padding: 16px;
  }
}
.cid-v3PwTDKMHw .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.cid-v3PwTDKMHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3PwTDKMHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3PwTDKMHw .row {
  justify-content: center;
}
.cid-v3PwTDKMHw .card-wrapper {
  padding: 90px 30px 90px;
  position: relative;
  z-index: 2;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-v3PwTDKMHw .card-wrapper {
    padding: 30px 16px;
    margin-top: 300px;
  }
}
.cid-v3PwTDKMHw .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-v3PwTDKMHw .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v3PwTDKMHw .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-v3PwTDKMHw .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v3PwTDKMHw .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v3PwTDKMHw .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v3PwTDKMHw .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3PwTDKMHw .mbr-label,
.cid-v3PwTDKMHw .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-v3PwTDKMHw .mbr-section-title {
  color: #fff7ee;
}
.cid-v3PwTDKMHw .mbr-text,
.cid-v3PwTDKMHw .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-v3PwTDKMHw .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v3PwTDKMHw .mbr-section-title,
.cid-v3PwTDKMHw .mbr-section-btn {
  text-align: center;
}
.cid-v3PwTEmhZy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-v3PwTEmhZy .item:focus,
.cid-v3PwTEmhZy span:focus {
  outline: none;
}
.cid-v3PwTEmhZy .row {
  justify-content: center;
}
.cid-v3PwTEmhZy .item-wrapper {
  position: relative;
}
.cid-v3PwTEmhZy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 770px;
  max-width: 770px;
}
@media (max-width: 1200px) {
  .cid-v3PwTEmhZy .embla__slide {
    min-width: 550px;
    max-width: 550px;
  }
}
@media (max-width: 768px) {
  .cid-v3PwTEmhZy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v3PwTEmhZy .embla__slide .slide-content {
  width: 100%;
  display: flex;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v3PwTEmhZy .embla__slide .slide-content {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.cid-v3PwTEmhZy .embla__slide .slide-content .item-content {
  display: flex;
  align-items: flex-end;
  width: 52%;
  padding: 40px 54px;
  min-height: 615px;
  background-color: #5c7d4f;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-v3PwTEmhZy .embla__slide .slide-content .item-content {
    padding: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-v3PwTEmhZy .embla__slide .slide-content .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v3PwTEmhZy .embla__slide .slide-content .item-content {
    padding: 30px 16px;
    width: 100%;
    min-height: auto;
    margin-top: -1rem;
    height: 100%;
  }
}
.cid-v3PwTEmhZy .embla__slide .slide-content .item-content .card-box .item-title {
  margin-bottom: 30px;
}
.cid-v3PwTEmhZy .embla__slide .slide-content .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-v3PwTEmhZy .embla__slide .slide-content .item-content .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v3PwTEmhZy .embla__slide .slide-content .item-wrapper {
  width: 58%;
  position: relative;
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .cid-v3PwTEmhZy .embla__slide .slide-content .item-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
.cid-v3PwTEmhZy .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-v3PwTEmhZy .embla__slide .slide-content .item-wrapper .number-wrap {
    padding: 16px;
  }
}
.cid-v3PwTEmhZy .embla__slide .slide-content .item-wrapper .number-wrap .item-number {
  display: inline-block;
  padding: 14px 16px;
  background-color: #fff7ee;
}
.cid-v3PwTEmhZy .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-v3PwTEmhZy .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v3PwTEmhZy .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v3PwTEmhZy .embla__button--next,
.cid-v3PwTEmhZy .embla__button--prev {
  display: flex;
}
.cid-v3PwTEmhZy .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;
}
@media (max-width: 768px) {
  .cid-v3PwTEmhZy .embla__button {
    display: none;
  }
}
.cid-v3PwTEmhZy .embla__button:hover {
  background-color: transparent !important;
}
.cid-v3PwTEmhZy .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3PwTEmhZy .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3PwTEmhZy .embla__button {
    top: auto;
  }
}
.cid-v3PwTEmhZy .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-v3PwTEmhZy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v3PwTEmhZy .embla__viewport {
    padding: 0;
  }
}
.cid-v3PwTEmhZy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3PwTEmhZy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3PwTEmhZy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3PwTEmhZy .item-title {
  color: #fff7ee;
}
.cid-v3PwTEmhZy .item-text {
  color: #fff7ee;
}
.cid-v3PwTEmhZy .item-number,
.cid-v3PwTEmhZy .number-wrap {
  color: #f66e46;
  text-align: right;
}
.cid-v3PwTFi0F9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #151e11;
}
.cid-v3PwTFi0F9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3PwTFi0F9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3PwTFi0F9 .row {
  justify-content: center;
}
.cid-v3PwTFi0F9 .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff7ee;
}
@media (max-width: 1440px) {
  .cid-v3PwTFi0F9 .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-v3PwTFi0F9 .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.cid-v3PwTFi0F9 .card-wrapper .content-wrap {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-v3PwTFi0F9 .card-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v3PwTFi0F9 .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: #ffbe0d;
}
.cid-v3PwTFi0F9 .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v3PwTFi0F9 .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-v3PwTFi0F9 .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3PwTFi0F9 .card-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v3PwTFi0F9 .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v3PwTFi0F9 .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-v3PwTFi0F9 .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v3PwTFi0F9 .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v3PwTFi0F9 .card-wrapper .image-wrapper img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3PwTFi0F9 .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v3PwTFi0F9 .mbr-label,
.cid-v3PwTFi0F9 .label-wrapper {
  color: #151e11;
}
.cid-v3PwTFi0F9 .mbr-section-title {
  color: #151e11;
}
.cid-v3PwTFi0F9 .mbr-text {
  color: #151e11;
}
.cid-v3PwTFU1NJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-v3PwTFU1NJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3PwTFU1NJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3PwTFU1NJ .row {
  justify-content: center;
}
.cid-v3PwTFU1NJ .main-content {
  background-color: #cc9600;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .cid-v3PwTFU1NJ .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v3PwTFU1NJ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v3PwTFU1NJ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3PwTFU1NJ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v3PwTFU1NJ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v3PwTFU1NJ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3PwTFU1NJ .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.cid-v3PwTFU1NJ .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-v3PwTFU1NJ .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3PwTFU1NJ .list .item-wrap:hover,
.cid-v3PwTFU1NJ .list .item-wrap:focus {
  transform: translateX(14px);
}
.cid-v3PwTFU1NJ .mbr-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.cid-v3PwTFU1NJ .mbr-section-title {
  color: #151e11;
}
.cid-v3PwTFU1NJ .mbr-text {
  color: #151e11;
}
