body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #144f3d !important;
}
.bg-success {
  background-color: #353535 !important;
}
.bg-info {
  background-color: #dcd7d0 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #144f3d !important;
  border-color: #144f3d !important;
  color: #ffffff !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: #020a08 !important;
  border-color: #020a08 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #020a08 !important;
  border-color: #020a08 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #517241 !important;
  border-color: #517241 !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: #2a3b22 !important;
  border-color: #2a3b22 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2a3b22 !important;
  border-color: #2a3b22 !important;
}
.btn-info,
.btn-info:active {
  background-color: #dcd7d0 !important;
  border-color: #dcd7d0 !important;
  color: #63594a !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: #ffffff !important;
  background-color: #b7ad9e !important;
  border-color: #b7ad9e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #63594a !important;
  background-color: #b7ad9e !important;
  border-color: #b7ad9e !important;
}
.btn-success,
.btn-success:active {
  background-color: #353535 !important;
  border-color: #353535 !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #144f3d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #020a08 !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: #144f3d !important;
  border-color: #144f3d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #517241;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2a3b22 !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: #517241 !important;
  border-color: #517241 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dcd7d0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b7ad9e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #63594a !important;
  background-color: #dcd7d0 !important;
  border-color: #dcd7d0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #353535;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0a0a0a !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: #353535 !important;
  border-color: #353535 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #144f3d !important;
}
.text-secondary {
  color: #517241 !important;
}
.text-success {
  color: #353535 !important;
}
.text-info {
  color: #dcd7d0 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !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: #23311c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #020202 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b0a596 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #144f3d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #dcd7d0;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #144f3d;
  border-color: #144f3d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #144f3d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6edab9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a8a8a8;
}
.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: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #144f3d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #144f3d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #144f3d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #144f3d;
}
.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: #144f3d;
  border-bottom-color: #144f3d;
}
.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: #144f3d !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: #517241 !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='%23144f3d' %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;
}
.cid-v4VUrLIonm .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-v4VUrLIonm .navbar-fixed-top {
  padding-top: 0;
}
.cid-v4VUrLIonm .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v4VUrLIonm .dropdown-item {
  padding: 0;
}
.cid-v4VUrLIonm .dropdown-menu {
  border: 0px solid lightgray;
  background: #144f3d !important;
  top: 100%;
}
.cid-v4VUrLIonm .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-v4VUrLIonm .menu-content-top {
    display: block;
  }
  .cid-v4VUrLIonm .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-v4VUrLIonm .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-v4VUrLIonm nav.opened .menu-content-top {
  display: none;
}
.cid-v4VUrLIonm .menu-bottom {
  margin: auto;
  width: 100%;
  background: #144f3d;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v4VUrLIonm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v4VUrLIonm a {
  font-style: normal;
}
.cid-v4VUrLIonm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v4VUrLIonm .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-v4VUrLIonm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4VUrLIonm .content-text {
  margin-bottom: 0;
}
.cid-v4VUrLIonm .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v4VUrLIonm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #144f3d;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v4VUrLIonm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v4VUrLIonm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v4VUrLIonm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-v4VUrLIonm .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v4VUrLIonm .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v4VUrLIonm .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v4VUrLIonm .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v4VUrLIonm .nav-dropdown .link {
  font-weight: 400;
}
.cid-v4VUrLIonm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v4VUrLIonm .content-right-side {
  text-align: center;
}
.cid-v4VUrLIonm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v4VUrLIonm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v4VUrLIonm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-v4VUrLIonm .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-v4VUrLIonm .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4VUrLIonm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v4VUrLIonm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v4VUrLIonm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v4VUrLIonm .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-v4VUrLIonm .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v4VUrLIonm .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-v4VUrLIonm .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4VUrLIonm .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v4VUrLIonm .navbar {
    display: block;
    padding: 0;
  }
  .cid-v4VUrLIonm .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4VUrLIonm .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-v4VUrLIonm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v4VUrLIonm .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-v4VUrLIonm .navbar-toggler {
    display: none;
  }
  .cid-v4VUrLIonm .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v4VUrLIonm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v4VUrLIonm .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4VUrLIonm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v4VUrLIonm .menu-logo {
  margin-right: auto;
}
.cid-v4VUrLIonm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4VUrLIonm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v4VUrLIonm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v4VUrLIonm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v4VUrLIonm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-v4VUrLIonm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v4VUrLIonm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v4VUrLIonm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v4VUrLIonm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4VUrLIonm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v4VUrLIonm .dropdown .dropdown-menu {
  background: #ffffff;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v4VUrLIonm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v4VUrLIonm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4VUrLIonm .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-v4VUrLIonm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4VUrLIonm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4VUrLIonm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4VUrLIonm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v4VUrLIonm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4VUrLIonm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v4VUrLIonm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v4VUrLIonm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v4VUrLIonm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v4VUrLIonm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-v4VUrLIonm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v4VUrLIonm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-v4VUrLIonm button.navbar-toggler:focus {
  outline: none;
}
.cid-v4VUrLIonm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v4VUrLIonm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4VUrLIonm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4VUrLIonm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4VUrLIonm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4VUrLIonm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4VUrLIonm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4VUrLIonm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4VUrLIonm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4VUrLIonm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4VUrLIonm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4VUrLIonm .collapsed .btn {
  display: flex;
}
.cid-v4VUrLIonm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v4VUrLIonm .collapsed .navbar-collapse.collapsing,
.cid-v4VUrLIonm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v4VUrLIonm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v4VUrLIonm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v4VUrLIonm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v4VUrLIonm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v4VUrLIonm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v4VUrLIonm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v4VUrLIonm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v4VUrLIonm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v4VUrLIonm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v4VUrLIonm .collapsed button.navbar-toggler {
  display: block;
}
.cid-v4VUrLIonm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v4VUrLIonm .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4VUrLIonm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v4VUrLIonm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v4VUrLIonm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v4VUrLIonm .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v4VUrLIonm .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v4VUrLIonm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v4VUrLIonm .navbar-collapse.collapsing,
  .cid-v4VUrLIonm .navbar-collapse.show {
    display: block !important;
  }
  .cid-v4VUrLIonm .navbar-collapse.collapsing .navbar-nav,
  .cid-v4VUrLIonm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v4VUrLIonm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v4VUrLIonm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v4VUrLIonm .navbar-collapse.collapsing .navbar-buttons,
  .cid-v4VUrLIonm .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v4VUrLIonm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v4VUrLIonm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v4VUrLIonm .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4VUrLIonm img {
    height: 2.2rem !important;
  }
  .cid-v4VUrLIonm .btn {
    display: flex;
  }
  .cid-v4VUrLIonm button.navbar-toggler {
    display: block;
  }
  .cid-v4VUrLIonm .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v4VUrLIonm .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4VUrLIonm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v4VUrLIonm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v4VUrLIonm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v4VUrLIonm .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v4VUrLIonm .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v4VUrLIonm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-v4VUrLIonm .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v4VUrLIonm .nav-link:focus {
  outline: none;
}
.cid-v4VUrLIonm .navbar-toggler {
  position: relative;
}
.cid-v4VUrLIonm .dropdown-item.active,
.cid-v4VUrLIonm .dropdown-item:active {
  background: #144f3d;
  color: initial;
}
.cid-v4VuCnut9a {
  padding-top: 15rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: url("../../../assets/images/img-central-1366x768.webp");
}
.cid-v4VuCnut9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4VuCnut9a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4VuCnut9a .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v4VuCnut9a .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v4VuCnut9a .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v4VuCnut9a .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4VuCnut9a .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-v4VuCnut9a .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-v4VuCnut9a .text-wrapper {
    padding-left: 0;
  }
}
.cid-v4VuCnut9a .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v4VuCnut9a .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v4VuCnut9a .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v4VuCnut9a .mbr-label {
  color: #ffffff;
}
.cid-v4VuCnut9a .mbr-section-title {
  color: #ffffff;
}
.cid-v4VuCnut9a .mbr-text {
  color: #ffffff;
}
.cid-v4VyyKEyvI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e0e7da;
}
.cid-v4VyyKEyvI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4VyyKEyvI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4VyyKEyvI .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v4VyyKEyvI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v4VyyKEyvI .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v4VyyKEyvI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4VyyKEyvI .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v4VyyKEyvI .items-wrapper {
  align-items: center;
}
.cid-v4VyyKEyvI .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v4VyyKEyvI .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-v4VyyKEyvI .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v4VyyKEyvI .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-v4VyyKEyvI .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 100%);
  opacity: 0.8;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-v4VyyKEyvI .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v4VyyKEyvI .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-v4VyyKEyvI .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-v4VyyKEyvI .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v4VyyKEyvI .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-v4VyyKEyvI .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v4VyyKEyvI .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-v4VyyKEyvI .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v4VyyKEyvI .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v4VyyKEyvI .mbr-text,
.cid-v4VyyKEyvI .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v4VyyKEyvI .card-title {
  color: #ffffff;
}
.cid-v4VyyKEyvI .card-text {
  color: #ffffff;
}
.cid-ub4L4iojtH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-ub4L4iojtH img,
.cid-ub4L4iojtH .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ub4L4iojtH .item:focus,
.cid-ub4L4iojtH span:focus {
  outline: none;
}
.cid-ub4L4iojtH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ub4L4iojtH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #144f3d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ub4L4iojtH .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ub4L4iojtH .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ub4L4iojtH .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ub4L4iojtH .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ub4L4iojtH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ub4L4iojtH .mbr-section-title {
  color: #144f3d;
}
.cid-ub4L4iojtH .mbr-text,
.cid-ub4L4iojtH .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ub4L4iojtH .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ub4L4iojtH .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v85GRrVJ06 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #144f3d;
}
.cid-v85GRrVJ06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v85GRrVJ06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v85GRrVJ06 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-v85GRrVJ06 .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-v85GRrVJ06 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-v85GRrVJ06 .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v85GRrVJ06 .item {
    margin-bottom: 16px;
  }
}
.cid-v85GRrVJ06 .item:last-child {
  margin-bottom: 0;
}
.cid-v85GRrVJ06 .item:hover .item-wrapper .item-img img,
.cid-v85GRrVJ06 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-v85GRrVJ06 .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v85GRrVJ06 .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-v85GRrVJ06 .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v85GRrVJ06 .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-v85GRrVJ06 .item .item-wrapper .item-content .item-title_1,
.cid-v85GRrVJ06 .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-v85GRrVJ06 .item .item-wrapper .item-content .item-text_1,
.cid-v85GRrVJ06 .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-v85GRrVJ06 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v85GRrVJ06 .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v85GRrVJ06 .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-v85GRrVJ06 .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v85GRrVJ06 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v85GRrVJ06 .item .card_1 {
  background-color: #e0e7da;
}
.cid-v85GRrVJ06 .item .card_2 {
  background-color: #f3ffe9;
}
.cid-v85GRrVJ06 .mbr-section-title {
  color: #212529;
}
.cid-v85GRrVJ06 .item-title_1 {
  color: #144f3d;
}
.cid-v85GRrVJ06 .item-title_2 {
  color: #144f3d;
}
.cid-v85GRrVJ06 .item-text_1 {
  color: #f5a11b;
}
.cid-v85GRrVJ06 .item-text_2 {
  color: #ff543d;
}
.cid-v85GRrVJ06 .item-text_1,
.cid-v85GRrVJ06 .mbr-section-btn {
  color: #144f3d;
}
.cid-v85GRrVJ06 .item-text_2,
.cid-v85GRrVJ06 .mbr-section-btn {
  color: #144f3d;
}
.cid-v85KbpPSF8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfff9;
}
.cid-v85KbpPSF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v85KbpPSF8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v85KbpPSF8 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v85KbpPSF8 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v85KbpPSF8 .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v85KbpPSF8 .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-v85KbpPSF8 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v85KbpPSF8 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v85KbpPSF8 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v85KbpPSF8 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v85KbpPSF8 .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-v85KbpPSF8 .image-wrapper {
    padding-left: 0;
  }
}
.cid-v85KbpPSF8 .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-v85KbpPSF8 .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-v85KbpPSF8 .mbr-section-title {
  color: #000000;
}
.cid-v85KbpPSF8 .mbr-desc {
  color: #000000;
}
.cid-v85KbpPSF8 .mbr-text {
  color: #144f3d;
  text-align: left;
}
.cid-v85KbpPSF8 .mbr-section-title,
.cid-v85KbpPSF8 .mbr-section-btn {
  color: #144f3d;
}
.cid-v85RnVCcaj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #144f3d;
}
.cid-v85RnVCcaj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v85RnVCcaj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v85RnVCcaj .container {
    padding: 0 15px;
  }
}
.cid-v85RnVCcaj .content-wrapper {
  position: relative;
}
.cid-v85RnVCcaj .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v85RnVCcaj .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v85RnVCcaj .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v85RnVCcaj .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-v85RnVCcaj .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v85RnVCcaj .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-v85RnVCcaj .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-v85RnVCcaj .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f3ffe9;
}
.cid-v85RnVCcaj .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v85RnVCcaj .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v85RnVCcaj .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-v85RnVCcaj .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #f3ffe9;
  transform: skewX(-20deg);
}
.cid-v85RnVCcaj .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v85RnVCcaj .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-v85RnVCcaj .mbr-text {
  color: #f7f5f6;
}
.cid-v85RnVCcaj .mbr-section-title {
  color: #f3ffe9;
}
.cid-ub4HOiyJw0 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ub4HOiyJw0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4HOiyJw0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4HOiyJw0 .mbr-section-title {
  color: #144f3d;
}
.cid-uV5mHJr2UB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #144f3d;
}
.cid-uV5mHJr2UB .row {
  flex-direction: row-reverse;
}
.cid-uV5mHJr2UB .row {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-uV5mHJr2UB .row {
    padding-bottom: 40px;
  }
}
.cid-uV5mHJr2UB .mbr-section-head {
  display: flex;
}
@media (min-width: 992px) {
  .cid-uV5mHJr2UB .mbr-section-head {
    padding-left: 20px;
  }
}
.cid-uV5mHJr2UB .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  text-align: left;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-uV5mHJr2UB .text-container {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uV5mHJr2UB .text-container {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uV5mHJr2UB .text-container {
    text-align: center!important;
  }
}
.cid-uV5mHJr2UB .mbr-section-title {
  color: #f3ffe9;
}
.cid-uV5mHJr2UB .mbr-section-subtitle {
  margin-top: 20px;
  color: #ffffff;
  opacity: 0.5;
}
.cid-uV5mHJr2UB .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .cid-uV5mHJr2UB .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uV5mHJr2UB .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uV5mHJr2UB .col-video {
  height: auto;
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-uV5mHJr2UB .col-video {
    margin-top: 0;
    padding-right: 20px;
  }
}
.cid-uV5mHJr2UB .col-video .box {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.cid-uV5mHJr2UB .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
}
.cid-uV5mHJr2UB .col-video .mbr-media img {
  height: 360px;
  flex-grow: 1;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-uV5mHJr2UB .col-video .mbr-media img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-uV5mHJr2UB .col-video .mbr-media img {
    height: auto;
  }
}
.cid-uV5mHJr2UB .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-uV5mHJr2UB .mbr-media {
  position: relative;
}
.cid-uV5mHJr2UB .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uV5mHJr2UB .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uV5mHJr2UB .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uV5mHJr2UB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uV5mHJr2UB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uV5mHJr2UB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uV5mHJr2UB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uV5mHJr2UB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uV5mHJr2UB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV5mHJr2UB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV5mHJr2UB .mbr-section-subtitle,
.cid-uV5mHJr2UB .mbr-section-btn {
  color: #ffffff;
}
.cid-ub4JCOiWWq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-ub4JCOiWWq .title {
  margin-bottom: 2rem;
}
.cid-ub4JCOiWWq .mbr-section-subtitle {
  color: #517241;
}
.cid-ub4JCOiWWq a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-ub4JCOiWWq a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-ub4JCOiWWq .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ub4JCOiWWq .input-group-btn {
  display: block;
  text-align: left;
}
.cid-ub4JCOiWWq h3 {
  color: #444;
  letter-spacing: 0.03em;
}
.cid-ub4JCOiWWq .form-control {
  border-radius: 0px !important;
  padding-left: 15px;
}
.cid-ub4JCOiWWq .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-ub4JCOiWWq .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-ub4JCOiWWq .google-map [data-state-details] {
  color: #444444;
  font-family: Muli;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ub4JCOiWWq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ub4JCOiWWq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ub4JCOiWWq textarea.form-control {
  min-height: 154px;
}
@media (max-width: 991px) {
  .cid-ub4JCOiWWq .mbr-section-title {
    text-align: center;
  }
  .cid-ub4JCOiWWq .mbr-section-subtitle {
    text-align: center;
  }
  .cid-ub4JCOiWWq .input-group-btn {
    text-align: center;
  }
}
.cid-ub4JCOiWWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4JCOiWWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4JCOiWWq H2 {
  color: #144f3d;
}
.cid-v4W6UDtgFR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0e7da;
}
.cid-v4W6UDtgFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4W6UDtgFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4W6UDtgFR .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v4W6UDtgFR .container {
    padding: 0 14px;
  }
}
.cid-v4W6UDtgFR .row {
  justify-content: center;
}
.cid-v4W6UDtgFR .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v4W6UDtgFR .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v4W6UDtgFR .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-v4W6UDtgFR .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v4W6UDtgFR .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v4W6UDtgFR .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-v4W6UDtgFR .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4W6UDtgFR .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v4W6UDtgFR .nav-wrapper .list .item-wrap:hover,
.cid-v4W6UDtgFR .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-v4W6UDtgFR .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v4W6UDtgFR .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v4W6UDtgFR .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-v4W6UDtgFR .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-v4W6UDtgFR .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v4W6UDtgFR .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-v4W6UDtgFR .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-v4W6UDtgFR .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-v4W6UDtgFR .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v4W6UDtgFR .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #144f3d;
}
.cid-v4W6UDtgFR .mbr-text,
.cid-v4W6UDtgFR .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-v4W6UDtgFR .mbr-list-title {
  color: #ffffff;
}
.cid-v4W6UDtgFR .list {
  color: #ffffff;
}
.cid-v4W6UDtgFR .mbr-contact {
  color: #ffffff;
}
.cid-v4W6UDtgFR .list,
.cid-v4W6UDtgFR .item-wrap {
  color: #144f3d;
}
.cid-v4W6UDtgFR .mbr-contact,
.cid-v4W6UDtgFR .card-wrapper {
  color: #144f3d;
}
.cid-v4W6UDtgFR .mbr-list-title,
.cid-v4W6UDtgFR .image-wrapper {
  color: #144f3d;
}
