body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 5.4rem;
  line-height: 92px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.75rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.6rem;
  line-height: 40px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 39px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.56rem;
  line-height: 30px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.95rem;
}
/* ---- 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: 4.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.78rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.248rem;
    font-size: calc( 1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #d3d3d0 !important;
}
.bg-success {
  background-color: #ff773d !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #003482 !important;
}
.bg-danger {
  background-color: #ff0808 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d3d3d0 !important;
  border-color: #d3d3d0 !important;
  color: #55554f !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a9a9a3 !important;
  border-color: #a9a9a3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #55554f !important;
  background-color: #a9a9a3 !important;
  border-color: #a9a9a3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff5740 !important;
  border-color: #ff5740 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e81c00 !important;
  border-color: #e81c00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e81c00 !important;
  border-color: #e81c00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff773d !important;
  border-color: #ff773d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #e54500 !important;
  border-color: #e54500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e54500 !important;
  border-color: #e54500 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #003482 !important;
  border-color: #003482 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #00112b !important;
  border-color: #00112b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #00112b !important;
  border-color: #00112b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff0808 !important;
  border-color: #ff0808 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b00000 !important;
  border-color: #b00000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b00000 !important;
  border-color: #b00000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d3d3d0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a9a9a3 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #55554f !important;
  background-color: #d3d3d0 !important;
  border-color: #d3d3d0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff5740;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e81c00 !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: #ff5740 !important;
  border-color: #ff5740 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff773d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e54500 !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: #ff773d !important;
  border-color: #ff773d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #003482;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #00112b !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: #003482 !important;
  border-color: #003482 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff0808;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b00000 !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: #ff0808 !important;
  border-color: #ff0808 !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: #d3d3d0 !important;
}
.text-secondary {
  color: #ff5740 !important;
}
.text-success {
  color: #ff773d !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #003482 !important;
}
.text-danger {
  color: #ff0808 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a2a29b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d91a00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d64000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000b1c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a10000 !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: #d3d3d0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #003482;
}
.alert-danger {
  background-color: #ff0808;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d3d3d0;
  border-color: #d3d3d0;
  color: #62625c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d3d3d0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #0267ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffd4d4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 400;
}
.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: #d3d3d0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #d3d3d0;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d3d3d0;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d3d3d0;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d3d3d0;
  border-bottom-color: #d3d3d0;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d3d3d0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff5740 !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='%23d3d3d0' %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,
.mbr-section-btn-main .btn {
  max-height: 48px;
  box-shadow: none;
}
.cid-uOf68yiq5g {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOf68yiq5g .navbar-dropdown {
  background: rgba(34, 101, 78, 0.8) !important;
  padding: 0;
}
.cid-uOf68yiq5g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(34, 101, 78, 0.8) !important;
  background: #22654e;
}
.cid-uOf68yiq5g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOf68yiq5g .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOf68yiq5g .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOf68yiq5g .menu_box .navbar.opened,
  .cid-uOf68yiq5g .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOf68yiq5g nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOf68yiq5g .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOf68yiq5g .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOf68yiq5g .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOf68yiq5g .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOf68yiq5g .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOf68yiq5g .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uOf68yiq5g .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOf68yiq5g .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOf68yiq5g .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOf68yiq5g .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOf68yiq5g .offcanvas-body .mbr-text,
  .cid-uOf68yiq5g .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOf68yiq5g .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOf68yiq5g .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOf68yiq5g .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uOf68yiq5g .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOf68yiq5g .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOf68yiq5g .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOf68yiq5g .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOf68yiq5g ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOf68yiq5g .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOf68yiq5g .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOf68yiq5g .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOf68yiq5g li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uOf68yiq5g .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOf68yiq5g .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uOf68yiq5g .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOf68yiq5g .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uOf68yiq5g .nav-item {
    margin: 0 !important;
  }
}
.cid-uOf68yiq5g .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOf68yiq5g .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uOf68yiq5g .nav-item .nav-link:hover,
.cid-uOf68yiq5g .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uOf68yiq5g .nav-item .nav-link:hover:before,
.cid-uOf68yiq5g .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uOf68yiq5g .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOf68yiq5g .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOf68yiq5g .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOf68yiq5g .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOf68yiq5g .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uOf68yiq5g .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOf68yiq5g .offcanvas_box {
    display: none;
  }
}
.cid-uOf68yiq5g .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOf68yiq5g .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOf68yiq5g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOf68yiq5g .container {
  display: flex;
  margin: auto;
}
.cid-uOf68yiq5g .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uOf68yiq5g .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOf68yiq5g .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOf68yiq5g .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOf68yiq5g .navbar-nav {
    margin: 0;
  }
}
.cid-uOf68yiq5g .dropdown-menu,
.cid-uOf68yiq5g .navbar.opened {
  background-color: true !important;
}
.cid-uOf68yiq5g .nav-item:focus,
.cid-uOf68yiq5g .nav-link:focus {
  outline: none;
}
.cid-uOf68yiq5g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOf68yiq5g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOf68yiq5g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOf68yiq5g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOf68yiq5g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOf68yiq5g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOf68yiq5g .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOf68yiq5g .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOf68yiq5g .navbar.opened {
  transition: all 0.3s;
}
.cid-uOf68yiq5g .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOf68yiq5g .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uOf68yiq5g .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOf68yiq5g .navbar.collapsed {
  justify-content: center;
}
.cid-uOf68yiq5g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOf68yiq5g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOf68yiq5g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOf68yiq5g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOf68yiq5g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOf68yiq5g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOf68yiq5g .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOf68yiq5g .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOf68yiq5g .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOf68yiq5g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOf68yiq5g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOf68yiq5g .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOf68yiq5g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOf68yiq5g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOf68yiq5g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOf68yiq5g .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOf68yiq5g .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOf68yiq5g .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOf68yiq5g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOf68yiq5g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOf68yiq5g .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOf68yiq5g .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOf68yiq5g .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOf68yiq5g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOf68yiq5g .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .cid-uOf68yiq5g .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uOf68yiq5g .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOf68yiq5g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOf68yiq5g .dropdown-item.active,
.cid-uOf68yiq5g .dropdown-item:active {
  background-color: transparent;
}
.cid-uOf68yiq5g .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uOf68yiq5g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOf68yiq5g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOf68yiq5g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOf68yiq5g ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOf68yiq5g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOf68yiq5g button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-uOf68yiq5g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uOf68yiq5g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOf68yiq5g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOf68yiq5g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOf68yiq5g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOf68yiq5g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOf68yiq5g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOf68yiq5g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOf68yiq5g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOf68yiq5g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOf68yiq5g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOf68yiq5g .navbar {
    height: 70px;
  }
  .cid-uOf68yiq5g .navbar.opened {
    height: auto;
  }
  .cid-uOf68yiq5g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOf68yiq5g .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOf68yiq5g .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOf68yiq5g .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOf68yiq5g .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOf68yiq5g .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uOf68yiq5g .navbar-caption:hover {
  color: #ff773d;
}
@media (min-width: 992px) {
  .cid-uOf68yiq5g .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOf68yiq5g .text_widget {
  margin-bottom: 32px;
}
.cid-uOf68yiq5g .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOf68yiq5g .text_widget a:hover,
.cid-uOf68yiq5g .text_widget a:focus {
  opacity: .8;
}
.cid-uOf68yiq5g .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uOf68yiq5g .contacts-wrapper {
    display: none;
  }
}
.cid-uOf68yiq5g .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uOf68yiq5g .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uOf68yiq5g .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uOf68yiq5g .contacts-wrapper a .mbr-contact:hover:before,
.cid-uOf68yiq5g .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uOf68yiq5g .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uOf68yiq5g .navbar-caption {
  color: #c7fcb5;
}
.cid-uOf68yiq5g .mbr-contact {
  color: #ffffff;
}
.cid-uOf68yiq5g .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uOf68yiq5g .mbr-section-subtitle,
.cid-uOf68yiq5g .text_widget,
.cid-uOf68yiq5g .mbr-section-btn {
  text-align: center;
}
.cid-uOf68yiq5g a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOeTLyQXlA {
  padding-top: 11rem;
  padding-bottom: 4rem;
  background-color: #07553b;
}
.cid-uOeTLyQXlA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOeTLyQXlA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOeTLyQXlA .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
}
.cid-uOeTLyQXlA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOeTLyQXlA .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-uOeTLyQXlA .mbr-section-title {
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uOeTLyQXlA .text-wrapper {
    text-align: center;
  }
}
.cid-uOeTLyQXlA .mbr-text,
.cid-uOeTLyQXlA .mbr-section-btn {
  color: #fdfde1;
  text-align: center;
}
.cid-uOeTLyQXlA .mbr-menu,
.cid-uOeTLyQXlA .mbr-section-btn {
  color: #fdfde1;
}
.cid-uOeTLyQXlA .mbr-desc,
.cid-uOeTLyQXlA .mbr-section-btn {
  color: #fdfde1;
}
.cid-tsOiYAPvlR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #293d3e;
}
.cid-tsOiYAPvlR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsOiYAPvlR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsOiYAPvlR .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tsOiYAPvlR .container-fluid {
    padding: 0 12px;
  }
}
.cid-tsOiYAPvlR .container-fluid .row {
  padding: 0;
}
.cid-tsOiYAPvlR .row {
  border: 3px solid #f4e8da;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tsOiYAPvlR .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tsOiYAPvlR .card {
    border-left: 1px solid #f4e8da;
    border-left: none;
    border-right: 2px solid #f4e8da;
  }
}
@media (max-width: 992px) {
  .cid-tsOiYAPvlR .card {
    padding: 48px 20px;
  }
}
.cid-tsOiYAPvlR .card:last-child {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-tsOiYAPvlR .card:last-child {
    border-left: none;
    border-right: 2px solid #f4e8da;
    border-right: none;
    border-left: 1px solid #f4e8da;
  }
}
.cid-tsOiYAPvlR .card .title-wrapper {
  margin-bottom: 0;
}
.cid-tsOiYAPvlR .card .title-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-tsOiYAPvlR .card .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tsOiYAPvlR .card .image-wrapper {
  overflow: hidden;
}
.cid-tsOiYAPvlR .card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tsOiYAPvlR .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tsOiYAPvlR .mbr-section-title {
  color: #f4e8da;
}
.cid-tsOiYAPvlR .mbr-text {
  color: #f4e8da;
}
.cid-tsOiLZYVX3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #07553b;
}
.cid-tsOiLZYVX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsOiLZYVX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsOiLZYVX3 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tsOiLZYVX3 .container-fluid {
    padding: 0 12px;
  }
}
.cid-tsOiLZYVX3 .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tsOiLZYVX3 .row {
    padding: 48px 20px;
  }
}
.cid-tsOiLZYVX3 .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #ff773d;
  border-radius: 100%;
}
.cid-tsOiLZYVX3 .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tsOiLZYVX3 .card {
    margin: 0 !important;
  }
}
.cid-tsOiLZYVX3 .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tsOiLZYVX3 .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tsOiLZYVX3 .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tsOiLZYVX3 .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tsOiLZYVX3 .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tsOiLZYVX3 .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tsOiLZYVX3 .mbr-text {
  color: #07553B;
}
.cid-uOhNNjF3wL {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #07553b;
}
.cid-uOhNNjF3wL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOhNNjF3wL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOhNNjF3wL .row {
  justify-content: flex-end;
}
.cid-uOhNNjF3wL .person-wrap {
  padding: 10px;
  background-color: #ffffff;
  margin: 0 20px 0 58px;
}
@media (max-width: 1200px) {
  .cid-uOhNNjF3wL .person-wrap {
    margin: 0 10px;
  }
}
@media (max-width: 992px) {
  .cid-uOhNNjF3wL .person-wrap {
    width: 200px;
    margin: 0 0 32px 0;
  }
}
.cid-uOhNNjF3wL .person-wrap .image-wrapper img {
  height: 200px;
  object-fit: cover;
}
.cid-uOhNNjF3wL .person-wrap .mbr-name {
  padding: 20px 0 10px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOhNNjF3wL .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOhNNjF3wL .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOhNNjF3wL .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uOhNNjF3wL .mbr-name {
  color: #000c3f;
}
.cid-uOhNNjF3wL .mbr-text {
  color: #ffffff;
}
.cid-tsOiUU2o6p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #293d3e;
}
.cid-tsOiUU2o6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsOiUU2o6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsOiUU2o6p .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tsOiUU2o6p .container-fluid {
    padding: 0 12px;
  }
}
.cid-tsOiUU2o6p .container-fluid .row {
  padding: 0;
}
.cid-tsOiUU2o6p .row {
  border: 3px solid #f4e8da;
  border-radius: 5px;
  margin-top: -3px;
}
.cid-tsOiUU2o6p .card {
  padding: 64px 28px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tsOiUU2o6p .card {
    border-left: 1px solid #f4e8da;
    border-left: none;
    border-right: 2px solid #f4e8da;
  }
}
@media (max-width: 992px) {
  .cid-tsOiUU2o6p .card {
    padding: 48px 20px;
  }
}
@media (min-width: 992px) {
  .cid-tsOiUU2o6p .card:last-child {
    border-left: none;
    border-right: 2px solid #f4e8da;
    border-right: none;
    border-left: 1px solid #f4e8da;
  }
}
@media (max-width: 992px) {
  .cid-tsOiUU2o6p .card:last-child {
    padding-top: 0;
  }
}
.cid-tsOiUU2o6p .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tsOiUU2o6p .card .card-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 28px;
  display: inline;
}
@media (max-width: 992px) {
  .cid-tsOiUU2o6p .card .card-wrapper img {
    margin-bottom: 20px;
  }
}
.cid-tsOiUU2o6p .card .card-wrapper .mbr-name {
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .cid-tsOiUU2o6p .card .card-wrapper .mbr-name {
    margin-bottom: 20px;
  }
}
.cid-tsOiUU2o6p .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tsOiUU2o6p .mbr-section-title {
  color: #f4e8da;
}
.cid-tsOiUU2o6p .mbr-name {
  color: #f4e8da;
}
.cid-tsOiUU2o6p .mbr-text {
  color: #f4e8da;
}
.cid-uOeYIdkk5y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #07553b;
}
.cid-uOeYIdkk5y .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3rem 3rem;
  background: #ececec;
}
@media (max-width: 767px) {
  .cid-uOeYIdkk5y .mbr-section-head {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uOeYIdkk5y .mbr-section-title {
  color: #24262b;
}
.cid-uOeYIdkk5y .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uOeYIdkk5y .main-text {
  color: #24262b;
  margin-top: 16px;
}
.cid-uOeYIdkk5y .item-footer {
  margin-top: 16px;
}
.cid-uOeYIdkk5y .item-footer .btn-danger:hover {
  background-color: #000000 !important;
}
.cid-uOeYIdkk5y .items-row {
  row-gap: 48px;
}
.cid-uOeYIdkk5y .item {
  cursor: pointer;
}
.cid-uOeYIdkk5y .item:focus,
.cid-uOeYIdkk5y span:focus {
  outline: none;
}
.cid-uOeYIdkk5y .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uOeYIdkk5y .item-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-uOeYIdkk5y .item-wrapper .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uOeYIdkk5y .item-wrapper .mbr-section-btn .btn {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .cid-uOeYIdkk5y .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uOeYIdkk5y .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-uOeYIdkk5y img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-uOeYIdkk5y .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem;
  background-color: #efefef;
}
.cid-uOeYIdkk5y .item-title {
  color: #24262b;
}
.cid-uOeYIdkk5y .item-subtitle {
  color: #24262b;
  margin-top: 6px;
}
.cid-uOeYIdkk5y .mbr-text {
  margin-top: 2px;
  color: #24262b;
}
.cid-tsOj2Y9VuR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07553b;
}
.cid-tsOj2Y9VuR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsOj2Y9VuR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsOj2Y9VuR .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tsOj2Y9VuR .container-fluid {
    padding: 0 12px;
  }
}
.cid-tsOj2Y9VuR .container-fluid .row {
  padding: 0;
}
.cid-tsOj2Y9VuR .row {
  margin-top: 0;
}
.cid-tsOj2Y9VuR .card {
  padding: 0;
}
.cid-tsOj2Y9VuR .card .title-wrapper {
  padding: 64px 28px 64px 28px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tsOj2Y9VuR .card .title-wrapper {
    padding: 48px 20px;
  }
}
.cid-tsOj2Y9VuR .card .title-wrapper .title-wrap {
  position: sticky;
  top: 5rem;
}
@media (max-width: 992px) {
  .cid-tsOj2Y9VuR .card .title-wrapper .title-wrap {
    position: static;
  }
}
.cid-tsOj2Y9VuR .card .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 28px;
}
.cid-tsOj2Y9VuR .card .title-wrapper .title-wrap .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-tsOj2Y9VuR .card .title-wrapper .title-wrap .image-wrapper img {
  height: 560px;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tsOj2Y9VuR .card .title-wrapper .title-wrap .image-wrapper img {
    height: 450px;
  }
}
.cid-tsOj2Y9VuR .card .card-wrapper {
  border-radius: 5px;
  margin: 0 3px 3px 3px;
  padding: 24px;
  background-color: #293d3e;
  -webkit-flex: auto;
}
.cid-tsOj2Y9VuR .card .card-wrapper:first-child {
  margin-top: 3px;
}
@media (max-width: 992px) {
  .cid-tsOj2Y9VuR .card .card-wrapper {
    padding: 48px 20px;
  }
}
.cid-tsOj2Y9VuR .card .card-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-tsOj2Y9VuR .card .card-wrapper .mbr-card-title {
  margin-bottom: 24px;
}
.cid-tsOj2Y9VuR .card .card-wrapper .mbr-text {
  margin-bottom: 42px;
}
.cid-tsOj2Y9VuR .card .card-wrapper .date-wrapper .mbr-date {
  display: inline-flex;
  justify-content: center;
  padding: 8px 10px;
  align-items: center;
  margin: 0;
  border-radius: 30px;
  border: 1px solid #f4e8da;
}
.cid-tsOj2Y9VuR .mbr-section-title {
  color: #ffffff;
}
.cid-tsOj2Y9VuR .mbr-desc {
  color: #f4e8da;
}
.cid-tsOj2Y9VuR .mbr-card-title {
  color: #f4e8da;
}
.cid-tsOj2Y9VuR .mbr-text {
  color: #f4e8da;
}
.cid-tsOj2Y9VuR .mbr-date {
  color: #e15427;
}
.cid-tsOj2Y9VuR .mbr-date,
.cid-tsOj2Y9VuR .date-wrapper {
  color: #f4e8da;
}
.cid-uOnPKvu5PQ {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOnPKvu5PQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnPKvu5PQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnPKvu5PQ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOnPKvu5PQ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uOnPKvu5PQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 767px) {
  .cid-uOnPKvu5PQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOnPKvu5PQ .embla__slide .slide-content {
  width: 100%;
}
.cid-uOnPKvu5PQ .embla__slide .slide-content .item-wrapper {
  position: relative;
  background-color: #e5e5e5;
  height: 100%;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-uOnPKvu5PQ .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOnPKvu5PQ .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uOnPKvu5PQ .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOnPKvu5PQ .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 24px;
    display: block;
  }
}
.cid-uOnPKvu5PQ .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uOnPKvu5PQ .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uOnPKvu5PQ .embla__slide .slide-content .item-wrapper .item-img .image-wrap img {
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uOnPKvu5PQ .embla__slide .slide-content .item-wrapper .item-img .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uOnPKvu5PQ .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uOnPKvu5PQ .embla__slide .slide-content .item-wrapper .item-content .tag-wrapper .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: #efef51;
  margin-bottom: 24px;
}
.cid-uOnPKvu5PQ .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uOnPKvu5PQ .embla__button--next,
.cid-uOnPKvu5PQ .embla__button--prev {
  display: flex;
}
.cid-uOnPKvu5PQ .embla__button {
  top: -8rem;
  width: 64px;
  height: 64px;
  font-size: 28px;
  background-color: #07553b !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uOnPKvu5PQ .embla__button {
    top: 0;
  }
}
.cid-uOnPKvu5PQ .embla__button:hover {
  opacity: .7 !important;
}
.cid-uOnPKvu5PQ .embla__button.embla__button--prev {
  right: 4.5rem;
}
.cid-uOnPKvu5PQ .embla__button.embla__button--next {
  right: 0;
}
.cid-uOnPKvu5PQ .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOnPKvu5PQ .embla {
    padding-top: 6rem;
  }
}
.cid-uOnPKvu5PQ .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uOnPKvu5PQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOnPKvu5PQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOnPKvu5PQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOnPKvu5PQ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOnPKvu5PQ .mbr-section-title {
  color: #2c2c26;
}
.cid-uOnPKvu5PQ .item-name {
  color: #2c2c26;
}
.cid-uOnPKvu5PQ .item-tag {
  color: #63635d;
}
.cid-uOnPKvu5PQ .item-text {
  color: #63635d;
}
.cid-uOhQePjQrE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1a6d52;
}
.cid-uOhQePjQrE .item-img {
  position: relative;
}
.cid-uOhQePjQrE .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uOhQePjQrE .card-text {
    padding-left: 4rem;
  }
}
.cid-uOhQePjQrE h5 {
  line-height: 1.2;
}
.cid-uOhQePjQrE .card {
  margin-bottom: 2rem;
}
.cid-uOhQePjQrE .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uOhQePjQrE .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uOhQePjQrE .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #c0b8a8;
}
@media (max-width: 992px) {
  .cid-uOhQePjQrE .image-wrapper {
    min-height: 200px;
  }
}
.cid-uOhQePjQrE .item-wrapper {
  position: relative;
  background: #1a6d52;
  border: 3px solid #1a6d52;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOhQePjQrE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uOhQePjQrE .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #232323;
}
.cid-uOhQePjQrE .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #1a6d52;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uOhQePjQrE .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uOhQePjQrE .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uOhQePjQrE .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uOhQePjQrE .link-icon-wrapper .svg1 path {
  fill: #1a6d52;
}
.cid-uOhQePjQrE .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uOhQePjQrE .link-icon-wrapper .svg2 path {
  fill: #1a6d52;
}
.cid-uOhQePjQrE .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOhQePjQrE .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uOhQePjQrE img,
.cid-uOhQePjQrE .item-img {
  width: 100%;
}
.cid-uOhQePjQrE .item:focus,
.cid-uOhQePjQrE span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uOhQePjQrE .item {
    margin-bottom: 1rem;
  }
}
.cid-uOhQePjQrE .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOhQePjQrE .item-title {
  text-align: left;
  color: #000000;
}
.cid-uOhQePjQrE .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uOhQePjQrE .mbr-section-subtitle,
.cid-uOhQePjQrE .subtitle-wrap,
.cid-uOhQePjQrE .mbr-section-btn {
  text-align: left;
}
.cid-uOhQePjQrE .mbr-text,
.cid-uOhQePjQrE .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uOhQePjQrE .mbr-text {
  color: #d2d2d2;
}
.cid-uOhQePjQrE .mbr-title2 {
  color: #ffffff;
}
.cid-tsOm8hqAJL {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #07553b;
}
.cid-tsOm8hqAJL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsOm8hqAJL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsOm8hqAJL .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tsOm8hqAJL .container-fluid {
    padding: 0 12px;
  }
}
.cid-tsOm8hqAJL .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
.cid-tsOm8hqAJL .card {
  border-right: 0;
}
.cid-tsOm8hqAJL .card .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tsOm8hqAJL .card .image-wrapper {
    margin-bottom: 28px;
  }
}
.cid-tsOm8hqAJL .card .image-wrapper img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 1100px) {
  .cid-tsOm8hqAJL .card .image-wrapper img {
    width: 100%;
  }
}
.cid-uT3clXLyaQ {
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/gemini-generated-image-whwpqpwhwpqpwhwp.png-746x746.png");
}
.cid-uT3clXLyaQ .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-uT3clXLyaQ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uT3clXLyaQ .content-wrap {
    padding: 5rem 3rem;
  }
}
.cid-uT3clXLyaQ .tags {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uT3clXLyaQ .tags {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uT3clXLyaQ .tags {
    justify-content: center;
  }
}
.cid-uT3clXLyaQ .mbr-section-tag {
  background-color: #003b28;
  padding: 5px 15px;
  border-radius: 20px;
  width: fit-content;
  color: #838383;
  margin: 0 0.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.cid-uT3clXLyaQ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uT3clXLyaQ .mbr-text,
.cid-uT3clXLyaQ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uT3clXLyaQ .mbr-description {
  text-align: left;
  color: #ffffff;
}
.cid-uT3clXLyaQ .mbr-section-btn {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uT3clXLyaQ .mbr-section-btn {
    text-align: center;
  }
}
.cid-uT3clXLyaQ .mbr-section-tag,
.cid-uT3clXLyaQ .tags {
  color: #738ba5;
}
.cid-tsOinraSjd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #293d3e;
}
.cid-tsOinraSjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsOinraSjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsOinraSjd .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tsOinraSjd .container-fluid {
    padding: 0 12px;
  }
}
.cid-tsOinraSjd .row {
  border: 3px solid #f4e8da;
  margin-top: -3px;
  border-radius: 5px;
  padding: 64px 28px 28px;
  padding: 64px 28px 64px;
}
@media (max-width: 992px) {
  .cid-tsOinraSjd .row {
    padding: 28px 20px 28px;
  }
}
@media (max-width: 992px) {
  .cid-tsOinraSjd .row {
    padding: 48px 20px 20px;
  }
}
.cid-tsOinraSjd .card {
  border-radius: 0;
  padding: 0 40px 0 0;
  padding: 0 0 0 40px;
}
.cid-tsOinraSjd .card .list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tsOinraSjd .card .list {
    margin-bottom: 48px;
  }
}
.cid-tsOinraSjd .card .list li {
  margin-bottom: 20px;
}
.cid-tsOinraSjd .card .text-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tsOinraSjd .card .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tsOinraSjd .card .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tsOinraSjd .card .mbr-copy {
    margin-bottom: 20px;
  }
}
.cid-tsOinraSjd .card .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tsOinraSjd .card .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tsOinraSjd .card .soc-wrapper .socials {
  display: inline-flex;
}
.cid-tsOinraSjd .card .soc-wrapper .socials .mbr-soc {
  margin: 0 24px 0 0;
}
.cid-tsOinraSjd .mbr-section-title {
  color: #f4e8da;
}
.cid-tsOinraSjd .mbr-text {
  color: #f4e8da;
}
.cid-tsOinraSjd .list {
  color: #f4e8da;
}
.cid-tsOinraSjd .mbr-copy {
  color: #f4e8da;
}
.cid-tsOinraSjd .mbr-soc {
  color: #d2d2d2;
}
.cid-tsOinraSjd .mbr-soc,
.cid-tsOinraSjd .soc-wrapper {
  color: #f4e8da;
}
.cid-uT3d88Oggd {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uT3d88Oggd .navbar-dropdown {
  background: rgba(34, 101, 78, 0.8) !important;
  padding: 0;
}
.cid-uT3d88Oggd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(34, 101, 78, 0.8) !important;
  background: #22654e;
}
.cid-uT3d88Oggd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uT3d88Oggd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uT3d88Oggd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uT3d88Oggd .menu_box .navbar.opened,
  .cid-uT3d88Oggd .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uT3d88Oggd nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uT3d88Oggd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uT3d88Oggd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uT3d88Oggd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uT3d88Oggd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uT3d88Oggd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uT3d88Oggd .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uT3d88Oggd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uT3d88Oggd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uT3d88Oggd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uT3d88Oggd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uT3d88Oggd .offcanvas-body .mbr-text,
  .cid-uT3d88Oggd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uT3d88Oggd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uT3d88Oggd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uT3d88Oggd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uT3d88Oggd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uT3d88Oggd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uT3d88Oggd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uT3d88Oggd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uT3d88Oggd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uT3d88Oggd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uT3d88Oggd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uT3d88Oggd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uT3d88Oggd li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uT3d88Oggd .lg_brand {
    margin: 0 1rem;
  }
  .cid-uT3d88Oggd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uT3d88Oggd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uT3d88Oggd .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uT3d88Oggd .nav-item {
    margin: 0 !important;
  }
}
.cid-uT3d88Oggd .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uT3d88Oggd .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uT3d88Oggd .nav-item .nav-link:hover,
.cid-uT3d88Oggd .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uT3d88Oggd .nav-item .nav-link:hover:before,
.cid-uT3d88Oggd .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uT3d88Oggd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uT3d88Oggd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uT3d88Oggd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uT3d88Oggd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uT3d88Oggd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uT3d88Oggd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uT3d88Oggd .offcanvas_box {
    display: none;
  }
}
.cid-uT3d88Oggd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uT3d88Oggd .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uT3d88Oggd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uT3d88Oggd .container {
  display: flex;
  margin: auto;
}
.cid-uT3d88Oggd .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uT3d88Oggd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uT3d88Oggd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uT3d88Oggd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uT3d88Oggd .navbar-nav {
    margin: 0;
  }
}
.cid-uT3d88Oggd .dropdown-menu,
.cid-uT3d88Oggd .navbar.opened {
  background-color: true !important;
}
.cid-uT3d88Oggd .nav-item:focus,
.cid-uT3d88Oggd .nav-link:focus {
  outline: none;
}
.cid-uT3d88Oggd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT3d88Oggd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT3d88Oggd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT3d88Oggd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT3d88Oggd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT3d88Oggd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT3d88Oggd .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uT3d88Oggd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uT3d88Oggd .navbar.opened {
  transition: all 0.3s;
}
.cid-uT3d88Oggd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uT3d88Oggd .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uT3d88Oggd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uT3d88Oggd .navbar.collapsed {
  justify-content: center;
}
.cid-uT3d88Oggd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT3d88Oggd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uT3d88Oggd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT3d88Oggd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT3d88Oggd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT3d88Oggd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uT3d88Oggd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uT3d88Oggd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uT3d88Oggd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uT3d88Oggd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT3d88Oggd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT3d88Oggd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uT3d88Oggd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT3d88Oggd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uT3d88Oggd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uT3d88Oggd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uT3d88Oggd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uT3d88Oggd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uT3d88Oggd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uT3d88Oggd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT3d88Oggd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uT3d88Oggd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uT3d88Oggd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uT3d88Oggd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uT3d88Oggd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .cid-uT3d88Oggd .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uT3d88Oggd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uT3d88Oggd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT3d88Oggd .dropdown-item.active,
.cid-uT3d88Oggd .dropdown-item:active {
  background-color: transparent;
}
.cid-uT3d88Oggd .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uT3d88Oggd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT3d88Oggd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT3d88Oggd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT3d88Oggd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uT3d88Oggd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uT3d88Oggd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-uT3d88Oggd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uT3d88Oggd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT3d88Oggd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT3d88Oggd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT3d88Oggd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT3d88Oggd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT3d88Oggd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT3d88Oggd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT3d88Oggd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT3d88Oggd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uT3d88Oggd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT3d88Oggd .navbar {
    height: 70px;
  }
  .cid-uT3d88Oggd .navbar.opened {
    height: auto;
  }
  .cid-uT3d88Oggd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT3d88Oggd .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uT3d88Oggd .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uT3d88Oggd .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uT3d88Oggd .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uT3d88Oggd .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uT3d88Oggd .navbar-caption:hover {
  color: #ff773d;
}
@media (min-width: 992px) {
  .cid-uT3d88Oggd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uT3d88Oggd .text_widget {
  margin-bottom: 32px;
}
.cid-uT3d88Oggd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uT3d88Oggd .text_widget a:hover,
.cid-uT3d88Oggd .text_widget a:focus {
  opacity: .8;
}
.cid-uT3d88Oggd .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uT3d88Oggd .contacts-wrapper {
    display: none;
  }
}
.cid-uT3d88Oggd .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uT3d88Oggd .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uT3d88Oggd .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uT3d88Oggd .contacts-wrapper a .mbr-contact:hover:before,
.cid-uT3d88Oggd .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uT3d88Oggd .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uT3d88Oggd .navbar-caption {
  color: #c7fcb5;
}
.cid-uT3d88Oggd .mbr-contact {
  color: #ffffff;
}
.cid-uT3d88Oggd .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uT3d88Oggd .mbr-section-subtitle,
.cid-uT3d88Oggd .text_widget,
.cid-uT3d88Oggd .mbr-section-btn {
  text-align: center;
}
.cid-uT3d88Oggd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uT3d8a4AV7 {
  padding-top: 11rem;
  padding-bottom: 4rem;
  background-color: #07553b;
}
.cid-uT3d8a4AV7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT3d8a4AV7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT3d8a4AV7 .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
}
.cid-uT3d8a4AV7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uT3d8a4AV7 .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-uT3d8a4AV7 .mbr-section-title {
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uT3d8a4AV7 .text-wrapper {
    text-align: center;
  }
}
.cid-uT3d8a4AV7 .mbr-text,
.cid-uT3d8a4AV7 .mbr-section-btn {
  color: #fdfde1;
  text-align: center;
}
.cid-uT3d8a4AV7 .mbr-menu,
.cid-uT3d8a4AV7 .mbr-section-btn {
  color: #fdfde1;
}
.cid-uT3d8a4AV7 .mbr-desc,
.cid-uT3d8a4AV7 .mbr-section-btn {
  color: #fdfde1;
}
.cid-uT3dp82pR1 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #1a6d52;
}
.cid-uT3dp82pR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT3dp82pR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT3dp82pR1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uT3dp82pR1 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uT3dp82pR1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uT3dp82pR1 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uT3dp82pR1 .container {
    padding: 0 24px;
  }
}
.cid-uT3dp82pR1 .row {
  justify-content: center;
}
.cid-uT3dp82pR1 .item {
  margin-top: 24px;
}
.cid-uT3dp82pR1 .item:first-child {
  margin-bottom: 0;
}
.cid-uT3dp82pR1 .item .item-wrapper {
  padding: 40px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uT3dp82pR1 .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uT3dp82pR1 .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uT3dp82pR1 .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uT3dp82pR1 .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uT3dp82pR1 .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uT3dp82pR1 .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT3dp82pR1 .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uT3dp82pR1 .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uT3dp82pR1 .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uT3dp82pR1 .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uT3dp82pR1 .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uT3dp82pR1 .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uT3dp82pR1 .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uT3dp82pR1 .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uT3dp82pR1 .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #edeceb !important;
}
.cid-uT3dp82pR1 .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uT3dp82pR1 .item-title {
  color: #18212d;
}
.cid-uT3dp82pR1 .item-text {
  color: #18212d;
}
.cid-uT3d8bEkhk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #07553b;
}
.cid-uT3d8bEkhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT3d8bEkhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT3d8bEkhk .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uT3d8bEkhk .container-fluid {
    padding: 0 12px;
  }
}
.cid-uT3d8bEkhk .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uT3d8bEkhk .row {
    padding: 48px 20px;
  }
}
.cid-uT3d8bEkhk .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #ff773d;
  border-radius: 100%;
}
.cid-uT3d8bEkhk .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-uT3d8bEkhk .card {
    margin: 0 !important;
  }
}
.cid-uT3d8bEkhk .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-uT3d8bEkhk .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-uT3d8bEkhk .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT3d8bEkhk .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uT3d8bEkhk .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-uT3d8bEkhk .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-uT3d8bEkhk .mbr-text {
  color: #07553B;
}
.cid-uT3d8i6z7N {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1a6d52;
}
.cid-uT3d8i6z7N .item-img {
  position: relative;
}
.cid-uT3d8i6z7N .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uT3d8i6z7N .card-text {
    padding-left: 4rem;
  }
}
.cid-uT3d8i6z7N h5 {
  line-height: 1.2;
}
.cid-uT3d8i6z7N .card {
  margin-bottom: 2rem;
}
.cid-uT3d8i6z7N .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uT3d8i6z7N .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uT3d8i6z7N .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #c0b8a8;
}
@media (max-width: 992px) {
  .cid-uT3d8i6z7N .image-wrapper {
    min-height: 200px;
  }
}
.cid-uT3d8i6z7N .item-wrapper {
  position: relative;
  background: #1a6d52;
  border: 3px solid #1a6d52;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uT3d8i6z7N .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uT3d8i6z7N .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #232323;
}
.cid-uT3d8i6z7N .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #1a6d52;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uT3d8i6z7N .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uT3d8i6z7N .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uT3d8i6z7N .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uT3d8i6z7N .link-icon-wrapper .svg1 path {
  fill: #1a6d52;
}
.cid-uT3d8i6z7N .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uT3d8i6z7N .link-icon-wrapper .svg2 path {
  fill: #1a6d52;
}
.cid-uT3d8i6z7N .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uT3d8i6z7N .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uT3d8i6z7N img,
.cid-uT3d8i6z7N .item-img {
  width: 100%;
}
.cid-uT3d8i6z7N .item:focus,
.cid-uT3d8i6z7N span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uT3d8i6z7N .item {
    margin-bottom: 1rem;
  }
}
.cid-uT3d8i6z7N .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uT3d8i6z7N .item-title {
  text-align: left;
  color: #000000;
}
.cid-uT3d8i6z7N .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uT3d8i6z7N .mbr-section-subtitle,
.cid-uT3d8i6z7N .subtitle-wrap,
.cid-uT3d8i6z7N .mbr-section-btn {
  text-align: left;
}
.cid-uT3d8i6z7N .mbr-text,
.cid-uT3d8i6z7N .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uT3d8i6z7N .mbr-text {
  color: #d2d2d2;
}
.cid-uT3d8i6z7N .mbr-title2 {
  color: #ffffff;
}
.cid-uT3d8iY9Qw {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #07553b;
}
.cid-uT3d8iY9Qw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT3d8iY9Qw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT3d8iY9Qw .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uT3d8iY9Qw .container-fluid {
    padding: 0 12px;
  }
}
.cid-uT3d8iY9Qw .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
.cid-uT3d8iY9Qw .card {
  border-right: 0;
}
.cid-uT3d8iY9Qw .card .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT3d8iY9Qw .card .image-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uT3d8iY9Qw .card .image-wrapper img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 1100px) {
  .cid-uT3d8iY9Qw .card .image-wrapper img {
    width: 100%;
  }
}
.cid-uT3d8kKu8g {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #003b28;
}
.cid-uT3d8kKu8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT3d8kKu8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT3d8kKu8g .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uT3d8kKu8g .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uT3d8kKu8g .container {
    padding: 0 30px;
  }
}
.cid-uT3d8kKu8g .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uT3d8kKu8g .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uT3d8kKu8g .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
  opacity: .6;
}
.cid-uT3d8kKu8g .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT3d8kKu8g .items .item {
  padding: 50px 0;
  border-bottom: 2px solid #393939;
}
.cid-uT3d8kKu8g .items .item:last-child {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uT3d8kKu8g .items .item {
    padding: 30px 0;
  }
}
.cid-uT3d8kKu8g .items .item:hover .item-wrapper .item-content .item-title,
.cid-uT3d8kKu8g .items .item:focus .item-wrapper .item-content .item-title {
  opacity: .8;
}
.cid-uT3d8kKu8g .items .item:hover .item-wrapper .item-img .image-wrapper img,
.cid-uT3d8kKu8g .items .item:focus .item-wrapper .item-img .image-wrapper img {
  height: 100%;
}
.cid-uT3d8kKu8g .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uT3d8kKu8g .items .item .item-wrapper {
    display: block;
  }
}
.cid-uT3d8kKu8g .items .item .item-wrapper .item-content {
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-uT3d8kKu8g .items .item .item-wrapper .item-content {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uT3d8kKu8g .items .item .item-wrapper .item-content .list-wrapper {
  margin-bottom: 15px;
}
.cid-uT3d8kKu8g .items .item .item-wrapper .item-content .list-wrapper .list {
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.cid-uT3d8kKu8g .items .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  opacity: .4;
  margin: 0 10px 0 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT3d8kKu8g .items .item .item-wrapper .item-content .list-wrapper .list .item-wrap:hover,
.cid-uT3d8kKu8g .items .item .item-wrapper .item-content .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uT3d8kKu8g .items .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-uT3d8kKu8g .items .item .item-wrapper .item-content .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-uT3d8kKu8g .items .item .item-wrapper .item-img {
  min-width: 360px;
}
@media (max-width: 992px) {
  .cid-uT3d8kKu8g .items .item .item-wrapper .item-img {
    min-width: auto;
  }
}
.cid-uT3d8kKu8g .items .item .item-wrapper .item-img .image-wrapper {
  height: 200px;
}
.cid-uT3d8kKu8g .items .item .item-wrapper .item-img .image-wrapper img {
  width: 100%;
  height: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uT3d8kKu8g .items .item .item-wrapper .item-img .image-wrapper img {
    height: 100%;
  }
}
.cid-uT3d8kKu8g .items .item .item-wrapper .item-img .mbr-date {
  opacity: .4;
  margin: 20px 0 0 0;
}
.cid-uT3d8kKu8g .items .item a {
  display: block;
}
.cid-uT3d8kKu8g .mbr-section-title {
  color: #ffffff;
}
.cid-uT3d8kKu8g .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uT3d8kKu8g .list {
  color: #ffffff;
}
.cid-uT3d8kKu8g .item-title {
  color: #ffffff;
}
.cid-uT3d8kKu8g .mbr-text {
  color: #d3d3d3;
}
.cid-uT3d8kKu8g .mbr-date {
  color: #ffffff;
  text-align: right;
}
.cid-uT3d8lH1w2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #293d3e;
}
.cid-uT3d8lH1w2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT3d8lH1w2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT3d8lH1w2 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uT3d8lH1w2 .container-fluid {
    padding: 0 12px;
  }
}
.cid-uT3d8lH1w2 .row {
  border: 3px solid #f4e8da;
  margin-top: -3px;
  border-radius: 5px;
  padding: 64px 28px 28px;
  padding: 64px 28px 64px;
}
@media (max-width: 992px) {
  .cid-uT3d8lH1w2 .row {
    padding: 28px 20px 28px;
  }
}
@media (max-width: 992px) {
  .cid-uT3d8lH1w2 .row {
    padding: 48px 20px 20px;
  }
}
.cid-uT3d8lH1w2 .card {
  border-radius: 0;
  padding: 0 40px 0 0;
  padding: 0 0 0 40px;
}
.cid-uT3d8lH1w2 .card .list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uT3d8lH1w2 .card .list {
    margin-bottom: 48px;
  }
}
.cid-uT3d8lH1w2 .card .list li {
  margin-bottom: 20px;
}
.cid-uT3d8lH1w2 .card .text-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uT3d8lH1w2 .card .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uT3d8lH1w2 .card .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT3d8lH1w2 .card .mbr-copy {
    margin-bottom: 20px;
  }
}
.cid-uT3d8lH1w2 .card .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT3d8lH1w2 .card .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uT3d8lH1w2 .card .soc-wrapper .socials {
  display: inline-flex;
}
.cid-uT3d8lH1w2 .card .soc-wrapper .socials .mbr-soc {
  margin: 0 24px 0 0;
}
.cid-uT3d8lH1w2 .mbr-section-title {
  color: #f4e8da;
}
.cid-uT3d8lH1w2 .mbr-text {
  color: #f4e8da;
}
.cid-uT3d8lH1w2 .list {
  color: #f4e8da;
}
.cid-uT3d8lH1w2 .mbr-copy {
  color: #f4e8da;
}
.cid-uT3d8lH1w2 .mbr-soc {
  color: #d2d2d2;
}
.cid-uT3d8lH1w2 .mbr-soc,
.cid-uT3d8lH1w2 .soc-wrapper {
  color: #f4e8da;
}
