.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 6.25rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.01em;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 3.35rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-5 > .mbr-iconfont {
  font-size: 4.1875rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.75rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.68rem;
    font-size: calc( 1.8225rem + (3.35 - 1.8225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8225rem + (3.35 - 1.8225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #144031 !important;
}
.bg-success {
  background-color: #dbf5d1 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f9f3c2 !important;
}
.bg-danger {
  background-color: #ffe7da !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #144031 !important;
  border-color: #144031 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #20674f !important;
  border-color: #20674f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #20674f !important;
  border-color: #20674f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fff7b4 !important;
  border-color: #fff7b4 !important;
  color: #b4a100 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fffce7 !important;
  border-color: #fffce7 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #b4a100 !important;
  background-color: #fffce7 !important;
  border-color: #fffce7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #dbf5d1 !important;
  border-color: #dbf5d1 !important;
  color: #47a324 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #fcfefb !important;
  border-color: #fcfefb !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #47a324 !important;
  background-color: #fcfefb !important;
  border-color: #fcfefb !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f9f3c2 !important;
  border-color: #f9f3c2 !important;
  color: #ab9a11 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fefcf0 !important;
  border-color: #fefcf0 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ab9a11 !important;
  background-color: #fefcf0 !important;
  border-color: #fefcf0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffe7da !important;
  border-color: #ffe7da !important;
  color: #da4d00 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #da4d00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #144031;
  color: #144031;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #144031 !important;
  border-color: #144031 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fff7b4;
  color: #fff7b4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffee5d !important;
  background-color: transparent !important;
  border-color: #ffee5d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #b4a100 !important;
  background-color: #fff7b4 !important;
  border-color: #fff7b4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  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: #d4d4d4 !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: #dbf5d1;
  color: #dbf5d1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a3e68a !important;
  background-color: transparent !important;
  border-color: #a3e68a !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #47a324 !important;
  background-color: #dbf5d1 !important;
  border-color: #dbf5d1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f9f3c2;
  color: #f9f3c2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f1e373 !important;
  background-color: transparent !important;
  border-color: #f1e373 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ab9a11 !important;
  background-color: #f9f3c2 !important;
  border-color: #f9f3c2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffe7da;
  color: #ffe7da;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffaf83 !important;
  background-color: transparent !important;
  border-color: #ffaf83 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #da4d00 !important;
  background-color: #ffe7da !important;
  border-color: #ffe7da !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #144031 !important;
}
.text-secondary {
  color: #fff7b4 !important;
}
.text-success {
  color: #dbf5d1 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f9f3c2 !important;
}
.text-danger {
  color: #ffe7da !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: #ffec4e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #99e37d !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: #f0e165 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ffa574 !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: #144031;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f9f3c2;
}
.alert-danger {
  background-color: #ffe7da;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #144031;
  border-color: #144031;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #144031;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #69d0ad;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.75rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.1875rem;
}
.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: #144031 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.75rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.1875rem;
}
blockquote {
  border-color: #144031;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #144031;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #144031;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #144031;
  border-bottom-color: #144031;
}
.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: #144031 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fff7b4 !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='%23144031' %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 {
  position: relative;
  padding: 0;
  font-weight: 700 !important;
  border: none !important;
  border-radius: 0 !important;
  transition: all .5s ease;
  z-index: 2;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border-radius: 1rem 1rem 1rem 0 !important;
  padding: 12px 25px;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #144031 !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  color: #144031 !important;
  flex-direction: row-reverse;
  padding: 0 20px;
  margin: 16px 10px;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: all .5s ease;
  z-index: -1;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  position: absolute;
  left: 14px;
  transform: translateX(-1rem);
  opacity: 0;
  transition: all .5s ease;
  margin: 0;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  padding: 0 14px 0 70px;
}
.mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(0);
  opacity: 1;
  display: inline-flex;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before,
.mbr-section-btn .btn-primary-outline:focus::before,
.mbr-section-btn-main .btn-primary-outline:focus::before,
.mbr-section-btn .btn-secondary-outline:focus::before,
.mbr-section-btn-main .btn-secondary-outline:focus::before,
.mbr-section-btn .btn-success-outline:focus::before,
.mbr-section-btn-main .btn-success-outline:focus::before,
.mbr-section-btn .btn-info-outline:focus::before,
.mbr-section-btn-main .btn-info-outline:focus::before,
.mbr-section-btn .btn-warning-outline:focus::before,
.mbr-section-btn-main .btn-warning-outline:focus::before,
.mbr-section-btn .btn-danger-outline:focus::before,
.mbr-section-btn-main .btn-danger-outline:focus::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn-main .btn-black-outline:focus::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn-main .btn-white-outline:focus::before {
  transform: scale(1.25);
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #144031 !important;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #fff7b4 !important;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #dbf5d1 !important;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #f9f3c2 !important;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #ffe7da !important;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000 !important;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff !important;
}
img {
  border-radius: 0 !important;
}
.cid-uAZ1jbcjSk {
  background-color: transparent;
}
.cid-uAZ1jbcjSk .navbar-dropdown {
  background-color: #252525 !important;
  padding: 0;
}
.cid-uAZ1jbcjSk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #252525 !important;
  background: #252525;
}
.cid-uAZ1jbcjSk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAZ1jbcjSk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAZ1jbcjSk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAZ1jbcjSk .menu_box .navbar.opened,
  .cid-uAZ1jbcjSk .menu_box .navbar-collapse {
    background-color: #252525 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAZ1jbcjSk .navbar-dropdown {
  position: relative !important;
}
.cid-uAZ1jbcjSk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uAZ1jbcjSk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAZ1jbcjSk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAZ1jbcjSk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAZ1jbcjSk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAZ1jbcjSk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uAZ1jbcjSk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAZ1jbcjSk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAZ1jbcjSk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAZ1jbcjSk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAZ1jbcjSk .offcanvas-body .mbr-text,
  .cid-uAZ1jbcjSk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAZ1jbcjSk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAZ1jbcjSk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAZ1jbcjSk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uAZ1jbcjSk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAZ1jbcjSk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAZ1jbcjSk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAZ1jbcjSk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAZ1jbcjSk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAZ1jbcjSk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZ1jbcjSk .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-uAZ1jbcjSk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAZ1jbcjSk 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-uAZ1jbcjSk .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAZ1jbcjSk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uAZ1jbcjSk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAZ1jbcjSk .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uAZ1jbcjSk .nav-item {
    margin: 0 !important;
  }
}
.cid-uAZ1jbcjSk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uAZ1jbcjSk .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-uAZ1jbcjSk .nav-item .nav-link:hover,
.cid-uAZ1jbcjSk .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uAZ1jbcjSk .nav-item .nav-link:hover:before,
.cid-uAZ1jbcjSk .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uAZ1jbcjSk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAZ1jbcjSk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAZ1jbcjSk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAZ1jbcjSk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZ1jbcjSk .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-uAZ1jbcjSk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAZ1jbcjSk .offcanvas_box {
    display: none;
  }
}
.cid-uAZ1jbcjSk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAZ1jbcjSk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAZ1jbcjSk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAZ1jbcjSk .container {
  display: flex;
  margin: auto;
}
.cid-uAZ1jbcjSk .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-uAZ1jbcjSk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAZ1jbcjSk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAZ1jbcjSk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAZ1jbcjSk .navbar-nav {
    margin: 0;
  }
}
.cid-uAZ1jbcjSk .dropdown-menu,
.cid-uAZ1jbcjSk .navbar.opened {
  background-color: false !important;
}
.cid-uAZ1jbcjSk .nav-item:focus,
.cid-uAZ1jbcjSk .nav-link:focus {
  outline: none;
}
.cid-uAZ1jbcjSk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAZ1jbcjSk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAZ1jbcjSk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAZ1jbcjSk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAZ1jbcjSk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAZ1jbcjSk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAZ1jbcjSk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAZ1jbcjSk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAZ1jbcjSk .navbar.opened {
  transition: all 0.3s;
}
.cid-uAZ1jbcjSk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAZ1jbcjSk .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAZ1jbcjSk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAZ1jbcjSk .navbar.collapsed {
  justify-content: center;
}
.cid-uAZ1jbcjSk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAZ1jbcjSk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAZ1jbcjSk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAZ1jbcjSk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAZ1jbcjSk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAZ1jbcjSk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAZ1jbcjSk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAZ1jbcjSk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAZ1jbcjSk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAZ1jbcjSk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAZ1jbcjSk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAZ1jbcjSk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAZ1jbcjSk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAZ1jbcjSk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAZ1jbcjSk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAZ1jbcjSk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAZ1jbcjSk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAZ1jbcjSk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAZ1jbcjSk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAZ1jbcjSk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAZ1jbcjSk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAZ1jbcjSk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAZ1jbcjSk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAZ1jbcjSk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAZ1jbcjSk .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-uAZ1jbcjSk .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uAZ1jbcjSk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uAZ1jbcjSk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAZ1jbcjSk .dropdown-item.active,
.cid-uAZ1jbcjSk .dropdown-item:active {
  background-color: transparent;
}
.cid-uAZ1jbcjSk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uAZ1jbcjSk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAZ1jbcjSk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAZ1jbcjSk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAZ1jbcjSk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAZ1jbcjSk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAZ1jbcjSk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #252525;
  background: #c7fcb5;
}
.cid-uAZ1jbcjSk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uAZ1jbcjSk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAZ1jbcjSk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZ1jbcjSk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZ1jbcjSk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAZ1jbcjSk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZ1jbcjSk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAZ1jbcjSk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAZ1jbcjSk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZ1jbcjSk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAZ1jbcjSk .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-uAZ1jbcjSk .navbar {
    height: 70px;
  }
  .cid-uAZ1jbcjSk .navbar.opened {
    height: auto;
  }
  .cid-uAZ1jbcjSk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAZ1jbcjSk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uAZ1jbcjSk .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uAZ1jbcjSk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAZ1jbcjSk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAZ1jbcjSk .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uAZ1jbcjSk .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-uAZ1jbcjSk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAZ1jbcjSk .text_widget {
  margin-bottom: 32px;
}
.cid-uAZ1jbcjSk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAZ1jbcjSk .text_widget a:hover,
.cid-uAZ1jbcjSk .text_widget a:focus {
  opacity: .8;
}
.cid-uAZ1jbcjSk .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-uAZ1jbcjSk .contacts-wrapper {
    display: none;
  }
}
.cid-uAZ1jbcjSk .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uAZ1jbcjSk .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uAZ1jbcjSk .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-uAZ1jbcjSk .contacts-wrapper a .mbr-contact:hover:before,
.cid-uAZ1jbcjSk .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uAZ1jbcjSk .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uAZ1jbcjSk .navbar-caption {
  color: #c7fcb5;
}
.cid-uAZ1jbcjSk .mbr-contact {
  color: #ffffff;
}
.cid-uAZ1jbcjSk .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uAZ1jbcjSk .mbr-section-subtitle,
.cid-uAZ1jbcjSk .text_widget,
.cid-uAZ1jbcjSk .mbr-section-btn {
  text-align: center;
}
.cid-uAZ1jbcjSk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAZ1poevWM {
  background-image: url("../../../assets/images/screenshot-122-868x579.png");
}
.cid-uAZ1poevWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ1poevWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZ1poevWM .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uAZ1poevWM .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uAZ1poevWM .container {
    padding: 0 25px;
  }
}
.cid-uAZ1poevWM .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-uAZ1poevWM .title-wrapper {
    padding: 0;
  }
}
.cid-uAZ1poevWM .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uAZ1poevWM .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uAZ1poevWM .mbr-section-title {
  color: #ffffff;
}
.cid-uAZ1poevWM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uAZ1poevWM .mbr-section-title,
.cid-uAZ1poevWM .mbr-section-btn {
  text-align: center;
}
.cid-uAZ1vezzoc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-uAZ1vezzoc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ1vezzoc .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-uAZ1vezzoc .container {
    padding: 0 30px;
  }
}
.cid-uAZ1vezzoc .item .item-wrapper {
  margin: 0 0 40px 110px;
  padding-left: 40px;
  border-left: 1px solid #dbf5d1;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uAZ1vezzoc .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-uAZ1vezzoc .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uAZ1vezzoc .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: relative;
}
.cid-uAZ1vezzoc .item .item-wrapper .card-box .icon-wrapper .icon-wrap .circle-wrap {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #22654e;
}
.cid-uAZ1vezzoc .item .item-wrapper .card-box .icon-wrapper .icon-wrap::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #c7fcb5;
  opacity: .6;
  border-radius: 100%;
  z-index: 1;
}
.cid-uAZ1vezzoc .item .item-wrapper .card-box .icon-wrapper .icon-wrap::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  backdrop-filter: blur(5px);
  border-radius: 100%;
}
.cid-uAZ1vezzoc .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-uAZ1vezzoc .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-uAZ1vezzoc .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAZ1vezzoc .item-title {
  color: #144031;
}
.cid-uAZ1vezzoc .item-text {
  color: #144031;
}
.cid-uAZ1vtrRI2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-uAZ1vtrRI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ1vtrRI2 .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-uAZ1vtrRI2 .container {
    padding: 0 30px;
  }
}
.cid-uAZ1vtrRI2 .item .item-wrapper {
  margin: 0 0 40px 110px;
  padding-left: 40px;
  border-left: 1px solid #dbf5d1;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uAZ1vtrRI2 .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-uAZ1vtrRI2 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uAZ1vtrRI2 .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: relative;
}
.cid-uAZ1vtrRI2 .item .item-wrapper .card-box .icon-wrapper .icon-wrap .circle-wrap {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #22654e;
}
.cid-uAZ1vtrRI2 .item .item-wrapper .card-box .icon-wrapper .icon-wrap::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #c7fcb5;
  opacity: .6;
  border-radius: 100%;
  z-index: 1;
}
.cid-uAZ1vtrRI2 .item .item-wrapper .card-box .icon-wrapper .icon-wrap::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  backdrop-filter: blur(5px);
  border-radius: 100%;
}
.cid-uAZ1vtrRI2 .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-uAZ1vtrRI2 .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-uAZ1vtrRI2 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAZ1vtrRI2 .item-title {
  color: #144031;
}
.cid-uAZ1vtrRI2 .item-text {
  color: #144031;
}
.cid-uAZ1vKpXn7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #22654e;
}
.cid-uAZ1vKpXn7 .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uAZ1vKpXn7 .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uAZ1vKpXn7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ1vKpXn7 .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-uAZ1vKpXn7 .container {
    padding: 0 30px;
  }
}
.cid-uAZ1vKpXn7 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uAZ1vKpXn7 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAZ1vKpXn7 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uAZ1vKpXn7 .text-wrapper {
  border-left: 1px solid #c7fcb5;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uAZ1vKpXn7 .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uAZ1vKpXn7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAZ1vKpXn7 .mbr-section-title {
  color: #ffffff;
}
.cid-uAZ1vKpXn7 .mbr-text {
  color: #ffffff;
}
.cid-uAZ1wjhDFX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZ1wjhDFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ1wjhDFX .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-uAZ1wjhDFX .container {
    padding: 0 30px;
  }
}
.cid-uAZ1wjhDFX .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #dbf5d1;
}
@media (max-width: 992px) {
  .cid-uAZ1wjhDFX .items-wrapper {
    display: block;
  }
}
.cid-uAZ1wjhDFX .items-wrapper .item .item-wrapper {
  padding: 0 60px 0 40px;
  border-left: 1px solid #dbf5d1;
  margin-bottom: 60px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uAZ1wjhDFX .items-wrapper .item .item-wrapper {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.cid-uAZ1wjhDFX .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uAZ1wjhDFX .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: relative;
}
.cid-uAZ1wjhDFX .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap .circle-wrap {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #22654e;
}
.cid-uAZ1wjhDFX .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #c7fcb5;
  opacity: .6;
  border-radius: 100%;
  z-index: 1;
}
.cid-uAZ1wjhDFX .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  backdrop-filter: blur(5px);
  border-radius: 100%;
}
.cid-uAZ1wjhDFX .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-uAZ1wjhDFX .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAZ1wjhDFX .item-text {
  color: #144031;
}
.cid-uAZ1zmz3mK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-uAZ1zmz3mK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ1zmz3mK .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-uAZ1zmz3mK .container {
    padding: 0 30px;
  }
}
.cid-uAZ1zmz3mK .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uAZ1zmz3mK .item {
  margin-bottom: 40px;
}
.cid-uAZ1zmz3mK .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uAZ1zmz3mK .item .item-wrapper .card-box .item-price {
  padding: 30px;
  margin-bottom: 40px;
  background-color: #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uAZ1zmz3mK .item .item-wrapper .card-box .item-price {
    padding: 20px;
  }
}
.cid-uAZ1zmz3mK .item .item-wrapper .card-box .item-title {
  padding: 0 30px 30px 30px;
  border-bottom: 1px solid #dbf5d1;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uAZ1zmz3mK .item .item-wrapper .card-box .item-title {
    padding: 0 20px 20px 20px;
  }
}
.cid-uAZ1zmz3mK .item .item-wrapper .card-box .item-text {
  padding: 0 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAZ1zmz3mK .item .item-wrapper .card-box .item-text {
    padding: 0 20px;
  }
}
.cid-uAZ1zmz3mK .item .mbr-section-btn {
  margin-top: 30px;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uAZ1zmz3mK .item .mbr-section-btn {
    padding: 0 20px;
  }
}
.cid-uAZ1zmz3mK .item .mbr-section-btn .btn {
  width: 100%;
}
.cid-uAZ1zmz3mK .item-price {
  color: #c7fcb5;
  text-align: center;
}
.cid-uAZ1zmz3mK .item-title {
  color: #144031;
}
.cid-uAZ1zmz3mK .item-text {
  color: #144031;
}
.cid-uAZ1ypYlMC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #22654e;
}
.cid-uAZ1ypYlMC .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uAZ1ypYlMC .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uAZ1ypYlMC .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uAZ1ypYlMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ1ypYlMC .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-uAZ1ypYlMC .container {
    padding: 0 30px;
  }
}
.cid-uAZ1ypYlMC .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uAZ1ypYlMC .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uAZ1ypYlMC .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uAZ1ypYlMC .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uAZ1ypYlMC .mbr-section-title {
  color: #ffffff;
}
.cid-uAZ1ypYlMC .mbr-text,
.cid-uAZ1ypYlMC .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uAZ1ypYlMC .mbr-section-title,
.cid-uAZ1ypYlMC .mbr-section-btn {
  text-align: center;
}
.cid-uAZ2ibCIU2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZ2ibCIU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ2ibCIU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZ2ibCIU2 .content-wrapper {
  position: relative;
  padding: 130px 0;
  display: flex;
  justify-content: center;
  border-radius: 1000px;
  border: 1px solid #252525;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uAZ2ibCIU2 .content-wrapper {
    padding: 16px;
    border-radius: 24px;
  }
}
.cid-uAZ2ibCIU2 .content-wrapper .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uAZ2ibCIU2 .content-wrapper .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.cid-uAZ2ibCIU2 .content-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: .7;
  pointer-events: none;
  z-index: 1;
}
.cid-uAZ2ibCIU2 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAZ2ibCIU2 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uAZ2ibCIU2 .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 32px;
}
.cid-uAZ2ibCIU2 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uAZ2ibCIU2 .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAZ2ibCIU2 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 12px !important;
}
.cid-uAZ2ibCIU2 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uAZ2ibCIU2 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  color: #ffffff;
  font-size: 18px;
}
.cid-uAZ2ibCIU2 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uAZ2ibCIU2 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #078efb !important;
}
.cid-uAZ2ibCIU2 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-size: 18px;
  opacity: .6;
}
.cid-uAZ2ibCIU2 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uAZ2ibCIU2 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.6em;
  margin-bottom: 16px;
}
.cid-uAZ2ibCIU2 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uAZ2ibCIU2 .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uAZ2ibCIU2 .mbr-section-title {
  color: #ffffff;
}
.cid-uAZ2ibCIU2 .mbr-text,
.cid-uAZ2ibCIU2 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uAZ2ibCIU2 .mbr-section-title,
.cid-uAZ2ibCIU2 .mbr-section-btn {
  text-align: center;
}
.cid-uAZ1DVjTRd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAZ1DVjTRd .col-title {
    margin-bottom: 20px;
  }
}
.cid-uAZ1DVjTRd .mbr-section-title {
  color: #000000;
}
.cid-uAZ1DVjTRd .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-uAZ1DVjTRd .mbr-text {
  color: #000000;
}
.cid-uAZ1DVjTRd .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uAZ1DVjTRd p {
  line-height: 1.2;
}
.cid-uAZ1DVjTRd .mbr-text1 {
  color: #246f55;
}
.cid-uAZ1DVjTRd .mbr-text2 {
  color: #246f55;
}
.cid-uAZ1DVjTRd .mbr-text3 {
  color: #000000;
}
.cid-uAZ1BUzhUs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #144031;
}
.cid-uAZ1BUzhUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ1BUzhUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZ1BUzhUs .copyright {
  color: #ffffff;
}
.cid-uAZ1BUzhUs .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAZ1BUzhUs .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAZ1BUzhUs .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAZ1BUzhUs .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAZ1BUzhUs .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAZ1BUzhUs .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAZ1BUzhUs .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZ1BUzhUs .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAZ1BUzhUs .row-links-soc,
.cid-uAZ1BUzhUs .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAZ1BUzhUs .copyright,
.cid-uAZ1BUzhUs .line {
  color: #ffffff;
}
.cid-uAZ3Z9ZTaQ {
  background-color: transparent;
}
.cid-uAZ3Z9ZTaQ .navbar-dropdown {
  background-color: #252525 !important;
  padding: 0;
}
.cid-uAZ3Z9ZTaQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #252525 !important;
  background: #252525;
}
.cid-uAZ3Z9ZTaQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAZ3Z9ZTaQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAZ3Z9ZTaQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAZ3Z9ZTaQ .menu_box .navbar.opened,
  .cid-uAZ3Z9ZTaQ .menu_box .navbar-collapse {
    background-color: #252525 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAZ3Z9ZTaQ .navbar-dropdown {
  position: relative !important;
}
.cid-uAZ3Z9ZTaQ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uAZ3Z9ZTaQ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAZ3Z9ZTaQ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAZ3Z9ZTaQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAZ3Z9ZTaQ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAZ3Z9ZTaQ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uAZ3Z9ZTaQ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAZ3Z9ZTaQ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAZ3Z9ZTaQ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAZ3Z9ZTaQ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAZ3Z9ZTaQ .offcanvas-body .mbr-text,
  .cid-uAZ3Z9ZTaQ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAZ3Z9ZTaQ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAZ3Z9ZTaQ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAZ3Z9ZTaQ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uAZ3Z9ZTaQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAZ3Z9ZTaQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAZ3Z9ZTaQ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAZ3Z9ZTaQ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAZ3Z9ZTaQ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAZ3Z9ZTaQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZ3Z9ZTaQ .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-uAZ3Z9ZTaQ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAZ3Z9ZTaQ 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-uAZ3Z9ZTaQ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAZ3Z9ZTaQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uAZ3Z9ZTaQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAZ3Z9ZTaQ .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uAZ3Z9ZTaQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uAZ3Z9ZTaQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uAZ3Z9ZTaQ .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-uAZ3Z9ZTaQ .nav-item .nav-link:hover,
.cid-uAZ3Z9ZTaQ .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uAZ3Z9ZTaQ .nav-item .nav-link:hover:before,
.cid-uAZ3Z9ZTaQ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uAZ3Z9ZTaQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAZ3Z9ZTaQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAZ3Z9ZTaQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAZ3Z9ZTaQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZ3Z9ZTaQ .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-uAZ3Z9ZTaQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAZ3Z9ZTaQ .offcanvas_box {
    display: none;
  }
}
.cid-uAZ3Z9ZTaQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAZ3Z9ZTaQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAZ3Z9ZTaQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAZ3Z9ZTaQ .container {
  display: flex;
  margin: auto;
}
.cid-uAZ3Z9ZTaQ .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-uAZ3Z9ZTaQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAZ3Z9ZTaQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAZ3Z9ZTaQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAZ3Z9ZTaQ .navbar-nav {
    margin: 0;
  }
}
.cid-uAZ3Z9ZTaQ .dropdown-menu,
.cid-uAZ3Z9ZTaQ .navbar.opened {
  background-color: false !important;
}
.cid-uAZ3Z9ZTaQ .nav-item:focus,
.cid-uAZ3Z9ZTaQ .nav-link:focus {
  outline: none;
}
.cid-uAZ3Z9ZTaQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAZ3Z9ZTaQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAZ3Z9ZTaQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAZ3Z9ZTaQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAZ3Z9ZTaQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAZ3Z9ZTaQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAZ3Z9ZTaQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAZ3Z9ZTaQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAZ3Z9ZTaQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uAZ3Z9ZTaQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAZ3Z9ZTaQ .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAZ3Z9ZTaQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAZ3Z9ZTaQ .navbar.collapsed {
  justify-content: center;
}
.cid-uAZ3Z9ZTaQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAZ3Z9ZTaQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAZ3Z9ZTaQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAZ3Z9ZTaQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAZ3Z9ZTaQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAZ3Z9ZTaQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAZ3Z9ZTaQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAZ3Z9ZTaQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAZ3Z9ZTaQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAZ3Z9ZTaQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAZ3Z9ZTaQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAZ3Z9ZTaQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAZ3Z9ZTaQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAZ3Z9ZTaQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAZ3Z9ZTaQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAZ3Z9ZTaQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAZ3Z9ZTaQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAZ3Z9ZTaQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAZ3Z9ZTaQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAZ3Z9ZTaQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAZ3Z9ZTaQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAZ3Z9ZTaQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAZ3Z9ZTaQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAZ3Z9ZTaQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAZ3Z9ZTaQ .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-uAZ3Z9ZTaQ .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uAZ3Z9ZTaQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uAZ3Z9ZTaQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAZ3Z9ZTaQ .dropdown-item.active,
.cid-uAZ3Z9ZTaQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uAZ3Z9ZTaQ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uAZ3Z9ZTaQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAZ3Z9ZTaQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAZ3Z9ZTaQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAZ3Z9ZTaQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAZ3Z9ZTaQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAZ3Z9ZTaQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #252525;
  background: #c7fcb5;
}
.cid-uAZ3Z9ZTaQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uAZ3Z9ZTaQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAZ3Z9ZTaQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZ3Z9ZTaQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZ3Z9ZTaQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAZ3Z9ZTaQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZ3Z9ZTaQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAZ3Z9ZTaQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAZ3Z9ZTaQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZ3Z9ZTaQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAZ3Z9ZTaQ .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-uAZ3Z9ZTaQ .navbar {
    height: 70px;
  }
  .cid-uAZ3Z9ZTaQ .navbar.opened {
    height: auto;
  }
  .cid-uAZ3Z9ZTaQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAZ3Z9ZTaQ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uAZ3Z9ZTaQ .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uAZ3Z9ZTaQ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAZ3Z9ZTaQ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAZ3Z9ZTaQ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uAZ3Z9ZTaQ .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-uAZ3Z9ZTaQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAZ3Z9ZTaQ .text_widget {
  margin-bottom: 32px;
}
.cid-uAZ3Z9ZTaQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAZ3Z9ZTaQ .text_widget a:hover,
.cid-uAZ3Z9ZTaQ .text_widget a:focus {
  opacity: .8;
}
.cid-uAZ3Z9ZTaQ .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-uAZ3Z9ZTaQ .contacts-wrapper {
    display: none;
  }
}
.cid-uAZ3Z9ZTaQ .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uAZ3Z9ZTaQ .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uAZ3Z9ZTaQ .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-uAZ3Z9ZTaQ .contacts-wrapper a .mbr-contact:hover:before,
.cid-uAZ3Z9ZTaQ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uAZ3Z9ZTaQ .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uAZ3Z9ZTaQ .navbar-caption {
  color: #c7fcb5;
}
.cid-uAZ3Z9ZTaQ .mbr-contact {
  color: #ffffff;
}
.cid-uAZ3Z9ZTaQ .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uAZ3Z9ZTaQ .mbr-section-subtitle,
.cid-uAZ3Z9ZTaQ .text_widget,
.cid-uAZ3Z9ZTaQ .mbr-section-btn {
  text-align: center;
}
.cid-uAZ3Z9ZTaQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAZ4h06BDq {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
}
.cid-uAZ4h06BDq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ4h06BDq .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-uAZ4h06BDq .container {
    padding: 0 22px;
  }
}
.cid-uAZ4h06BDq .row {
  justify-content: center;
}
.cid-uAZ4h06BDq .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uAZ4h06BDq .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAZ4h06BDq .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #000000;
}
.cid-uAZ4h06BDq .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAZ4h06BDq .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uAZ4h06BDq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAZ4h06BDq .mbr-section-title {
  color: #ffffff;
}
.cid-uAZ4h06BDq .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAZ4h06BDq .mbr-section-title,
.cid-uAZ4h06BDq .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uAZ3Zawe0D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAZ3Zawe0D .col-title {
    margin-bottom: 20px;
  }
}
.cid-uAZ3Zawe0D .mbr-section-title {
  color: #000000;
}
.cid-uAZ3Zawe0D .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-uAZ3Zawe0D .mbr-text {
  color: #000000;
}
.cid-uAZ3Zawe0D .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uAZ3Zawe0D p {
  line-height: 1.2;
}
.cid-uAZ3Zawe0D .mbr-text1 {
  color: #246f55;
}
.cid-uAZ3Zawe0D .mbr-text2 {
  color: #246f55;
}
.cid-uAZ3Zawe0D .mbr-text3 {
  color: #000000;
}
.cid-uAZ3ZaJKAU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #144031;
}
.cid-uAZ3ZaJKAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ3ZaJKAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZ3ZaJKAU .copyright {
  color: #ffffff;
}
.cid-uAZ3ZaJKAU .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAZ3ZaJKAU .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAZ3ZaJKAU .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAZ3ZaJKAU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAZ3ZaJKAU .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAZ3ZaJKAU .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAZ3ZaJKAU .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZ3ZaJKAU .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAZ3ZaJKAU .row-links-soc,
.cid-uAZ3ZaJKAU .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAZ3ZaJKAU .copyright,
.cid-uAZ3ZaJKAU .line {
  color: #ffffff;
}
.cid-uAZ3Xq5CQ9 {
  background-color: transparent;
}
.cid-uAZ3Xq5CQ9 .navbar-dropdown {
  background-color: #252525 !important;
  padding: 0;
}
.cid-uAZ3Xq5CQ9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #252525 !important;
  background: #252525;
}
.cid-uAZ3Xq5CQ9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAZ3Xq5CQ9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAZ3Xq5CQ9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAZ3Xq5CQ9 .menu_box .navbar.opened,
  .cid-uAZ3Xq5CQ9 .menu_box .navbar-collapse {
    background-color: #252525 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAZ3Xq5CQ9 .navbar-dropdown {
  position: relative !important;
}
.cid-uAZ3Xq5CQ9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uAZ3Xq5CQ9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAZ3Xq5CQ9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAZ3Xq5CQ9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAZ3Xq5CQ9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAZ3Xq5CQ9 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uAZ3Xq5CQ9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAZ3Xq5CQ9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAZ3Xq5CQ9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAZ3Xq5CQ9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAZ3Xq5CQ9 .offcanvas-body .mbr-text,
  .cid-uAZ3Xq5CQ9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAZ3Xq5CQ9 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAZ3Xq5CQ9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAZ3Xq5CQ9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uAZ3Xq5CQ9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAZ3Xq5CQ9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAZ3Xq5CQ9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAZ3Xq5CQ9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAZ3Xq5CQ9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAZ3Xq5CQ9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZ3Xq5CQ9 .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-uAZ3Xq5CQ9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAZ3Xq5CQ9 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-uAZ3Xq5CQ9 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAZ3Xq5CQ9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uAZ3Xq5CQ9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAZ3Xq5CQ9 .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uAZ3Xq5CQ9 .nav-item {
    margin: 0 !important;
  }
}
.cid-uAZ3Xq5CQ9 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uAZ3Xq5CQ9 .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-uAZ3Xq5CQ9 .nav-item .nav-link:hover,
.cid-uAZ3Xq5CQ9 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uAZ3Xq5CQ9 .nav-item .nav-link:hover:before,
.cid-uAZ3Xq5CQ9 .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uAZ3Xq5CQ9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAZ3Xq5CQ9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAZ3Xq5CQ9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAZ3Xq5CQ9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZ3Xq5CQ9 .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-uAZ3Xq5CQ9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAZ3Xq5CQ9 .offcanvas_box {
    display: none;
  }
}
.cid-uAZ3Xq5CQ9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAZ3Xq5CQ9 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAZ3Xq5CQ9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAZ3Xq5CQ9 .container {
  display: flex;
  margin: auto;
}
.cid-uAZ3Xq5CQ9 .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-uAZ3Xq5CQ9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAZ3Xq5CQ9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAZ3Xq5CQ9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAZ3Xq5CQ9 .navbar-nav {
    margin: 0;
  }
}
.cid-uAZ3Xq5CQ9 .dropdown-menu,
.cid-uAZ3Xq5CQ9 .navbar.opened {
  background-color: false !important;
}
.cid-uAZ3Xq5CQ9 .nav-item:focus,
.cid-uAZ3Xq5CQ9 .nav-link:focus {
  outline: none;
}
.cid-uAZ3Xq5CQ9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAZ3Xq5CQ9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAZ3Xq5CQ9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAZ3Xq5CQ9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAZ3Xq5CQ9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAZ3Xq5CQ9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAZ3Xq5CQ9 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAZ3Xq5CQ9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAZ3Xq5CQ9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uAZ3Xq5CQ9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAZ3Xq5CQ9 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAZ3Xq5CQ9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAZ3Xq5CQ9 .navbar.collapsed {
  justify-content: center;
}
.cid-uAZ3Xq5CQ9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAZ3Xq5CQ9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAZ3Xq5CQ9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAZ3Xq5CQ9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAZ3Xq5CQ9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAZ3Xq5CQ9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAZ3Xq5CQ9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAZ3Xq5CQ9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAZ3Xq5CQ9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAZ3Xq5CQ9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAZ3Xq5CQ9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAZ3Xq5CQ9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAZ3Xq5CQ9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAZ3Xq5CQ9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAZ3Xq5CQ9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAZ3Xq5CQ9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAZ3Xq5CQ9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAZ3Xq5CQ9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAZ3Xq5CQ9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAZ3Xq5CQ9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAZ3Xq5CQ9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAZ3Xq5CQ9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAZ3Xq5CQ9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAZ3Xq5CQ9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAZ3Xq5CQ9 .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-uAZ3Xq5CQ9 .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uAZ3Xq5CQ9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uAZ3Xq5CQ9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAZ3Xq5CQ9 .dropdown-item.active,
.cid-uAZ3Xq5CQ9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAZ3Xq5CQ9 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uAZ3Xq5CQ9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAZ3Xq5CQ9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAZ3Xq5CQ9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAZ3Xq5CQ9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAZ3Xq5CQ9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAZ3Xq5CQ9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #252525;
  background: #c7fcb5;
}
.cid-uAZ3Xq5CQ9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uAZ3Xq5CQ9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAZ3Xq5CQ9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZ3Xq5CQ9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZ3Xq5CQ9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAZ3Xq5CQ9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZ3Xq5CQ9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAZ3Xq5CQ9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAZ3Xq5CQ9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZ3Xq5CQ9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAZ3Xq5CQ9 .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-uAZ3Xq5CQ9 .navbar {
    height: 70px;
  }
  .cid-uAZ3Xq5CQ9 .navbar.opened {
    height: auto;
  }
  .cid-uAZ3Xq5CQ9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAZ3Xq5CQ9 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uAZ3Xq5CQ9 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uAZ3Xq5CQ9 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAZ3Xq5CQ9 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAZ3Xq5CQ9 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uAZ3Xq5CQ9 .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-uAZ3Xq5CQ9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAZ3Xq5CQ9 .text_widget {
  margin-bottom: 32px;
}
.cid-uAZ3Xq5CQ9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAZ3Xq5CQ9 .text_widget a:hover,
.cid-uAZ3Xq5CQ9 .text_widget a:focus {
  opacity: .8;
}
.cid-uAZ3Xq5CQ9 .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-uAZ3Xq5CQ9 .contacts-wrapper {
    display: none;
  }
}
.cid-uAZ3Xq5CQ9 .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uAZ3Xq5CQ9 .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uAZ3Xq5CQ9 .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-uAZ3Xq5CQ9 .contacts-wrapper a .mbr-contact:hover:before,
.cid-uAZ3Xq5CQ9 .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uAZ3Xq5CQ9 .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uAZ3Xq5CQ9 .navbar-caption {
  color: #c7fcb5;
}
.cid-uAZ3Xq5CQ9 .mbr-contact {
  color: #ffffff;
}
.cid-uAZ3Xq5CQ9 .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uAZ3Xq5CQ9 .mbr-section-subtitle,
.cid-uAZ3Xq5CQ9 .text_widget,
.cid-uAZ3Xq5CQ9 .mbr-section-btn {
  text-align: center;
}
.cid-uAZ3Xq5CQ9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAZ4fLcISQ {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uAZ4fLcISQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ4fLcISQ .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-uAZ4fLcISQ .container {
    padding: 0 30px;
  }
}
.cid-uAZ4fLcISQ .card {
  justify-content: center;
}
.cid-uAZ4fLcISQ .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uAZ4fLcISQ .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uAZ4fLcISQ .content-wrapper {
    padding: 0;
  }
}
.cid-uAZ4fLcISQ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uAZ4fLcISQ .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uAZ4fLcISQ .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uAZ4fLcISQ .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uAZ4fLcISQ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uAZ4fLcISQ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uAZ4fLcISQ .mbr-desc {
  color: #254b45;
}
.cid-uAZ4fLcISQ .mbr-section-title {
  color: #254b45;
}
.cid-uAZ4fLcISQ .mbr-text {
  color: #254b45;
}
.cid-uAZ4fLcISQ .mbr-desc,
.cid-uAZ4fLcISQ .desc-wrapper {
  color: #000000;
}
.cid-uAZ4fLcISQ .mbr-section-title,
.cid-uAZ4fLcISQ .mbr-section-btn {
  color: #000000;
}
.cid-uAZ3XqybSK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAZ3XqybSK .col-title {
    margin-bottom: 20px;
  }
}
.cid-uAZ3XqybSK .mbr-section-title {
  color: #000000;
}
.cid-uAZ3XqybSK .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-uAZ3XqybSK .mbr-text {
  color: #000000;
}
.cid-uAZ3XqybSK .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uAZ3XqybSK p {
  line-height: 1.2;
}
.cid-uAZ3XqybSK .mbr-text1 {
  color: #246f55;
}
.cid-uAZ3XqybSK .mbr-text2 {
  color: #246f55;
}
.cid-uAZ3XqybSK .mbr-text3 {
  color: #000000;
}
.cid-uAZ3XqNhsx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #144031;
}
.cid-uAZ3XqNhsx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ3XqNhsx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZ3XqNhsx .copyright {
  color: #ffffff;
}
.cid-uAZ3XqNhsx .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAZ3XqNhsx .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAZ3XqNhsx .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAZ3XqNhsx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAZ3XqNhsx .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAZ3XqNhsx .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAZ3XqNhsx .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZ3XqNhsx .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAZ3XqNhsx .row-links-soc,
.cid-uAZ3XqNhsx .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAZ3XqNhsx .copyright,
.cid-uAZ3XqNhsx .line {
  color: #ffffff;
}
.cid-uAZ3WibCl9 {
  background-color: transparent;
}
.cid-uAZ3WibCl9 .navbar-dropdown {
  background-color: #252525 !important;
  padding: 0;
}
.cid-uAZ3WibCl9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #252525 !important;
  background: #252525;
}
.cid-uAZ3WibCl9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAZ3WibCl9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAZ3WibCl9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAZ3WibCl9 .menu_box .navbar.opened,
  .cid-uAZ3WibCl9 .menu_box .navbar-collapse {
    background-color: #252525 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAZ3WibCl9 .navbar-dropdown {
  position: relative !important;
}
.cid-uAZ3WibCl9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uAZ3WibCl9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAZ3WibCl9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAZ3WibCl9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAZ3WibCl9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAZ3WibCl9 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uAZ3WibCl9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAZ3WibCl9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAZ3WibCl9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAZ3WibCl9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAZ3WibCl9 .offcanvas-body .mbr-text,
  .cid-uAZ3WibCl9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAZ3WibCl9 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAZ3WibCl9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAZ3WibCl9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uAZ3WibCl9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAZ3WibCl9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAZ3WibCl9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAZ3WibCl9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAZ3WibCl9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAZ3WibCl9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZ3WibCl9 .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-uAZ3WibCl9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAZ3WibCl9 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-uAZ3WibCl9 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAZ3WibCl9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uAZ3WibCl9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAZ3WibCl9 .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uAZ3WibCl9 .nav-item {
    margin: 0 !important;
  }
}
.cid-uAZ3WibCl9 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uAZ3WibCl9 .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-uAZ3WibCl9 .nav-item .nav-link:hover,
.cid-uAZ3WibCl9 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uAZ3WibCl9 .nav-item .nav-link:hover:before,
.cid-uAZ3WibCl9 .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uAZ3WibCl9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAZ3WibCl9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAZ3WibCl9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAZ3WibCl9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZ3WibCl9 .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-uAZ3WibCl9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAZ3WibCl9 .offcanvas_box {
    display: none;
  }
}
.cid-uAZ3WibCl9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAZ3WibCl9 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAZ3WibCl9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAZ3WibCl9 .container {
  display: flex;
  margin: auto;
}
.cid-uAZ3WibCl9 .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-uAZ3WibCl9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAZ3WibCl9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAZ3WibCl9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAZ3WibCl9 .navbar-nav {
    margin: 0;
  }
}
.cid-uAZ3WibCl9 .dropdown-menu,
.cid-uAZ3WibCl9 .navbar.opened {
  background-color: false !important;
}
.cid-uAZ3WibCl9 .nav-item:focus,
.cid-uAZ3WibCl9 .nav-link:focus {
  outline: none;
}
.cid-uAZ3WibCl9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAZ3WibCl9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAZ3WibCl9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAZ3WibCl9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAZ3WibCl9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAZ3WibCl9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAZ3WibCl9 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAZ3WibCl9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAZ3WibCl9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uAZ3WibCl9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAZ3WibCl9 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAZ3WibCl9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAZ3WibCl9 .navbar.collapsed {
  justify-content: center;
}
.cid-uAZ3WibCl9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAZ3WibCl9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAZ3WibCl9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAZ3WibCl9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAZ3WibCl9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAZ3WibCl9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAZ3WibCl9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAZ3WibCl9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAZ3WibCl9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAZ3WibCl9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAZ3WibCl9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAZ3WibCl9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAZ3WibCl9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAZ3WibCl9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAZ3WibCl9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAZ3WibCl9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAZ3WibCl9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAZ3WibCl9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAZ3WibCl9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAZ3WibCl9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAZ3WibCl9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAZ3WibCl9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAZ3WibCl9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAZ3WibCl9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAZ3WibCl9 .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-uAZ3WibCl9 .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uAZ3WibCl9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uAZ3WibCl9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAZ3WibCl9 .dropdown-item.active,
.cid-uAZ3WibCl9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAZ3WibCl9 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uAZ3WibCl9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAZ3WibCl9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAZ3WibCl9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAZ3WibCl9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAZ3WibCl9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAZ3WibCl9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #252525;
  background: #c7fcb5;
}
.cid-uAZ3WibCl9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uAZ3WibCl9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAZ3WibCl9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZ3WibCl9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZ3WibCl9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAZ3WibCl9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZ3WibCl9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAZ3WibCl9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAZ3WibCl9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZ3WibCl9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAZ3WibCl9 .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-uAZ3WibCl9 .navbar {
    height: 70px;
  }
  .cid-uAZ3WibCl9 .navbar.opened {
    height: auto;
  }
  .cid-uAZ3WibCl9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAZ3WibCl9 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uAZ3WibCl9 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uAZ3WibCl9 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAZ3WibCl9 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAZ3WibCl9 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uAZ3WibCl9 .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-uAZ3WibCl9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAZ3WibCl9 .text_widget {
  margin-bottom: 32px;
}
.cid-uAZ3WibCl9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAZ3WibCl9 .text_widget a:hover,
.cid-uAZ3WibCl9 .text_widget a:focus {
  opacity: .8;
}
.cid-uAZ3WibCl9 .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-uAZ3WibCl9 .contacts-wrapper {
    display: none;
  }
}
.cid-uAZ3WibCl9 .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uAZ3WibCl9 .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uAZ3WibCl9 .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-uAZ3WibCl9 .contacts-wrapper a .mbr-contact:hover:before,
.cid-uAZ3WibCl9 .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uAZ3WibCl9 .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uAZ3WibCl9 .navbar-caption {
  color: #c7fcb5;
}
.cid-uAZ3WibCl9 .mbr-contact {
  color: #ffffff;
}
.cid-uAZ3WibCl9 .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uAZ3WibCl9 .mbr-section-subtitle,
.cid-uAZ3WibCl9 .text_widget,
.cid-uAZ3WibCl9 .mbr-section-btn {
  text-align: center;
}
.cid-uAZ3WibCl9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAZ4ex6pVP {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
}
.cid-uAZ4ex6pVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ4ex6pVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZ4ex6pVP .content-wrapper {
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uAZ4ex6pVP .content-wrapper {
    padding: 0;
  }
}
.cid-uAZ4ex6pVP .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAZ4ex6pVP .content-wrapper .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAZ4ex6pVP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uAZ4ex6pVP .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAZ4ex6pVP .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAZ4ex6pVP .content-wrapper .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uAZ4ex6pVP .content-wrapper .image-wrapper {
    margin-bottom: 38px;
  }
}
.cid-uAZ4ex6pVP .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uAZ4ex6pVP .content-wrapper .image-wrapper img {
    height: 250px;
  }
}
.cid-uAZ4ex6pVP .mbr-section-title {
  color: #ffffff;
}
.cid-uAZ4ex6pVP .mbr-text,
.cid-uAZ4ex6pVP .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uAZ4ex6pVP .mbr-section-title,
.cid-uAZ4ex6pVP .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAZ3WiGq0W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAZ3WiGq0W .col-title {
    margin-bottom: 20px;
  }
}
.cid-uAZ3WiGq0W .mbr-section-title {
  color: #000000;
}
.cid-uAZ3WiGq0W .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-uAZ3WiGq0W .mbr-text {
  color: #000000;
}
.cid-uAZ3WiGq0W .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uAZ3WiGq0W p {
  line-height: 1.2;
}
.cid-uAZ3WiGq0W .mbr-text1 {
  color: #246f55;
}
.cid-uAZ3WiGq0W .mbr-text2 {
  color: #246f55;
}
.cid-uAZ3WiGq0W .mbr-text3 {
  color: #000000;
}
.cid-uAZ3WiVnvM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #144031;
}
.cid-uAZ3WiVnvM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ3WiVnvM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZ3WiVnvM .copyright {
  color: #ffffff;
}
.cid-uAZ3WiVnvM .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAZ3WiVnvM .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAZ3WiVnvM .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAZ3WiVnvM .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAZ3WiVnvM .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAZ3WiVnvM .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAZ3WiVnvM .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZ3WiVnvM .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAZ3WiVnvM .row-links-soc,
.cid-uAZ3WiVnvM .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAZ3WiVnvM .copyright,
.cid-uAZ3WiVnvM .line {
  color: #ffffff;
}
.cid-uAZ3TLeH3p {
  background-color: transparent;
}
.cid-uAZ3TLeH3p .navbar-dropdown {
  background-color: #252525 !important;
  padding: 0;
}
.cid-uAZ3TLeH3p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #252525 !important;
  background: #252525;
}
.cid-uAZ3TLeH3p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAZ3TLeH3p .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAZ3TLeH3p .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAZ3TLeH3p .menu_box .navbar.opened,
  .cid-uAZ3TLeH3p .menu_box .navbar-collapse {
    background-color: #252525 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAZ3TLeH3p .navbar-dropdown {
  position: relative !important;
}
.cid-uAZ3TLeH3p .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uAZ3TLeH3p .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAZ3TLeH3p .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAZ3TLeH3p .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAZ3TLeH3p .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAZ3TLeH3p .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uAZ3TLeH3p .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAZ3TLeH3p .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAZ3TLeH3p .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAZ3TLeH3p .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAZ3TLeH3p .offcanvas-body .mbr-text,
  .cid-uAZ3TLeH3p .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAZ3TLeH3p .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAZ3TLeH3p .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAZ3TLeH3p .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uAZ3TLeH3p .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAZ3TLeH3p .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAZ3TLeH3p .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAZ3TLeH3p .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAZ3TLeH3p ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAZ3TLeH3p .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZ3TLeH3p .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-uAZ3TLeH3p .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAZ3TLeH3p 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-uAZ3TLeH3p .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAZ3TLeH3p .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uAZ3TLeH3p .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAZ3TLeH3p .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uAZ3TLeH3p .nav-item {
    margin: 0 !important;
  }
}
.cid-uAZ3TLeH3p .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uAZ3TLeH3p .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-uAZ3TLeH3p .nav-item .nav-link:hover,
.cid-uAZ3TLeH3p .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uAZ3TLeH3p .nav-item .nav-link:hover:before,
.cid-uAZ3TLeH3p .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uAZ3TLeH3p .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAZ3TLeH3p .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAZ3TLeH3p .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAZ3TLeH3p .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZ3TLeH3p .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-uAZ3TLeH3p .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAZ3TLeH3p .offcanvas_box {
    display: none;
  }
}
.cid-uAZ3TLeH3p .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAZ3TLeH3p .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAZ3TLeH3p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAZ3TLeH3p .container {
  display: flex;
  margin: auto;
}
.cid-uAZ3TLeH3p .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-uAZ3TLeH3p .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAZ3TLeH3p .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAZ3TLeH3p .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAZ3TLeH3p .navbar-nav {
    margin: 0;
  }
}
.cid-uAZ3TLeH3p .dropdown-menu,
.cid-uAZ3TLeH3p .navbar.opened {
  background-color: false !important;
}
.cid-uAZ3TLeH3p .nav-item:focus,
.cid-uAZ3TLeH3p .nav-link:focus {
  outline: none;
}
.cid-uAZ3TLeH3p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAZ3TLeH3p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAZ3TLeH3p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAZ3TLeH3p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAZ3TLeH3p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAZ3TLeH3p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAZ3TLeH3p .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAZ3TLeH3p .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAZ3TLeH3p .navbar.opened {
  transition: all 0.3s;
}
.cid-uAZ3TLeH3p .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAZ3TLeH3p .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAZ3TLeH3p .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAZ3TLeH3p .navbar.collapsed {
  justify-content: center;
}
.cid-uAZ3TLeH3p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAZ3TLeH3p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAZ3TLeH3p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAZ3TLeH3p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAZ3TLeH3p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAZ3TLeH3p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAZ3TLeH3p .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAZ3TLeH3p .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAZ3TLeH3p .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAZ3TLeH3p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAZ3TLeH3p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAZ3TLeH3p .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAZ3TLeH3p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAZ3TLeH3p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAZ3TLeH3p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAZ3TLeH3p .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAZ3TLeH3p .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAZ3TLeH3p .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAZ3TLeH3p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAZ3TLeH3p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAZ3TLeH3p .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAZ3TLeH3p .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAZ3TLeH3p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAZ3TLeH3p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAZ3TLeH3p .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-uAZ3TLeH3p .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uAZ3TLeH3p .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uAZ3TLeH3p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAZ3TLeH3p .dropdown-item.active,
.cid-uAZ3TLeH3p .dropdown-item:active {
  background-color: transparent;
}
.cid-uAZ3TLeH3p .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uAZ3TLeH3p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAZ3TLeH3p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAZ3TLeH3p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAZ3TLeH3p ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAZ3TLeH3p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAZ3TLeH3p button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #252525;
  background: #c7fcb5;
}
.cid-uAZ3TLeH3p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uAZ3TLeH3p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAZ3TLeH3p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZ3TLeH3p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZ3TLeH3p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAZ3TLeH3p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZ3TLeH3p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAZ3TLeH3p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAZ3TLeH3p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZ3TLeH3p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAZ3TLeH3p .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-uAZ3TLeH3p .navbar {
    height: 70px;
  }
  .cid-uAZ3TLeH3p .navbar.opened {
    height: auto;
  }
  .cid-uAZ3TLeH3p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAZ3TLeH3p .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uAZ3TLeH3p .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uAZ3TLeH3p .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAZ3TLeH3p .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAZ3TLeH3p .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uAZ3TLeH3p .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-uAZ3TLeH3p .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAZ3TLeH3p .text_widget {
  margin-bottom: 32px;
}
.cid-uAZ3TLeH3p .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAZ3TLeH3p .text_widget a:hover,
.cid-uAZ3TLeH3p .text_widget a:focus {
  opacity: .8;
}
.cid-uAZ3TLeH3p .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-uAZ3TLeH3p .contacts-wrapper {
    display: none;
  }
}
.cid-uAZ3TLeH3p .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uAZ3TLeH3p .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uAZ3TLeH3p .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-uAZ3TLeH3p .contacts-wrapper a .mbr-contact:hover:before,
.cid-uAZ3TLeH3p .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uAZ3TLeH3p .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uAZ3TLeH3p .navbar-caption {
  color: #c7fcb5;
}
.cid-uAZ3TLeH3p .mbr-contact {
  color: #ffffff;
}
.cid-uAZ3TLeH3p .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uAZ3TLeH3p .mbr-section-subtitle,
.cid-uAZ3TLeH3p .text_widget,
.cid-uAZ3TLeH3p .mbr-section-btn {
  text-align: center;
}
.cid-uAZ3TLeH3p a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAZ4cHGAw9 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uAZ4cHGAw9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ4cHGAw9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZ4cHGAw9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAZ4cHGAw9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAZ4cHGAw9 .container {
    padding: 0 24px;
  }
}
.cid-uAZ4cHGAw9 .row {
  justify-content: center;
}
.cid-uAZ4cHGAw9 .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uAZ4cHGAw9 .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uAZ4cHGAw9 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #eff1f2;
  border-radius: .75rem;
}
.cid-uAZ4cHGAw9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAZ4cHGAw9 .mbr-section-title {
  color: #141414;
}
.cid-uAZ4cHGAw9 .mbr-text {
  color: #141414;
}
.cid-uAZ3TQkMnS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAZ3TQkMnS .col-title {
    margin-bottom: 20px;
  }
}
.cid-uAZ3TQkMnS .mbr-section-title {
  color: #000000;
}
.cid-uAZ3TQkMnS .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-uAZ3TQkMnS .mbr-text {
  color: #000000;
}
.cid-uAZ3TQkMnS .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uAZ3TQkMnS p {
  line-height: 1.2;
}
.cid-uAZ3TQkMnS .mbr-text1 {
  color: #246f55;
}
.cid-uAZ3TQkMnS .mbr-text2 {
  color: #246f55;
}
.cid-uAZ3TQkMnS .mbr-text3 {
  color: #000000;
}
.cid-uAZ3TQJzxW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #144031;
}
.cid-uAZ3TQJzxW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ3TQJzxW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZ3TQJzxW .copyright {
  color: #ffffff;
}
.cid-uAZ3TQJzxW .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAZ3TQJzxW .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAZ3TQJzxW .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAZ3TQJzxW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAZ3TQJzxW .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAZ3TQJzxW .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAZ3TQJzxW .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZ3TQJzxW .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAZ3TQJzxW .row-links-soc,
.cid-uAZ3TQJzxW .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAZ3TQJzxW .copyright,
.cid-uAZ3TQJzxW .line {
  color: #ffffff;
}
.cid-uAZ3Tl8r1I {
  background-color: transparent;
}
.cid-uAZ3Tl8r1I .navbar-dropdown {
  background-color: #252525 !important;
  padding: 0;
}
.cid-uAZ3Tl8r1I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #252525 !important;
  background: #252525;
}
.cid-uAZ3Tl8r1I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAZ3Tl8r1I .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAZ3Tl8r1I .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAZ3Tl8r1I .menu_box .navbar.opened,
  .cid-uAZ3Tl8r1I .menu_box .navbar-collapse {
    background-color: #252525 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAZ3Tl8r1I .navbar-dropdown {
  position: relative !important;
}
.cid-uAZ3Tl8r1I .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uAZ3Tl8r1I .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAZ3Tl8r1I .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAZ3Tl8r1I .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAZ3Tl8r1I .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAZ3Tl8r1I .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uAZ3Tl8r1I .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAZ3Tl8r1I .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAZ3Tl8r1I .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAZ3Tl8r1I .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAZ3Tl8r1I .offcanvas-body .mbr-text,
  .cid-uAZ3Tl8r1I .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAZ3Tl8r1I .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAZ3Tl8r1I .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAZ3Tl8r1I .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uAZ3Tl8r1I .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAZ3Tl8r1I .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAZ3Tl8r1I .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAZ3Tl8r1I .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAZ3Tl8r1I ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAZ3Tl8r1I .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZ3Tl8r1I .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-uAZ3Tl8r1I .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAZ3Tl8r1I 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-uAZ3Tl8r1I .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAZ3Tl8r1I .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uAZ3Tl8r1I .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAZ3Tl8r1I .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uAZ3Tl8r1I .nav-item {
    margin: 0 !important;
  }
}
.cid-uAZ3Tl8r1I .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uAZ3Tl8r1I .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-uAZ3Tl8r1I .nav-item .nav-link:hover,
.cid-uAZ3Tl8r1I .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uAZ3Tl8r1I .nav-item .nav-link:hover:before,
.cid-uAZ3Tl8r1I .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uAZ3Tl8r1I .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAZ3Tl8r1I .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAZ3Tl8r1I .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAZ3Tl8r1I .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZ3Tl8r1I .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-uAZ3Tl8r1I .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAZ3Tl8r1I .offcanvas_box {
    display: none;
  }
}
.cid-uAZ3Tl8r1I .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAZ3Tl8r1I .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAZ3Tl8r1I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAZ3Tl8r1I .container {
  display: flex;
  margin: auto;
}
.cid-uAZ3Tl8r1I .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-uAZ3Tl8r1I .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAZ3Tl8r1I .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAZ3Tl8r1I .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAZ3Tl8r1I .navbar-nav {
    margin: 0;
  }
}
.cid-uAZ3Tl8r1I .dropdown-menu,
.cid-uAZ3Tl8r1I .navbar.opened {
  background-color: false !important;
}
.cid-uAZ3Tl8r1I .nav-item:focus,
.cid-uAZ3Tl8r1I .nav-link:focus {
  outline: none;
}
.cid-uAZ3Tl8r1I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAZ3Tl8r1I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAZ3Tl8r1I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAZ3Tl8r1I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAZ3Tl8r1I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAZ3Tl8r1I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAZ3Tl8r1I .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAZ3Tl8r1I .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAZ3Tl8r1I .navbar.opened {
  transition: all 0.3s;
}
.cid-uAZ3Tl8r1I .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAZ3Tl8r1I .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAZ3Tl8r1I .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAZ3Tl8r1I .navbar.collapsed {
  justify-content: center;
}
.cid-uAZ3Tl8r1I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAZ3Tl8r1I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAZ3Tl8r1I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAZ3Tl8r1I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAZ3Tl8r1I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAZ3Tl8r1I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAZ3Tl8r1I .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAZ3Tl8r1I .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAZ3Tl8r1I .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAZ3Tl8r1I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAZ3Tl8r1I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAZ3Tl8r1I .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAZ3Tl8r1I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAZ3Tl8r1I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAZ3Tl8r1I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAZ3Tl8r1I .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAZ3Tl8r1I .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAZ3Tl8r1I .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAZ3Tl8r1I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAZ3Tl8r1I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAZ3Tl8r1I .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAZ3Tl8r1I .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAZ3Tl8r1I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAZ3Tl8r1I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAZ3Tl8r1I .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-uAZ3Tl8r1I .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uAZ3Tl8r1I .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uAZ3Tl8r1I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAZ3Tl8r1I .dropdown-item.active,
.cid-uAZ3Tl8r1I .dropdown-item:active {
  background-color: transparent;
}
.cid-uAZ3Tl8r1I .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uAZ3Tl8r1I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAZ3Tl8r1I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAZ3Tl8r1I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAZ3Tl8r1I ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAZ3Tl8r1I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAZ3Tl8r1I button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #252525;
  background: #c7fcb5;
}
.cid-uAZ3Tl8r1I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uAZ3Tl8r1I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAZ3Tl8r1I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZ3Tl8r1I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZ3Tl8r1I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAZ3Tl8r1I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZ3Tl8r1I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAZ3Tl8r1I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAZ3Tl8r1I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZ3Tl8r1I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAZ3Tl8r1I .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-uAZ3Tl8r1I .navbar {
    height: 70px;
  }
  .cid-uAZ3Tl8r1I .navbar.opened {
    height: auto;
  }
  .cid-uAZ3Tl8r1I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAZ3Tl8r1I .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uAZ3Tl8r1I .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uAZ3Tl8r1I .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAZ3Tl8r1I .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAZ3Tl8r1I .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uAZ3Tl8r1I .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-uAZ3Tl8r1I .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAZ3Tl8r1I .text_widget {
  margin-bottom: 32px;
}
.cid-uAZ3Tl8r1I .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAZ3Tl8r1I .text_widget a:hover,
.cid-uAZ3Tl8r1I .text_widget a:focus {
  opacity: .8;
}
.cid-uAZ3Tl8r1I .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-uAZ3Tl8r1I .contacts-wrapper {
    display: none;
  }
}
.cid-uAZ3Tl8r1I .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uAZ3Tl8r1I .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uAZ3Tl8r1I .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-uAZ3Tl8r1I .contacts-wrapper a .mbr-contact:hover:before,
.cid-uAZ3Tl8r1I .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uAZ3Tl8r1I .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uAZ3Tl8r1I .navbar-caption {
  color: #c7fcb5;
}
.cid-uAZ3Tl8r1I .mbr-contact {
  color: #ffffff;
}
.cid-uAZ3Tl8r1I .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uAZ3Tl8r1I .mbr-section-subtitle,
.cid-uAZ3Tl8r1I .text_widget,
.cid-uAZ3Tl8r1I .mbr-section-btn {
  text-align: center;
}
.cid-uAZ3Tl8r1I a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAZ3TplJxr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZ3TplJxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ3TplJxr .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-uAZ3TplJxr .container {
    padding: 0 30px;
  }
}
.cid-uAZ3TplJxr .row {
  justify-content: center;
}
.cid-uAZ3TplJxr .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAZ3TplJxr .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAZ3TplJxr .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #22654e;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uAZ3TplJxr .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uAZ3TplJxr .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uAZ3TplJxr .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uAZ3TplJxr .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uAZ3TplJxr .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #c7fcb5;
  background-color: #22654e;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uAZ3TplJxr .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uAZ3TplJxr .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uAZ3TplJxr .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uAZ3TplJxr .mbr-section-title {
  color: #22654E;
}
.cid-uAZ3TplJxr .panel-title-edit {
  color: #22654E;
}
.cid-uAZ3TplJxr .panel-text {
  color: #144031;
}
.cid-uAZ3Tqif9Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAZ3Tqif9Q .col-title {
    margin-bottom: 20px;
  }
}
.cid-uAZ3Tqif9Q .mbr-section-title {
  color: #000000;
}
.cid-uAZ3Tqif9Q .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-uAZ3Tqif9Q .mbr-text {
  color: #000000;
}
.cid-uAZ3Tqif9Q .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uAZ3Tqif9Q p {
  line-height: 1.2;
}
.cid-uAZ3Tqif9Q .mbr-text1 {
  color: #246f55;
}
.cid-uAZ3Tqif9Q .mbr-text2 {
  color: #246f55;
}
.cid-uAZ3Tqif9Q .mbr-text3 {
  color: #000000;
}
.cid-uAZ3TqKQhv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #144031;
}
.cid-uAZ3TqKQhv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ3TqKQhv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZ3TqKQhv .copyright {
  color: #ffffff;
}
.cid-uAZ3TqKQhv .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAZ3TqKQhv .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAZ3TqKQhv .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAZ3TqKQhv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAZ3TqKQhv .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAZ3TqKQhv .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAZ3TqKQhv .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZ3TqKQhv .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAZ3TqKQhv .row-links-soc,
.cid-uAZ3TqKQhv .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAZ3TqKQhv .copyright,
.cid-uAZ3TqKQhv .line {
  color: #ffffff;
}
.cid-uAZ3SIP2uG {
  background-color: transparent;
}
.cid-uAZ3SIP2uG .navbar-dropdown {
  background-color: #252525 !important;
  padding: 0;
}
.cid-uAZ3SIP2uG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #252525 !important;
  background: #252525;
}
.cid-uAZ3SIP2uG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAZ3SIP2uG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAZ3SIP2uG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAZ3SIP2uG .menu_box .navbar.opened,
  .cid-uAZ3SIP2uG .menu_box .navbar-collapse {
    background-color: #252525 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAZ3SIP2uG .navbar-dropdown {
  position: relative !important;
}
.cid-uAZ3SIP2uG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uAZ3SIP2uG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAZ3SIP2uG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAZ3SIP2uG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAZ3SIP2uG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAZ3SIP2uG .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uAZ3SIP2uG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAZ3SIP2uG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAZ3SIP2uG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAZ3SIP2uG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAZ3SIP2uG .offcanvas-body .mbr-text,
  .cid-uAZ3SIP2uG .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAZ3SIP2uG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAZ3SIP2uG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAZ3SIP2uG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uAZ3SIP2uG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAZ3SIP2uG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAZ3SIP2uG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAZ3SIP2uG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAZ3SIP2uG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAZ3SIP2uG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZ3SIP2uG .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-uAZ3SIP2uG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAZ3SIP2uG 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-uAZ3SIP2uG .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAZ3SIP2uG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uAZ3SIP2uG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAZ3SIP2uG .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uAZ3SIP2uG .nav-item {
    margin: 0 !important;
  }
}
.cid-uAZ3SIP2uG .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uAZ3SIP2uG .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-uAZ3SIP2uG .nav-item .nav-link:hover,
.cid-uAZ3SIP2uG .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uAZ3SIP2uG .nav-item .nav-link:hover:before,
.cid-uAZ3SIP2uG .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uAZ3SIP2uG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAZ3SIP2uG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAZ3SIP2uG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAZ3SIP2uG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZ3SIP2uG .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-uAZ3SIP2uG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAZ3SIP2uG .offcanvas_box {
    display: none;
  }
}
.cid-uAZ3SIP2uG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAZ3SIP2uG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAZ3SIP2uG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAZ3SIP2uG .container {
  display: flex;
  margin: auto;
}
.cid-uAZ3SIP2uG .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-uAZ3SIP2uG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAZ3SIP2uG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAZ3SIP2uG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAZ3SIP2uG .navbar-nav {
    margin: 0;
  }
}
.cid-uAZ3SIP2uG .dropdown-menu,
.cid-uAZ3SIP2uG .navbar.opened {
  background-color: false !important;
}
.cid-uAZ3SIP2uG .nav-item:focus,
.cid-uAZ3SIP2uG .nav-link:focus {
  outline: none;
}
.cid-uAZ3SIP2uG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAZ3SIP2uG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAZ3SIP2uG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAZ3SIP2uG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAZ3SIP2uG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAZ3SIP2uG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAZ3SIP2uG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAZ3SIP2uG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAZ3SIP2uG .navbar.opened {
  transition: all 0.3s;
}
.cid-uAZ3SIP2uG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAZ3SIP2uG .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAZ3SIP2uG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAZ3SIP2uG .navbar.collapsed {
  justify-content: center;
}
.cid-uAZ3SIP2uG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAZ3SIP2uG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAZ3SIP2uG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAZ3SIP2uG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAZ3SIP2uG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAZ3SIP2uG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAZ3SIP2uG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAZ3SIP2uG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAZ3SIP2uG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAZ3SIP2uG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAZ3SIP2uG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAZ3SIP2uG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAZ3SIP2uG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAZ3SIP2uG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAZ3SIP2uG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAZ3SIP2uG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAZ3SIP2uG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAZ3SIP2uG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAZ3SIP2uG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAZ3SIP2uG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAZ3SIP2uG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAZ3SIP2uG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAZ3SIP2uG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAZ3SIP2uG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAZ3SIP2uG .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-uAZ3SIP2uG .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uAZ3SIP2uG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uAZ3SIP2uG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAZ3SIP2uG .dropdown-item.active,
.cid-uAZ3SIP2uG .dropdown-item:active {
  background-color: transparent;
}
.cid-uAZ3SIP2uG .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uAZ3SIP2uG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAZ3SIP2uG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAZ3SIP2uG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAZ3SIP2uG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAZ3SIP2uG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAZ3SIP2uG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #252525;
  background: #c7fcb5;
}
.cid-uAZ3SIP2uG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uAZ3SIP2uG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAZ3SIP2uG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZ3SIP2uG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZ3SIP2uG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAZ3SIP2uG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZ3SIP2uG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAZ3SIP2uG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAZ3SIP2uG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZ3SIP2uG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAZ3SIP2uG .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-uAZ3SIP2uG .navbar {
    height: 70px;
  }
  .cid-uAZ3SIP2uG .navbar.opened {
    height: auto;
  }
  .cid-uAZ3SIP2uG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAZ3SIP2uG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uAZ3SIP2uG .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uAZ3SIP2uG .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAZ3SIP2uG .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAZ3SIP2uG .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uAZ3SIP2uG .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-uAZ3SIP2uG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAZ3SIP2uG .text_widget {
  margin-bottom: 32px;
}
.cid-uAZ3SIP2uG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAZ3SIP2uG .text_widget a:hover,
.cid-uAZ3SIP2uG .text_widget a:focus {
  opacity: .8;
}
.cid-uAZ3SIP2uG .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-uAZ3SIP2uG .contacts-wrapper {
    display: none;
  }
}
.cid-uAZ3SIP2uG .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uAZ3SIP2uG .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uAZ3SIP2uG .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-uAZ3SIP2uG .contacts-wrapper a .mbr-contact:hover:before,
.cid-uAZ3SIP2uG .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uAZ3SIP2uG .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uAZ3SIP2uG .navbar-caption {
  color: #c7fcb5;
}
.cid-uAZ3SIP2uG .mbr-contact {
  color: #ffffff;
}
.cid-uAZ3SIP2uG .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uAZ3SIP2uG .mbr-section-subtitle,
.cid-uAZ3SIP2uG .text_widget,
.cid-uAZ3SIP2uG .mbr-section-btn {
  text-align: center;
}
.cid-uAZ3SIP2uG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAZ3SLyi60 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZ3SLyi60 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ3SLyi60 .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-uAZ3SLyi60 .container {
    padding: 0 30px;
  }
}
.cid-uAZ3SLyi60 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uAZ3SLyi60 .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uAZ3SLyi60 .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uAZ3SLyi60 .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uAZ3SLyi60 .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uAZ3SLyi60 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uAZ3SLyi60 .items-wrapper {
    display: block;
  }
}
.cid-uAZ3SLyi60 .items-wrapper .item {
  margin: 60px 0;
  padding: 0 40px;
  border-right: 1px solid #dbf5d1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 !important;
}
.cid-uAZ3SLyi60 .items-wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uAZ3SLyi60 .items-wrapper .item {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #dbf5d1;
  }
}
.cid-uAZ3SLyi60 .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uAZ3SLyi60 .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uAZ3SLyi60 .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uAZ3SLyi60 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uAZ3SLyi60 .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 30px;
}
.cid-uAZ3SLyi60 .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uAZ3SLyi60 .items-wrapper .item .mbr-section-btn {
  margin-top: 30px;
}
.cid-uAZ3SLyi60 .item-date {
  color: #22654E;
}
.cid-uAZ3SLyi60 .item-title {
  color: #22654E;
}
.cid-uAZ3SLyi60 .item-text {
  color: #144031;
}
.cid-uAZ3SNRMY4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAZ3SNRMY4 .col-title {
    margin-bottom: 20px;
  }
}
.cid-uAZ3SNRMY4 .mbr-section-title {
  color: #000000;
}
.cid-uAZ3SNRMY4 .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-uAZ3SNRMY4 .mbr-text {
  color: #000000;
}
.cid-uAZ3SNRMY4 .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uAZ3SNRMY4 p {
  line-height: 1.2;
}
.cid-uAZ3SNRMY4 .mbr-text1 {
  color: #246f55;
}
.cid-uAZ3SNRMY4 .mbr-text2 {
  color: #246f55;
}
.cid-uAZ3SNRMY4 .mbr-text3 {
  color: #000000;
}
.cid-uAZ3SOgJhD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #144031;
}
.cid-uAZ3SOgJhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ3SOgJhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZ3SOgJhD .copyright {
  color: #ffffff;
}
.cid-uAZ3SOgJhD .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAZ3SOgJhD .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAZ3SOgJhD .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAZ3SOgJhD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAZ3SOgJhD .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAZ3SOgJhD .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAZ3SOgJhD .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZ3SOgJhD .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAZ3SOgJhD .row-links-soc,
.cid-uAZ3SOgJhD .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAZ3SOgJhD .copyright,
.cid-uAZ3SOgJhD .line {
  color: #ffffff;
}
.cid-uAZ3ReFc64 {
  background-color: transparent;
}
.cid-uAZ3ReFc64 .navbar-dropdown {
  background-color: #252525 !important;
  padding: 0;
}
.cid-uAZ3ReFc64 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #252525 !important;
  background: #252525;
}
.cid-uAZ3ReFc64 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAZ3ReFc64 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAZ3ReFc64 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAZ3ReFc64 .menu_box .navbar.opened,
  .cid-uAZ3ReFc64 .menu_box .navbar-collapse {
    background-color: #252525 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAZ3ReFc64 .navbar-dropdown {
  position: relative !important;
}
.cid-uAZ3ReFc64 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uAZ3ReFc64 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAZ3ReFc64 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAZ3ReFc64 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAZ3ReFc64 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAZ3ReFc64 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uAZ3ReFc64 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAZ3ReFc64 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAZ3ReFc64 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAZ3ReFc64 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAZ3ReFc64 .offcanvas-body .mbr-text,
  .cid-uAZ3ReFc64 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAZ3ReFc64 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAZ3ReFc64 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAZ3ReFc64 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uAZ3ReFc64 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAZ3ReFc64 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAZ3ReFc64 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAZ3ReFc64 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAZ3ReFc64 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAZ3ReFc64 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZ3ReFc64 .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-uAZ3ReFc64 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAZ3ReFc64 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-uAZ3ReFc64 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAZ3ReFc64 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uAZ3ReFc64 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAZ3ReFc64 .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uAZ3ReFc64 .nav-item {
    margin: 0 !important;
  }
}
.cid-uAZ3ReFc64 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uAZ3ReFc64 .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-uAZ3ReFc64 .nav-item .nav-link:hover,
.cid-uAZ3ReFc64 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uAZ3ReFc64 .nav-item .nav-link:hover:before,
.cid-uAZ3ReFc64 .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uAZ3ReFc64 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAZ3ReFc64 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAZ3ReFc64 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAZ3ReFc64 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZ3ReFc64 .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-uAZ3ReFc64 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAZ3ReFc64 .offcanvas_box {
    display: none;
  }
}
.cid-uAZ3ReFc64 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAZ3ReFc64 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAZ3ReFc64 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAZ3ReFc64 .container {
  display: flex;
  margin: auto;
}
.cid-uAZ3ReFc64 .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-uAZ3ReFc64 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAZ3ReFc64 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAZ3ReFc64 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAZ3ReFc64 .navbar-nav {
    margin: 0;
  }
}
.cid-uAZ3ReFc64 .dropdown-menu,
.cid-uAZ3ReFc64 .navbar.opened {
  background-color: false !important;
}
.cid-uAZ3ReFc64 .nav-item:focus,
.cid-uAZ3ReFc64 .nav-link:focus {
  outline: none;
}
.cid-uAZ3ReFc64 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAZ3ReFc64 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAZ3ReFc64 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAZ3ReFc64 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAZ3ReFc64 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAZ3ReFc64 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAZ3ReFc64 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAZ3ReFc64 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAZ3ReFc64 .navbar.opened {
  transition: all 0.3s;
}
.cid-uAZ3ReFc64 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAZ3ReFc64 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAZ3ReFc64 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAZ3ReFc64 .navbar.collapsed {
  justify-content: center;
}
.cid-uAZ3ReFc64 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAZ3ReFc64 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAZ3ReFc64 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAZ3ReFc64 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAZ3ReFc64 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAZ3ReFc64 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAZ3ReFc64 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAZ3ReFc64 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAZ3ReFc64 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAZ3ReFc64 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAZ3ReFc64 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAZ3ReFc64 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAZ3ReFc64 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAZ3ReFc64 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAZ3ReFc64 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAZ3ReFc64 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAZ3ReFc64 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAZ3ReFc64 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAZ3ReFc64 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAZ3ReFc64 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAZ3ReFc64 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAZ3ReFc64 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAZ3ReFc64 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAZ3ReFc64 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAZ3ReFc64 .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-uAZ3ReFc64 .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uAZ3ReFc64 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uAZ3ReFc64 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAZ3ReFc64 .dropdown-item.active,
.cid-uAZ3ReFc64 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAZ3ReFc64 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uAZ3ReFc64 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAZ3ReFc64 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAZ3ReFc64 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAZ3ReFc64 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAZ3ReFc64 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAZ3ReFc64 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #252525;
  background: #c7fcb5;
}
.cid-uAZ3ReFc64 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uAZ3ReFc64 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAZ3ReFc64 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZ3ReFc64 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZ3ReFc64 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAZ3ReFc64 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZ3ReFc64 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAZ3ReFc64 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAZ3ReFc64 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZ3ReFc64 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAZ3ReFc64 .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-uAZ3ReFc64 .navbar {
    height: 70px;
  }
  .cid-uAZ3ReFc64 .navbar.opened {
    height: auto;
  }
  .cid-uAZ3ReFc64 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAZ3ReFc64 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uAZ3ReFc64 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uAZ3ReFc64 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAZ3ReFc64 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAZ3ReFc64 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uAZ3ReFc64 .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-uAZ3ReFc64 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAZ3ReFc64 .text_widget {
  margin-bottom: 32px;
}
.cid-uAZ3ReFc64 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAZ3ReFc64 .text_widget a:hover,
.cid-uAZ3ReFc64 .text_widget a:focus {
  opacity: .8;
}
.cid-uAZ3ReFc64 .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-uAZ3ReFc64 .contacts-wrapper {
    display: none;
  }
}
.cid-uAZ3ReFc64 .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uAZ3ReFc64 .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uAZ3ReFc64 .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-uAZ3ReFc64 .contacts-wrapper a .mbr-contact:hover:before,
.cid-uAZ3ReFc64 .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uAZ3ReFc64 .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uAZ3ReFc64 .navbar-caption {
  color: #c7fcb5;
}
.cid-uAZ3ReFc64 .mbr-contact {
  color: #ffffff;
}
.cid-uAZ3ReFc64 .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uAZ3ReFc64 .mbr-section-subtitle,
.cid-uAZ3ReFc64 .text_widget,
.cid-uAZ3ReFc64 .mbr-section-btn {
  text-align: center;
}
.cid-uAZ3ReFc64 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAZ3Rhpa5f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZ3Rhpa5f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ3Rhpa5f .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-uAZ3Rhpa5f .container {
    padding: 0 30px;
  }
}
.cid-uAZ3Rhpa5f .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uAZ3Rhpa5f .content-wrapper {
    display: block;
  }
}
.cid-uAZ3Rhpa5f .content-wrapper .card {
  justify-content: center;
}
.cid-uAZ3Rhpa5f .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #eaffe2;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uAZ3Rhpa5f .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-uAZ3Rhpa5f .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uAZ3Rhpa5f .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-uAZ3Rhpa5f .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAZ3Rhpa5f .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uAZ3Rhpa5f .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uAZ3Rhpa5f .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-uAZ3Rhpa5f .mbr-section-title {
  color: #144031;
}
.cid-uAZ3Rhpa5f .mbr-text {
  color: #144031;
}
.cid-uAZ3Rlg3mW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAZ3Rlg3mW .col-title {
    margin-bottom: 20px;
  }
}
.cid-uAZ3Rlg3mW .mbr-section-title {
  color: #000000;
}
.cid-uAZ3Rlg3mW .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-uAZ3Rlg3mW .mbr-text {
  color: #000000;
}
.cid-uAZ3Rlg3mW .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uAZ3Rlg3mW p {
  line-height: 1.2;
}
.cid-uAZ3Rlg3mW .mbr-text1 {
  color: #246f55;
}
.cid-uAZ3Rlg3mW .mbr-text2 {
  color: #246f55;
}
.cid-uAZ3Rlg3mW .mbr-text3 {
  color: #000000;
}
.cid-uAZ3RlGlEr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #144031;
}
.cid-uAZ3RlGlEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ3RlGlEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZ3RlGlEr .copyright {
  color: #ffffff;
}
.cid-uAZ3RlGlEr .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAZ3RlGlEr .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAZ3RlGlEr .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAZ3RlGlEr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAZ3RlGlEr .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAZ3RlGlEr .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAZ3RlGlEr .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZ3RlGlEr .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAZ3RlGlEr .row-links-soc,
.cid-uAZ3RlGlEr .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAZ3RlGlEr .copyright,
.cid-uAZ3RlGlEr .line {
  color: #ffffff;
}
