.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;
}
html,
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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-u4nrCoRRWb {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-u4nrCoRRWb .navbar-dropdown {
  background-color: #22654e !important;
  padding: 0;
}
.cid-u4nrCoRRWb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #22654e !important;
  background: #22654e;
}
.cid-u4nrCoRRWb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4nrCoRRWb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4nrCoRRWb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u4nrCoRRWb .menu_box .navbar.opened,
  .cid-u4nrCoRRWb .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-u4nrCoRRWb nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u4nrCoRRWb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u4nrCoRRWb .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4nrCoRRWb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u4nrCoRRWb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u4nrCoRRWb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u4nrCoRRWb .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-u4nrCoRRWb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u4nrCoRRWb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u4nrCoRRWb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u4nrCoRRWb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u4nrCoRRWb .offcanvas-body .mbr-text,
  .cid-u4nrCoRRWb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u4nrCoRRWb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u4nrCoRRWb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u4nrCoRRWb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-u4nrCoRRWb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u4nrCoRRWb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u4nrCoRRWb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u4nrCoRRWb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u4nrCoRRWb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u4nrCoRRWb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4nrCoRRWb .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-u4nrCoRRWb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u4nrCoRRWb 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-u4nrCoRRWb .lg_brand {
    margin: 0 1rem;
  }
  .cid-u4nrCoRRWb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-u4nrCoRRWb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u4nrCoRRWb .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-u4nrCoRRWb .nav-item {
    margin: 0 !important;
  }
}
.cid-u4nrCoRRWb .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u4nrCoRRWb .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-u4nrCoRRWb .nav-item .nav-link:hover,
.cid-u4nrCoRRWb .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-u4nrCoRRWb .nav-item .nav-link:hover:before,
.cid-u4nrCoRRWb .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-u4nrCoRRWb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u4nrCoRRWb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u4nrCoRRWb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u4nrCoRRWb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4nrCoRRWb .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-u4nrCoRRWb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u4nrCoRRWb .offcanvas_box {
    display: none;
  }
}
.cid-u4nrCoRRWb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u4nrCoRRWb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u4nrCoRRWb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u4nrCoRRWb .container {
  display: flex;
  margin: auto;
}
.cid-u4nrCoRRWb .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-u4nrCoRRWb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u4nrCoRRWb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u4nrCoRRWb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u4nrCoRRWb .navbar-nav {
    margin: 0;
  }
}
.cid-u4nrCoRRWb .dropdown-menu,
.cid-u4nrCoRRWb .navbar.opened {
  background-color: false !important;
}
.cid-u4nrCoRRWb .nav-item:focus,
.cid-u4nrCoRRWb .nav-link:focus {
  outline: none;
}
.cid-u4nrCoRRWb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4nrCoRRWb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4nrCoRRWb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4nrCoRRWb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4nrCoRRWb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4nrCoRRWb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4nrCoRRWb .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u4nrCoRRWb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u4nrCoRRWb .navbar.opened {
  transition: all 0.3s;
}
.cid-u4nrCoRRWb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u4nrCoRRWb .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u4nrCoRRWb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u4nrCoRRWb .navbar.collapsed {
  justify-content: center;
}
.cid-u4nrCoRRWb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4nrCoRRWb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u4nrCoRRWb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4nrCoRRWb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4nrCoRRWb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4nrCoRRWb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u4nrCoRRWb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4nrCoRRWb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u4nrCoRRWb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u4nrCoRRWb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4nrCoRRWb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4nrCoRRWb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u4nrCoRRWb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4nrCoRRWb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u4nrCoRRWb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4nrCoRRWb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u4nrCoRRWb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u4nrCoRRWb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u4nrCoRRWb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u4nrCoRRWb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4nrCoRRWb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u4nrCoRRWb .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4nrCoRRWb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4nrCoRRWb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4nrCoRRWb .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-u4nrCoRRWb .navbar-brand {
    margin-right: 25px;
  }
}
.cid-u4nrCoRRWb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u4nrCoRRWb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4nrCoRRWb .dropdown-item.active,
.cid-u4nrCoRRWb .dropdown-item:active {
  background-color: transparent;
}
.cid-u4nrCoRRWb .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-u4nrCoRRWb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4nrCoRRWb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4nrCoRRWb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4nrCoRRWb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u4nrCoRRWb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4nrCoRRWb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-u4nrCoRRWb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-u4nrCoRRWb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4nrCoRRWb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4nrCoRRWb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4nrCoRRWb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4nrCoRRWb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4nrCoRRWb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4nrCoRRWb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4nrCoRRWb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4nrCoRRWb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u4nrCoRRWb .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-u4nrCoRRWb .navbar {
    height: 70px;
  }
  .cid-u4nrCoRRWb .navbar.opened {
    height: auto;
  }
  .cid-u4nrCoRRWb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4nrCoRRWb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u4nrCoRRWb .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-u4nrCoRRWb .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u4nrCoRRWb .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u4nrCoRRWb .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-u4nrCoRRWb .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-u4nrCoRRWb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u4nrCoRRWb .text_widget {
  margin-bottom: 32px;
}
.cid-u4nrCoRRWb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u4nrCoRRWb .text_widget a:hover,
.cid-u4nrCoRRWb .text_widget a:focus {
  opacity: .8;
}
.cid-u4nrCoRRWb .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-u4nrCoRRWb .contacts-wrapper {
    display: none;
  }
}
.cid-u4nrCoRRWb .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-u4nrCoRRWb .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-u4nrCoRRWb .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-u4nrCoRRWb .contacts-wrapper a .mbr-contact:hover:before,
.cid-u4nrCoRRWb .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-u4nrCoRRWb .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-u4nrCoRRWb .navbar-caption {
  color: #c7fcb5;
}
.cid-u4nrCoRRWb .mbr-contact {
  color: #ffffff;
}
.cid-u4nrCoRRWb .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-u4nrCoRRWb .mbr-section-subtitle,
.cid-u4nrCoRRWb .text_widget,
.cid-u4nrCoRRWb .mbr-section-btn {
  text-align: center;
}
.cid-u4nrCoRRWb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u4nrCxQQ3w {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/coventry-skip-hire-main-1900x1200.webp");
}
.cid-u4nrCxQQ3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4nrCxQQ3w .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-u4nrCxQQ3w .container {
    padding: 0 30px;
  }
}
.cid-u4nrCxQQ3w .row {
  justify-content: center;
}
.cid-u4nrCxQQ3w .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-u4nrCxQQ3w .content-wrapper {
    padding: 80px 0;
  }
}
.cid-u4nrCxQQ3w .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-u4nrCxQQ3w .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u4nrCxQQ3w .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-u4nrCxQQ3w .mbr-desc {
  color: #c7fcb5;
}
.cid-u4nrCxQQ3w .mbr-section-title {
  color: #ffffff;
}
.cid-u4nrCxQQ3w .mbr-text {
  color: #ffffff;
}
.cid-u4nrCS26bd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u4nrCS26bd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4nrCS26bd .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-u4nrCS26bd .container {
    padding: 0 30px;
  }
}
.cid-u4nrCS26bd .items-wrapper .item:first-child {
  position: relative;
}
.cid-u4nrCS26bd .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-u4nrCS26bd .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-u4nrCS26bd .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-u4nrCS26bd .items-wrapper .item:last-child {
  position: relative;
}
.cid-u4nrCS26bd .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-u4nrCS26bd .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-u4nrCS26bd .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-u4nrCS26bd .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-u4nrCS26bd .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u4nrCS26bd .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-u4nrCS26bd .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u4nrCS26bd .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-u4nrCS26bd .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-u4nrCS26bd .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-u4nrCS26bd .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-u4nrCS26bd .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-u4nrCS26bd .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-u4nrCS26bd .item-title {
  color: #144031;
}
.cid-u4nrCS26bd .item-text {
  color: #144031;
}
.cid-u4oe5GrOHo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-u4oe5GrOHo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4oe5GrOHo .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-u4oe5GrOHo .container {
    padding: 0 30px;
  }
}
.cid-u4oe5GrOHo .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-u4oe5GrOHo .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-u4oe5GrOHo .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-u4oe5GrOHo .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-u4oe5GrOHo .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-u4oe5GrOHo .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-u4oe5GrOHo .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-u4oe5GrOHo .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-u4oe5GrOHo .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-u4oe5GrOHo .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-u4oe5GrOHo .item-title {
  color: #144031;
}
.cid-u4oe5GrOHo .item-text {
  color: #144031;
}
.cid-u4oe9dyQ7a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4oe9dyQ7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4oe9dyQ7a .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-u4oe9dyQ7a .container {
    padding: 0 30px;
  }
}
.cid-u4oe9dyQ7a .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-u4oe9dyQ7a .content-wrapper {
    display: block;
  }
}
.cid-u4oe9dyQ7a .content-wrapper .card {
  justify-content: center;
}
.cid-u4oe9dyQ7a .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-u4oe9dyQ7a .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-u4oe9dyQ7a .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-u4oe9dyQ7a .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-u4oe9dyQ7a .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u4oe9dyQ7a .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-u4oe9dyQ7a .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-u4oe9dyQ7a .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u4oe9dyQ7a .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-u4oe9dyQ7a .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-u4oe9dyQ7a .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u4oe9dyQ7a .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-u4oe9dyQ7a .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u4oe9dyQ7a .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-u4oe9dyQ7a .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-u4oe9dyQ7a .mbr-section-title {
  color: #144031;
}
.cid-u4oe9dyQ7a .mbr-text {
  color: #144031;
}
.cid-u4oe9dyQ7a .list {
  color: #144031;
}
.cid-u4oecNIot4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-u4oecNIot4 .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-u4oecNIot4 .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-u4oecNIot4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4oecNIot4 .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-u4oecNIot4 .container {
    padding: 0 30px;
  }
}
.cid-u4oecNIot4 .row {
  justify-content: center;
}
.cid-u4oecNIot4 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-u4oecNIot4 .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u4oecNIot4 .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-u4oecNIot4 .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-u4oecNIot4 .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-u4oecNIot4 .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-u4oecNIot4 .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-u4oecNIot4 .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-u4oecNIot4 .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-u4oecNIot4 .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #144031;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-u4oecNIot4 .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-u4oecNIot4 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-u4oecNIot4 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-u4oecNIot4 .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-u4oecNIot4 .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-u4oecNIot4 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-u4oecNIot4 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-u4oecNIot4 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-u4oecNIot4 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4oecNIot4 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #c7fcb5;
}
@media (max-width: 992px) {
  .cid-u4oecNIot4 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-u4oecNIot4 .mbr-desc {
  color: #c7fcb5;
}
.cid-u4oecNIot4 .mbr-section-title {
  color: #ffffff;
}
.cid-u4oecNIot4 .mbr-text {
  color: #ffffff;
}
.cid-vdsyZNWmnT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdsyZNWmnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsyZNWmnT .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-vdsyZNWmnT .container {
    padding: 0 30px;
  }
}
.cid-vdsyZNWmnT .row {
  justify-content: center;
}
.cid-vdsyZNWmnT .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vdsyZNWmnT .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vdsyZNWmnT .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #22654e;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-vdsyZNWmnT .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-vdsyZNWmnT .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vdsyZNWmnT .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vdsyZNWmnT .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vdsyZNWmnT .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-vdsyZNWmnT .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vdsyZNWmnT .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-vdsyZNWmnT .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vdsyZNWmnT .mbr-section-title {
  color: #22654E;
}
.cid-vdsyZNWmnT .panel-title-edit {
  color: #22654E;
}
.cid-vdsyZNWmnT .panel-text {
  color: #144031;
}
.cid-u4oeaGnnKJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-u4oeaGnnKJ .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  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-u4oeaGnnKJ .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-u4oeaGnnKJ .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-u4oeaGnnKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4oeaGnnKJ .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-u4oeaGnnKJ .container {
    padding: 0 30px;
  }
}
.cid-u4oeaGnnKJ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u4oeaGnnKJ .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u4oeaGnnKJ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u4oeaGnnKJ .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-u4oeaGnnKJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #c7fcb5 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-u4oeaGnnKJ .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #c7fcb5;
  transition: all 0.3s ease-in-out;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #c7fcb5;
  border-color: #c7fcb5;
  border-radius: 0;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-u4oeaGnnKJ .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-u4oeaGnnKJ .mbr-section-title {
  color: #ffffff;
}
.cid-u4oeaGnnKJ .mbr-section-title,
.cid-u4oeaGnnKJ .mbr-section-btn {
  text-align: center;
}
.cid-u4oeaGnnKJ LABEL {
  color: #fffcf5;
}
.cid-vdsBb43FGM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdsBb43FGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsBb43FGM .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-vdsBb43FGM .container {
    padding: 0 30px;
  }
}
.cid-vdsBb43FGM .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #dbf5d1;
}
@media (max-width: 992px) {
  .cid-vdsBb43FGM .items-wrapper {
    display: block;
  }
}
.cid-vdsBb43FGM .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-vdsBb43FGM .items-wrapper .item .item-wrapper {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.cid-vdsBb43FGM .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vdsBb43FGM .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-vdsBb43FGM .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-vdsBb43FGM .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-vdsBb43FGM .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-vdsBb43FGM .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-vdsBb43FGM .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdsBb43FGM .item-text {
  color: #144031;
}
.cid-u4oebfMIN9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-u4oebfMIN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4oebfMIN9 .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-u4oebfMIN9 .container {
    padding: 0 30px;
  }
}
.cid-u4oebfMIN9 .card {
  justify-content: center;
}
.cid-u4oebfMIN9 .title-wrapper {
  margin-bottom: 20px;
}
.cid-u4oebfMIN9 .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-u4oebfMIN9 .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-u4oebfMIN9 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4oebfMIN9 .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-u4oebfMIN9 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u4oebfMIN9 .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-u4oebfMIN9 .nav-wrapper .list .item-wrap:hover::before,
.cid-u4oebfMIN9 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u4oebfMIN9 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-u4oebfMIN9 .mbr-copy {
  margin-bottom: 0;
  color: #144031;
  text-align: left;
}
.cid-u4oebfMIN9 .mbr-section-title {
  color: #144031;
}
.cid-u4oebfMIN9 .list {
  color: #144031;
}
.cid-u4oebfMIN9 .mbr-section-title,
.cid-u4oebfMIN9 .title-wrapper {
  text-align: left;
}
.cid-vdsKNfYkSq {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vdsKNfYkSq .navbar-dropdown {
  background-color: #22654e !important;
  padding: 0;
}
.cid-vdsKNfYkSq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #22654e !important;
  background: #22654e;
}
.cid-vdsKNfYkSq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdsKNfYkSq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdsKNfYkSq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vdsKNfYkSq .menu_box .navbar.opened,
  .cid-vdsKNfYkSq .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdsKNfYkSq nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdsKNfYkSq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vdsKNfYkSq .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vdsKNfYkSq .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vdsKNfYkSq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdsKNfYkSq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdsKNfYkSq .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vdsKNfYkSq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdsKNfYkSq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdsKNfYkSq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdsKNfYkSq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdsKNfYkSq .offcanvas-body .mbr-text,
  .cid-vdsKNfYkSq .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vdsKNfYkSq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vdsKNfYkSq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdsKNfYkSq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vdsKNfYkSq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdsKNfYkSq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdsKNfYkSq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdsKNfYkSq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdsKNfYkSq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdsKNfYkSq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsKNfYkSq .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-vdsKNfYkSq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdsKNfYkSq 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-vdsKNfYkSq .lg_brand {
    margin: 0 1rem;
  }
  .cid-vdsKNfYkSq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vdsKNfYkSq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdsKNfYkSq .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vdsKNfYkSq .nav-item {
    margin: 0 !important;
  }
}
.cid-vdsKNfYkSq .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vdsKNfYkSq .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-vdsKNfYkSq .nav-item .nav-link:hover,
.cid-vdsKNfYkSq .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vdsKNfYkSq .nav-item .nav-link:hover:before,
.cid-vdsKNfYkSq .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vdsKNfYkSq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdsKNfYkSq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdsKNfYkSq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdsKNfYkSq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsKNfYkSq .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-vdsKNfYkSq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdsKNfYkSq .offcanvas_box {
    display: none;
  }
}
.cid-vdsKNfYkSq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vdsKNfYkSq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdsKNfYkSq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdsKNfYkSq .container {
  display: flex;
  margin: auto;
}
.cid-vdsKNfYkSq .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-vdsKNfYkSq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdsKNfYkSq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdsKNfYkSq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdsKNfYkSq .navbar-nav {
    margin: 0;
  }
}
.cid-vdsKNfYkSq .dropdown-menu,
.cid-vdsKNfYkSq .navbar.opened {
  background-color: false !important;
}
.cid-vdsKNfYkSq .nav-item:focus,
.cid-vdsKNfYkSq .nav-link:focus {
  outline: none;
}
.cid-vdsKNfYkSq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdsKNfYkSq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdsKNfYkSq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdsKNfYkSq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdsKNfYkSq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdsKNfYkSq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdsKNfYkSq .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vdsKNfYkSq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vdsKNfYkSq .navbar.opened {
  transition: all 0.3s;
}
.cid-vdsKNfYkSq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdsKNfYkSq .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdsKNfYkSq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vdsKNfYkSq .navbar.collapsed {
  justify-content: center;
}
.cid-vdsKNfYkSq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdsKNfYkSq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdsKNfYkSq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdsKNfYkSq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdsKNfYkSq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdsKNfYkSq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdsKNfYkSq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdsKNfYkSq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdsKNfYkSq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vdsKNfYkSq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdsKNfYkSq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdsKNfYkSq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdsKNfYkSq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdsKNfYkSq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdsKNfYkSq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdsKNfYkSq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdsKNfYkSq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdsKNfYkSq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdsKNfYkSq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vdsKNfYkSq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdsKNfYkSq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdsKNfYkSq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdsKNfYkSq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdsKNfYkSq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdsKNfYkSq .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-vdsKNfYkSq .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vdsKNfYkSq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdsKNfYkSq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdsKNfYkSq .dropdown-item.active,
.cid-vdsKNfYkSq .dropdown-item:active {
  background-color: transparent;
}
.cid-vdsKNfYkSq .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vdsKNfYkSq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdsKNfYkSq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdsKNfYkSq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdsKNfYkSq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vdsKNfYkSq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdsKNfYkSq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-vdsKNfYkSq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vdsKNfYkSq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdsKNfYkSq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsKNfYkSq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsKNfYkSq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdsKNfYkSq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsKNfYkSq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdsKNfYkSq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdsKNfYkSq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsKNfYkSq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdsKNfYkSq .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-vdsKNfYkSq .navbar {
    height: 70px;
  }
  .cid-vdsKNfYkSq .navbar.opened {
    height: auto;
  }
  .cid-vdsKNfYkSq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdsKNfYkSq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdsKNfYkSq .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vdsKNfYkSq .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vdsKNfYkSq .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vdsKNfYkSq .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vdsKNfYkSq .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-vdsKNfYkSq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdsKNfYkSq .text_widget {
  margin-bottom: 32px;
}
.cid-vdsKNfYkSq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vdsKNfYkSq .text_widget a:hover,
.cid-vdsKNfYkSq .text_widget a:focus {
  opacity: .8;
}
.cid-vdsKNfYkSq .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-vdsKNfYkSq .contacts-wrapper {
    display: none;
  }
}
.cid-vdsKNfYkSq .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vdsKNfYkSq .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vdsKNfYkSq .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-vdsKNfYkSq .contacts-wrapper a .mbr-contact:hover:before,
.cid-vdsKNfYkSq .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vdsKNfYkSq .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vdsKNfYkSq .navbar-caption {
  color: #c7fcb5;
}
.cid-vdsKNfYkSq .mbr-contact {
  color: #ffffff;
}
.cid-vdsKNfYkSq .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vdsKNfYkSq .mbr-section-subtitle,
.cid-vdsKNfYkSq .text_widget,
.cid-vdsKNfYkSq .mbr-section-btn {
  text-align: center;
}
.cid-vdsKNfYkSq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vdsKNhL2qi {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/coventry-skip-hire-areas-main-1900x1200.webp");
}
.cid-vdsKNhL2qi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsKNhL2qi .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-vdsKNhL2qi .container {
    padding: 0 30px;
  }
}
.cid-vdsKNhL2qi .row {
  justify-content: center;
}
.cid-vdsKNhL2qi .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-vdsKNhL2qi .content-wrapper {
    padding: 80px 0;
  }
}
.cid-vdsKNhL2qi .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-vdsKNhL2qi .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-vdsKNhL2qi .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vdsKNhL2qi .mbr-desc {
  color: #c7fcb5;
}
.cid-vdsKNhL2qi .mbr-section-title {
  color: #ffffff;
}
.cid-vdsKNhL2qi .mbr-text {
  color: #ffffff;
}
.cid-vdsKNjGNMU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdsKNjGNMU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsKNjGNMU .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-vdsKNjGNMU .container {
    padding: 0 30px;
  }
}
.cid-vdsKNjGNMU .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-vdsKNjGNMU .content-wrapper {
    display: block;
  }
}
.cid-vdsKNjGNMU .content-wrapper .card {
  justify-content: center;
}
.cid-vdsKNjGNMU .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsKNjGNMU .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-vdsKNjGNMU .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vdsKNjGNMU .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vdsKNjGNMU .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsKNjGNMU .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-vdsKNjGNMU .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-vdsKNjGNMU .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdsKNjGNMU .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-vdsKNjGNMU .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-vdsKNjGNMU .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vdsKNjGNMU .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-vdsKNjGNMU .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdsKNjGNMU .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-vdsKNjGNMU .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-vdsKNjGNMU .mbr-section-title {
  color: #144031;
}
.cid-vdsKNjGNMU .mbr-text {
  color: #144031;
}
.cid-vdsKNjGNMU .list {
  color: #144031;
}
.cid-vdsMymc26i {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaffe2;
}
.cid-vdsMymc26i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsMymc26i .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-vdsMymc26i .container {
    padding: 0 30px;
  }
}
.cid-vdsMymc26i .row {
  justify-content: center;
}
.cid-vdsMymc26i .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-vdsMymc26i .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vdsMymc26i .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-vdsMymc26i .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-vdsMymc26i .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdsMymc26i .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-vdsMymc26i .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdsMymc26i .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-vdsMymc26i .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-vdsMymc26i .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-vdsMymc26i .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsMymc26i .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-vdsMymc26i .item-title {
  color: #144031;
}
.cid-vdsMymc26i .item-desc {
  color: #144031;
}
.cid-vdsKNibZ5O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdsKNibZ5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsKNibZ5O .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-vdsKNibZ5O .container {
    padding: 0 30px;
  }
}
.cid-vdsKNibZ5O .items-wrapper .item:first-child {
  position: relative;
}
.cid-vdsKNibZ5O .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-vdsKNibZ5O .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-vdsKNibZ5O .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-vdsKNibZ5O .items-wrapper .item:last-child {
  position: relative;
}
.cid-vdsKNibZ5O .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-vdsKNibZ5O .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-vdsKNibZ5O .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vdsKNibZ5O .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vdsKNibZ5O .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdsKNibZ5O .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vdsKNibZ5O .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsKNibZ5O .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-vdsKNibZ5O .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-vdsKNibZ5O .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsKNibZ5O .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-vdsKNibZ5O .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-vdsKNibZ5O .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-vdsKNibZ5O .item-title {
  color: #144031;
}
.cid-vdsKNibZ5O .item-text {
  color: #144031;
}
.cid-vdsKNkkG7c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsKNkkG7c .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsKNkkG7c .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsKNkkG7c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsKNkkG7c .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-vdsKNkkG7c .container {
    padding: 0 30px;
  }
}
.cid-vdsKNkkG7c .row {
  justify-content: center;
}
.cid-vdsKNkkG7c .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdsKNkkG7c .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsKNkkG7c .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-vdsKNkkG7c .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-vdsKNkkG7c .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-vdsKNkkG7c .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-vdsKNkkG7c .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-vdsKNkkG7c .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-vdsKNkkG7c .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-vdsKNkkG7c .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #144031;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-vdsKNkkG7c .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-vdsKNkkG7c .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-vdsKNkkG7c .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-vdsKNkkG7c .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vdsKNkkG7c .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-vdsKNkkG7c .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vdsKNkkG7c .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-vdsKNkkG7c .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsKNkkG7c .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsKNkkG7c .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #c7fcb5;
}
@media (max-width: 992px) {
  .cid-vdsKNkkG7c .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-vdsKNkkG7c .mbr-desc {
  color: #c7fcb5;
}
.cid-vdsKNkkG7c .mbr-section-title {
  color: #ffffff;
}
.cid-vdsKNkkG7c .mbr-text {
  color: #ffffff;
}
.cid-vdsKNiVXS3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsKNiVXS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsKNiVXS3 .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-vdsKNiVXS3 .container {
    padding: 0 30px;
  }
}
.cid-vdsKNiVXS3 .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-vdsKNiVXS3 .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-vdsKNiVXS3 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vdsKNiVXS3 .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-vdsKNiVXS3 .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-vdsKNiVXS3 .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-vdsKNiVXS3 .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-vdsKNiVXS3 .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-vdsKNiVXS3 .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-vdsKNiVXS3 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdsKNiVXS3 .item-title {
  color: #144031;
}
.cid-vdsKNiVXS3 .item-text {
  color: #144031;
}
.cid-vdsKNlztrl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsKNlztrl .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  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-vdsKNlztrl .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsKNlztrl .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsKNlztrl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsKNlztrl .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-vdsKNlztrl .container {
    padding: 0 30px;
  }
}
.cid-vdsKNlztrl .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vdsKNlztrl .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsKNlztrl .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdsKNlztrl .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsKNlztrl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsKNlztrl .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-vdsKNlztrl .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-vdsKNlztrl .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-vdsKNlztrl .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-vdsKNlztrl .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vdsKNlztrl .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #c7fcb5 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdsKNlztrl .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-vdsKNlztrl .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #c7fcb5;
  transition: all 0.3s ease-in-out;
}
.cid-vdsKNlztrl .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vdsKNlztrl .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-vdsKNlztrl .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-vdsKNlztrl .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-vdsKNlztrl .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-vdsKNlztrl .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vdsKNlztrl .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #c7fcb5;
  border-color: #c7fcb5;
  border-radius: 0;
}
.cid-vdsKNlztrl .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-vdsKNlztrl .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-vdsKNlztrl .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-vdsKNlztrl .mbr-section-title {
  color: #ffffff;
}
.cid-vdsKNlztrl .mbr-section-title,
.cid-vdsKNlztrl .mbr-section-btn {
  text-align: center;
}
.cid-vdsKNlztrl LABEL {
  color: #fffcf5;
}
.cid-vdsKNmXRVq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsKNmXRVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsKNmXRVq .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-vdsKNmXRVq .container {
    padding: 0 30px;
  }
}
.cid-vdsKNmXRVq .card {
  justify-content: center;
}
.cid-vdsKNmXRVq .title-wrapper {
  margin-bottom: 20px;
}
.cid-vdsKNmXRVq .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vdsKNmXRVq .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-vdsKNmXRVq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsKNmXRVq .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-vdsKNmXRVq .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdsKNmXRVq .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-vdsKNmXRVq .nav-wrapper .list .item-wrap:hover::before,
.cid-vdsKNmXRVq .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdsKNmXRVq .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsKNmXRVq .mbr-copy {
  margin-bottom: 0;
  color: #144031;
  text-align: left;
}
.cid-vdsKNmXRVq .mbr-section-title {
  color: #144031;
}
.cid-vdsKNmXRVq .list {
  color: #144031;
}
.cid-vdsKNmXRVq .mbr-section-title,
.cid-vdsKNmXRVq .title-wrapper {
  text-align: left;
}
.cid-vdsO3o46U3 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vdsO3o46U3 .navbar-dropdown {
  background-color: #22654e !important;
  padding: 0;
}
.cid-vdsO3o46U3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #22654e !important;
  background: #22654e;
}
.cid-vdsO3o46U3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdsO3o46U3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdsO3o46U3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vdsO3o46U3 .menu_box .navbar.opened,
  .cid-vdsO3o46U3 .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdsO3o46U3 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdsO3o46U3 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vdsO3o46U3 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vdsO3o46U3 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vdsO3o46U3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdsO3o46U3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdsO3o46U3 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vdsO3o46U3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdsO3o46U3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdsO3o46U3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdsO3o46U3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdsO3o46U3 .offcanvas-body .mbr-text,
  .cid-vdsO3o46U3 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vdsO3o46U3 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vdsO3o46U3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdsO3o46U3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vdsO3o46U3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdsO3o46U3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdsO3o46U3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdsO3o46U3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdsO3o46U3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdsO3o46U3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsO3o46U3 .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-vdsO3o46U3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdsO3o46U3 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-vdsO3o46U3 .lg_brand {
    margin: 0 1rem;
  }
  .cid-vdsO3o46U3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vdsO3o46U3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdsO3o46U3 .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vdsO3o46U3 .nav-item {
    margin: 0 !important;
  }
}
.cid-vdsO3o46U3 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vdsO3o46U3 .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-vdsO3o46U3 .nav-item .nav-link:hover,
.cid-vdsO3o46U3 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vdsO3o46U3 .nav-item .nav-link:hover:before,
.cid-vdsO3o46U3 .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vdsO3o46U3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdsO3o46U3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdsO3o46U3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdsO3o46U3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsO3o46U3 .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-vdsO3o46U3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdsO3o46U3 .offcanvas_box {
    display: none;
  }
}
.cid-vdsO3o46U3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vdsO3o46U3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdsO3o46U3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdsO3o46U3 .container {
  display: flex;
  margin: auto;
}
.cid-vdsO3o46U3 .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-vdsO3o46U3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdsO3o46U3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdsO3o46U3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdsO3o46U3 .navbar-nav {
    margin: 0;
  }
}
.cid-vdsO3o46U3 .dropdown-menu,
.cid-vdsO3o46U3 .navbar.opened {
  background-color: false !important;
}
.cid-vdsO3o46U3 .nav-item:focus,
.cid-vdsO3o46U3 .nav-link:focus {
  outline: none;
}
.cid-vdsO3o46U3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdsO3o46U3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdsO3o46U3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdsO3o46U3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdsO3o46U3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdsO3o46U3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdsO3o46U3 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vdsO3o46U3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vdsO3o46U3 .navbar.opened {
  transition: all 0.3s;
}
.cid-vdsO3o46U3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdsO3o46U3 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdsO3o46U3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vdsO3o46U3 .navbar.collapsed {
  justify-content: center;
}
.cid-vdsO3o46U3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdsO3o46U3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdsO3o46U3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdsO3o46U3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdsO3o46U3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdsO3o46U3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdsO3o46U3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdsO3o46U3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdsO3o46U3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vdsO3o46U3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdsO3o46U3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdsO3o46U3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdsO3o46U3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdsO3o46U3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdsO3o46U3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdsO3o46U3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdsO3o46U3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdsO3o46U3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdsO3o46U3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vdsO3o46U3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdsO3o46U3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdsO3o46U3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdsO3o46U3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdsO3o46U3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdsO3o46U3 .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-vdsO3o46U3 .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vdsO3o46U3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdsO3o46U3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdsO3o46U3 .dropdown-item.active,
.cid-vdsO3o46U3 .dropdown-item:active {
  background-color: transparent;
}
.cid-vdsO3o46U3 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vdsO3o46U3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdsO3o46U3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdsO3o46U3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdsO3o46U3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vdsO3o46U3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdsO3o46U3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-vdsO3o46U3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vdsO3o46U3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdsO3o46U3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsO3o46U3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsO3o46U3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdsO3o46U3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsO3o46U3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdsO3o46U3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdsO3o46U3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsO3o46U3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdsO3o46U3 .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-vdsO3o46U3 .navbar {
    height: 70px;
  }
  .cid-vdsO3o46U3 .navbar.opened {
    height: auto;
  }
  .cid-vdsO3o46U3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdsO3o46U3 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdsO3o46U3 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vdsO3o46U3 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vdsO3o46U3 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vdsO3o46U3 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vdsO3o46U3 .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-vdsO3o46U3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdsO3o46U3 .text_widget {
  margin-bottom: 32px;
}
.cid-vdsO3o46U3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vdsO3o46U3 .text_widget a:hover,
.cid-vdsO3o46U3 .text_widget a:focus {
  opacity: .8;
}
.cid-vdsO3o46U3 .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-vdsO3o46U3 .contacts-wrapper {
    display: none;
  }
}
.cid-vdsO3o46U3 .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vdsO3o46U3 .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vdsO3o46U3 .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-vdsO3o46U3 .contacts-wrapper a .mbr-contact:hover:before,
.cid-vdsO3o46U3 .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vdsO3o46U3 .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vdsO3o46U3 .navbar-caption {
  color: #c7fcb5;
}
.cid-vdsO3o46U3 .mbr-contact {
  color: #ffffff;
}
.cid-vdsO3o46U3 .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vdsO3o46U3 .mbr-section-subtitle,
.cid-vdsO3o46U3 .text_widget,
.cid-vdsO3o46U3 .mbr-section-btn {
  text-align: center;
}
.cid-vdsO3o46U3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vdsO3pC06c {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdsO3pC06c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsO3pC06c .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-vdsO3pC06c .container {
    padding: 0 30px;
  }
}
.cid-vdsO3pC06c .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-vdsO3pC06c .content-wrapper {
    display: block;
  }
}
.cid-vdsO3pC06c .content-wrapper .card {
  justify-content: center;
}
.cid-vdsO3pC06c .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsO3pC06c .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-vdsO3pC06c .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vdsO3pC06c .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vdsO3pC06c .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsO3pC06c .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-vdsO3pC06c .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-vdsO3pC06c .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdsO3pC06c .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-vdsO3pC06c .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-vdsO3pC06c .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vdsO3pC06c .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-vdsO3pC06c .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdsO3pC06c .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-vdsO3pC06c .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-vdsO3pC06c .mbr-section-title {
  color: #144031;
}
.cid-vdsO3pC06c .mbr-text {
  color: #144031;
}
.cid-vdsO3pC06c .list {
  color: #144031;
}
.cid-vdsO3q846o {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaffe2;
}
.cid-vdsO3q846o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsO3q846o .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-vdsO3q846o .container {
    padding: 0 30px;
  }
}
.cid-vdsO3q846o .row {
  justify-content: center;
}
.cid-vdsO3q846o .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-vdsO3q846o .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vdsO3q846o .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-vdsO3q846o .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-vdsO3q846o .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdsO3q846o .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-vdsO3q846o .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdsO3q846o .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-vdsO3q846o .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-vdsO3q846o .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-vdsO3q846o .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsO3q846o .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-vdsO3q846o .item-title {
  color: #144031;
}
.cid-vdsO3q846o .item-desc {
  color: #144031;
}
.cid-vdsO3qQsd9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdsO3qQsd9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsO3qQsd9 .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-vdsO3qQsd9 .container {
    padding: 0 30px;
  }
}
.cid-vdsO3qQsd9 .items-wrapper .item:first-child {
  position: relative;
}
.cid-vdsO3qQsd9 .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-vdsO3qQsd9 .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-vdsO3qQsd9 .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-vdsO3qQsd9 .items-wrapper .item:last-child {
  position: relative;
}
.cid-vdsO3qQsd9 .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-vdsO3qQsd9 .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-vdsO3qQsd9 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vdsO3qQsd9 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vdsO3qQsd9 .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdsO3qQsd9 .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vdsO3qQsd9 .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsO3qQsd9 .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-vdsO3qQsd9 .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-vdsO3qQsd9 .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsO3qQsd9 .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-vdsO3qQsd9 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-vdsO3qQsd9 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-vdsO3qQsd9 .item-title {
  color: #144031;
}
.cid-vdsO3qQsd9 .item-text {
  color: #144031;
}
.cid-vdsO3riWx7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsO3riWx7 .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsO3riWx7 .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsO3riWx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsO3riWx7 .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-vdsO3riWx7 .container {
    padding: 0 30px;
  }
}
.cid-vdsO3riWx7 .row {
  justify-content: center;
}
.cid-vdsO3riWx7 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdsO3riWx7 .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsO3riWx7 .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-vdsO3riWx7 .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-vdsO3riWx7 .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-vdsO3riWx7 .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-vdsO3riWx7 .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-vdsO3riWx7 .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-vdsO3riWx7 .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-vdsO3riWx7 .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #144031;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-vdsO3riWx7 .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-vdsO3riWx7 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-vdsO3riWx7 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-vdsO3riWx7 .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vdsO3riWx7 .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-vdsO3riWx7 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vdsO3riWx7 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-vdsO3riWx7 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsO3riWx7 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsO3riWx7 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #c7fcb5;
}
@media (max-width: 992px) {
  .cid-vdsO3riWx7 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-vdsO3riWx7 .mbr-desc {
  color: #c7fcb5;
}
.cid-vdsO3riWx7 .mbr-section-title {
  color: #ffffff;
}
.cid-vdsO3riWx7 .mbr-text {
  color: #ffffff;
}
.cid-vdsO3s0LiT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsO3s0LiT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsO3s0LiT .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-vdsO3s0LiT .container {
    padding: 0 30px;
  }
}
.cid-vdsO3s0LiT .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-vdsO3s0LiT .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-vdsO3s0LiT .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vdsO3s0LiT .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-vdsO3s0LiT .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-vdsO3s0LiT .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-vdsO3s0LiT .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-vdsO3s0LiT .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-vdsO3s0LiT .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-vdsO3s0LiT .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdsO3s0LiT .item-title {
  color: #144031;
}
.cid-vdsO3s0LiT .item-text {
  color: #144031;
}
.cid-vdsO3sCZcA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsO3sCZcA .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  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-vdsO3sCZcA .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsO3sCZcA .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsO3sCZcA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsO3sCZcA .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-vdsO3sCZcA .container {
    padding: 0 30px;
  }
}
.cid-vdsO3sCZcA .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vdsO3sCZcA .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsO3sCZcA .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdsO3sCZcA .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsO3sCZcA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsO3sCZcA .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-vdsO3sCZcA .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-vdsO3sCZcA .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-vdsO3sCZcA .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-vdsO3sCZcA .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vdsO3sCZcA .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #c7fcb5 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdsO3sCZcA .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-vdsO3sCZcA .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #c7fcb5;
  transition: all 0.3s ease-in-out;
}
.cid-vdsO3sCZcA .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vdsO3sCZcA .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-vdsO3sCZcA .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-vdsO3sCZcA .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-vdsO3sCZcA .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-vdsO3sCZcA .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vdsO3sCZcA .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #c7fcb5;
  border-color: #c7fcb5;
  border-radius: 0;
}
.cid-vdsO3sCZcA .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-vdsO3sCZcA .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-vdsO3sCZcA .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-vdsO3sCZcA .mbr-section-title {
  color: #ffffff;
}
.cid-vdsO3sCZcA .mbr-section-title,
.cid-vdsO3sCZcA .mbr-section-btn {
  text-align: center;
}
.cid-vdsO3sCZcA LABEL {
  color: #fffcf5;
}
.cid-vdsO3tCWkY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsO3tCWkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsO3tCWkY .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-vdsO3tCWkY .container {
    padding: 0 30px;
  }
}
.cid-vdsO3tCWkY .card {
  justify-content: center;
}
.cid-vdsO3tCWkY .title-wrapper {
  margin-bottom: 20px;
}
.cid-vdsO3tCWkY .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vdsO3tCWkY .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-vdsO3tCWkY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsO3tCWkY .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-vdsO3tCWkY .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdsO3tCWkY .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-vdsO3tCWkY .nav-wrapper .list .item-wrap:hover::before,
.cid-vdsO3tCWkY .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdsO3tCWkY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsO3tCWkY .mbr-copy {
  margin-bottom: 0;
  color: #144031;
  text-align: left;
}
.cid-vdsO3tCWkY .mbr-section-title {
  color: #144031;
}
.cid-vdsO3tCWkY .list {
  color: #144031;
}
.cid-vdsO3tCWkY .mbr-section-title,
.cid-vdsO3tCWkY .title-wrapper {
  text-align: left;
}
.cid-vdsQ583AEe {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vdsQ583AEe .navbar-dropdown {
  background-color: #22654e !important;
  padding: 0;
}
.cid-vdsQ583AEe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #22654e !important;
  background: #22654e;
}
.cid-vdsQ583AEe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdsQ583AEe .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdsQ583AEe .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vdsQ583AEe .menu_box .navbar.opened,
  .cid-vdsQ583AEe .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdsQ583AEe nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdsQ583AEe .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vdsQ583AEe .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vdsQ583AEe .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vdsQ583AEe .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdsQ583AEe .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdsQ583AEe .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vdsQ583AEe .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdsQ583AEe .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdsQ583AEe .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdsQ583AEe .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdsQ583AEe .offcanvas-body .mbr-text,
  .cid-vdsQ583AEe .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vdsQ583AEe .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vdsQ583AEe .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdsQ583AEe .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vdsQ583AEe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdsQ583AEe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdsQ583AEe .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdsQ583AEe .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdsQ583AEe ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdsQ583AEe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsQ583AEe .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-vdsQ583AEe .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdsQ583AEe 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-vdsQ583AEe .lg_brand {
    margin: 0 1rem;
  }
  .cid-vdsQ583AEe .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vdsQ583AEe .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdsQ583AEe .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vdsQ583AEe .nav-item {
    margin: 0 !important;
  }
}
.cid-vdsQ583AEe .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vdsQ583AEe .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-vdsQ583AEe .nav-item .nav-link:hover,
.cid-vdsQ583AEe .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vdsQ583AEe .nav-item .nav-link:hover:before,
.cid-vdsQ583AEe .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vdsQ583AEe .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdsQ583AEe .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdsQ583AEe .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdsQ583AEe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsQ583AEe .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-vdsQ583AEe .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdsQ583AEe .offcanvas_box {
    display: none;
  }
}
.cid-vdsQ583AEe .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vdsQ583AEe .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdsQ583AEe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdsQ583AEe .container {
  display: flex;
  margin: auto;
}
.cid-vdsQ583AEe .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-vdsQ583AEe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdsQ583AEe .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdsQ583AEe .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdsQ583AEe .navbar-nav {
    margin: 0;
  }
}
.cid-vdsQ583AEe .dropdown-menu,
.cid-vdsQ583AEe .navbar.opened {
  background-color: false !important;
}
.cid-vdsQ583AEe .nav-item:focus,
.cid-vdsQ583AEe .nav-link:focus {
  outline: none;
}
.cid-vdsQ583AEe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdsQ583AEe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdsQ583AEe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdsQ583AEe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdsQ583AEe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdsQ583AEe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdsQ583AEe .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vdsQ583AEe .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vdsQ583AEe .navbar.opened {
  transition: all 0.3s;
}
.cid-vdsQ583AEe .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdsQ583AEe .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdsQ583AEe .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vdsQ583AEe .navbar.collapsed {
  justify-content: center;
}
.cid-vdsQ583AEe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdsQ583AEe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdsQ583AEe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdsQ583AEe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdsQ583AEe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdsQ583AEe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdsQ583AEe .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdsQ583AEe .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdsQ583AEe .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vdsQ583AEe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdsQ583AEe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdsQ583AEe .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdsQ583AEe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdsQ583AEe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdsQ583AEe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdsQ583AEe .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdsQ583AEe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdsQ583AEe .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdsQ583AEe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vdsQ583AEe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdsQ583AEe .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdsQ583AEe .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdsQ583AEe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdsQ583AEe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdsQ583AEe .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-vdsQ583AEe .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vdsQ583AEe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdsQ583AEe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdsQ583AEe .dropdown-item.active,
.cid-vdsQ583AEe .dropdown-item:active {
  background-color: transparent;
}
.cid-vdsQ583AEe .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vdsQ583AEe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdsQ583AEe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdsQ583AEe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdsQ583AEe ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vdsQ583AEe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdsQ583AEe button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-vdsQ583AEe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vdsQ583AEe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdsQ583AEe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsQ583AEe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsQ583AEe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdsQ583AEe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsQ583AEe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdsQ583AEe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdsQ583AEe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsQ583AEe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdsQ583AEe .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-vdsQ583AEe .navbar {
    height: 70px;
  }
  .cid-vdsQ583AEe .navbar.opened {
    height: auto;
  }
  .cid-vdsQ583AEe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdsQ583AEe .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdsQ583AEe .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vdsQ583AEe .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vdsQ583AEe .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vdsQ583AEe .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vdsQ583AEe .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-vdsQ583AEe .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdsQ583AEe .text_widget {
  margin-bottom: 32px;
}
.cid-vdsQ583AEe .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vdsQ583AEe .text_widget a:hover,
.cid-vdsQ583AEe .text_widget a:focus {
  opacity: .8;
}
.cid-vdsQ583AEe .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-vdsQ583AEe .contacts-wrapper {
    display: none;
  }
}
.cid-vdsQ583AEe .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vdsQ583AEe .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vdsQ583AEe .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-vdsQ583AEe .contacts-wrapper a .mbr-contact:hover:before,
.cid-vdsQ583AEe .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vdsQ583AEe .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vdsQ583AEe .navbar-caption {
  color: #c7fcb5;
}
.cid-vdsQ583AEe .mbr-contact {
  color: #ffffff;
}
.cid-vdsQ583AEe .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vdsQ583AEe .mbr-section-subtitle,
.cid-vdsQ583AEe .text_widget,
.cid-vdsQ583AEe .mbr-section-btn {
  text-align: center;
}
.cid-vdsQ583AEe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vdsQ59248X {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdsQ59248X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsQ59248X .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-vdsQ59248X .container {
    padding: 0 30px;
  }
}
.cid-vdsQ59248X .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-vdsQ59248X .content-wrapper {
    display: block;
  }
}
.cid-vdsQ59248X .content-wrapper .card {
  justify-content: center;
}
.cid-vdsQ59248X .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsQ59248X .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-vdsQ59248X .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vdsQ59248X .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vdsQ59248X .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsQ59248X .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-vdsQ59248X .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-vdsQ59248X .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdsQ59248X .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-vdsQ59248X .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-vdsQ59248X .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vdsQ59248X .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-vdsQ59248X .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdsQ59248X .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-vdsQ59248X .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-vdsQ59248X .mbr-section-title {
  color: #144031;
}
.cid-vdsQ59248X .mbr-text {
  color: #144031;
}
.cid-vdsQ59248X .list {
  color: #144031;
}
.cid-vdsQ59yEbA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaffe2;
}
.cid-vdsQ59yEbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsQ59yEbA .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-vdsQ59yEbA .container {
    padding: 0 30px;
  }
}
.cid-vdsQ59yEbA .row {
  justify-content: center;
}
.cid-vdsQ59yEbA .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-vdsQ59yEbA .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vdsQ59yEbA .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-vdsQ59yEbA .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-vdsQ59yEbA .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdsQ59yEbA .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-vdsQ59yEbA .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdsQ59yEbA .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-vdsQ59yEbA .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-vdsQ59yEbA .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-vdsQ59yEbA .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsQ59yEbA .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-vdsQ59yEbA .item-title {
  color: #144031;
}
.cid-vdsQ59yEbA .item-desc {
  color: #144031;
}
.cid-vdsQ5abZ2U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdsQ5abZ2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsQ5abZ2U .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-vdsQ5abZ2U .container {
    padding: 0 30px;
  }
}
.cid-vdsQ5abZ2U .items-wrapper .item:first-child {
  position: relative;
}
.cid-vdsQ5abZ2U .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-vdsQ5abZ2U .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-vdsQ5abZ2U .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-vdsQ5abZ2U .items-wrapper .item:last-child {
  position: relative;
}
.cid-vdsQ5abZ2U .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-vdsQ5abZ2U .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-vdsQ5abZ2U .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vdsQ5abZ2U .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vdsQ5abZ2U .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdsQ5abZ2U .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vdsQ5abZ2U .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsQ5abZ2U .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-vdsQ5abZ2U .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-vdsQ5abZ2U .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsQ5abZ2U .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-vdsQ5abZ2U .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-vdsQ5abZ2U .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-vdsQ5abZ2U .item-title {
  color: #144031;
}
.cid-vdsQ5abZ2U .item-text {
  color: #144031;
}
.cid-vdsQ5aD92o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsQ5aD92o .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsQ5aD92o .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsQ5aD92o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsQ5aD92o .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-vdsQ5aD92o .container {
    padding: 0 30px;
  }
}
.cid-vdsQ5aD92o .row {
  justify-content: center;
}
.cid-vdsQ5aD92o .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdsQ5aD92o .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsQ5aD92o .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-vdsQ5aD92o .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-vdsQ5aD92o .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-vdsQ5aD92o .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-vdsQ5aD92o .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-vdsQ5aD92o .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-vdsQ5aD92o .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-vdsQ5aD92o .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #144031;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-vdsQ5aD92o .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-vdsQ5aD92o .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-vdsQ5aD92o .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-vdsQ5aD92o .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vdsQ5aD92o .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-vdsQ5aD92o .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vdsQ5aD92o .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-vdsQ5aD92o .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsQ5aD92o .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsQ5aD92o .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #c7fcb5;
}
@media (max-width: 992px) {
  .cid-vdsQ5aD92o .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-vdsQ5aD92o .mbr-desc {
  color: #c7fcb5;
}
.cid-vdsQ5aD92o .mbr-section-title {
  color: #ffffff;
}
.cid-vdsQ5aD92o .mbr-text {
  color: #ffffff;
}
.cid-vdsQ5bhzAZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsQ5bhzAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsQ5bhzAZ .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-vdsQ5bhzAZ .container {
    padding: 0 30px;
  }
}
.cid-vdsQ5bhzAZ .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-vdsQ5bhzAZ .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-vdsQ5bhzAZ .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vdsQ5bhzAZ .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-vdsQ5bhzAZ .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-vdsQ5bhzAZ .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-vdsQ5bhzAZ .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-vdsQ5bhzAZ .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-vdsQ5bhzAZ .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-vdsQ5bhzAZ .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdsQ5bhzAZ .item-title {
  color: #144031;
}
.cid-vdsQ5bhzAZ .item-text {
  color: #144031;
}
.cid-vdsQ5bR2h1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsQ5bR2h1 .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  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-vdsQ5bR2h1 .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsQ5bR2h1 .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsQ5bR2h1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsQ5bR2h1 .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-vdsQ5bR2h1 .container {
    padding: 0 30px;
  }
}
.cid-vdsQ5bR2h1 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vdsQ5bR2h1 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsQ5bR2h1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdsQ5bR2h1 .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsQ5bR2h1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsQ5bR2h1 .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-vdsQ5bR2h1 .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-vdsQ5bR2h1 .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-vdsQ5bR2h1 .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-vdsQ5bR2h1 .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vdsQ5bR2h1 .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #c7fcb5 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdsQ5bR2h1 .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-vdsQ5bR2h1 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #c7fcb5;
  transition: all 0.3s ease-in-out;
}
.cid-vdsQ5bR2h1 .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vdsQ5bR2h1 .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-vdsQ5bR2h1 .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-vdsQ5bR2h1 .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-vdsQ5bR2h1 .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-vdsQ5bR2h1 .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vdsQ5bR2h1 .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #c7fcb5;
  border-color: #c7fcb5;
  border-radius: 0;
}
.cid-vdsQ5bR2h1 .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-vdsQ5bR2h1 .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-vdsQ5bR2h1 .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-vdsQ5bR2h1 .mbr-section-title {
  color: #ffffff;
}
.cid-vdsQ5bR2h1 .mbr-section-title,
.cid-vdsQ5bR2h1 .mbr-section-btn {
  text-align: center;
}
.cid-vdsQ5bR2h1 LABEL {
  color: #fffcf5;
}
.cid-vdsQ5cxWpc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsQ5cxWpc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsQ5cxWpc .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-vdsQ5cxWpc .container {
    padding: 0 30px;
  }
}
.cid-vdsQ5cxWpc .card {
  justify-content: center;
}
.cid-vdsQ5cxWpc .title-wrapper {
  margin-bottom: 20px;
}
.cid-vdsQ5cxWpc .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vdsQ5cxWpc .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-vdsQ5cxWpc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsQ5cxWpc .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-vdsQ5cxWpc .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdsQ5cxWpc .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-vdsQ5cxWpc .nav-wrapper .list .item-wrap:hover::before,
.cid-vdsQ5cxWpc .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdsQ5cxWpc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsQ5cxWpc .mbr-copy {
  margin-bottom: 0;
  color: #144031;
  text-align: left;
}
.cid-vdsQ5cxWpc .mbr-section-title {
  color: #144031;
}
.cid-vdsQ5cxWpc .list {
  color: #144031;
}
.cid-vdsQ5cxWpc .mbr-section-title,
.cid-vdsQ5cxWpc .title-wrapper {
  text-align: left;
}
.cid-vdsQIJObsD {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vdsQIJObsD .navbar-dropdown {
  background-color: #22654e !important;
  padding: 0;
}
.cid-vdsQIJObsD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #22654e !important;
  background: #22654e;
}
.cid-vdsQIJObsD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdsQIJObsD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdsQIJObsD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vdsQIJObsD .menu_box .navbar.opened,
  .cid-vdsQIJObsD .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdsQIJObsD nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdsQIJObsD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vdsQIJObsD .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vdsQIJObsD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vdsQIJObsD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdsQIJObsD .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdsQIJObsD .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vdsQIJObsD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdsQIJObsD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdsQIJObsD .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdsQIJObsD .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdsQIJObsD .offcanvas-body .mbr-text,
  .cid-vdsQIJObsD .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vdsQIJObsD .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vdsQIJObsD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdsQIJObsD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vdsQIJObsD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdsQIJObsD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdsQIJObsD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdsQIJObsD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdsQIJObsD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdsQIJObsD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsQIJObsD .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-vdsQIJObsD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdsQIJObsD 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-vdsQIJObsD .lg_brand {
    margin: 0 1rem;
  }
  .cid-vdsQIJObsD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vdsQIJObsD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdsQIJObsD .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vdsQIJObsD .nav-item {
    margin: 0 !important;
  }
}
.cid-vdsQIJObsD .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vdsQIJObsD .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-vdsQIJObsD .nav-item .nav-link:hover,
.cid-vdsQIJObsD .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vdsQIJObsD .nav-item .nav-link:hover:before,
.cid-vdsQIJObsD .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vdsQIJObsD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdsQIJObsD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdsQIJObsD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdsQIJObsD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsQIJObsD .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-vdsQIJObsD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdsQIJObsD .offcanvas_box {
    display: none;
  }
}
.cid-vdsQIJObsD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vdsQIJObsD .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdsQIJObsD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdsQIJObsD .container {
  display: flex;
  margin: auto;
}
.cid-vdsQIJObsD .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-vdsQIJObsD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdsQIJObsD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdsQIJObsD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdsQIJObsD .navbar-nav {
    margin: 0;
  }
}
.cid-vdsQIJObsD .dropdown-menu,
.cid-vdsQIJObsD .navbar.opened {
  background-color: false !important;
}
.cid-vdsQIJObsD .nav-item:focus,
.cid-vdsQIJObsD .nav-link:focus {
  outline: none;
}
.cid-vdsQIJObsD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdsQIJObsD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdsQIJObsD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdsQIJObsD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdsQIJObsD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdsQIJObsD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdsQIJObsD .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vdsQIJObsD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vdsQIJObsD .navbar.opened {
  transition: all 0.3s;
}
.cid-vdsQIJObsD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdsQIJObsD .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdsQIJObsD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vdsQIJObsD .navbar.collapsed {
  justify-content: center;
}
.cid-vdsQIJObsD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdsQIJObsD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdsQIJObsD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdsQIJObsD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdsQIJObsD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdsQIJObsD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdsQIJObsD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdsQIJObsD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdsQIJObsD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vdsQIJObsD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdsQIJObsD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdsQIJObsD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdsQIJObsD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdsQIJObsD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdsQIJObsD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdsQIJObsD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdsQIJObsD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdsQIJObsD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdsQIJObsD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vdsQIJObsD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdsQIJObsD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdsQIJObsD .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdsQIJObsD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdsQIJObsD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdsQIJObsD .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-vdsQIJObsD .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vdsQIJObsD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdsQIJObsD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdsQIJObsD .dropdown-item.active,
.cid-vdsQIJObsD .dropdown-item:active {
  background-color: transparent;
}
.cid-vdsQIJObsD .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vdsQIJObsD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdsQIJObsD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdsQIJObsD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdsQIJObsD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vdsQIJObsD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdsQIJObsD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-vdsQIJObsD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vdsQIJObsD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdsQIJObsD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsQIJObsD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsQIJObsD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdsQIJObsD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsQIJObsD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdsQIJObsD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdsQIJObsD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsQIJObsD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdsQIJObsD .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-vdsQIJObsD .navbar {
    height: 70px;
  }
  .cid-vdsQIJObsD .navbar.opened {
    height: auto;
  }
  .cid-vdsQIJObsD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdsQIJObsD .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdsQIJObsD .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vdsQIJObsD .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vdsQIJObsD .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vdsQIJObsD .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vdsQIJObsD .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-vdsQIJObsD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdsQIJObsD .text_widget {
  margin-bottom: 32px;
}
.cid-vdsQIJObsD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vdsQIJObsD .text_widget a:hover,
.cid-vdsQIJObsD .text_widget a:focus {
  opacity: .8;
}
.cid-vdsQIJObsD .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-vdsQIJObsD .contacts-wrapper {
    display: none;
  }
}
.cid-vdsQIJObsD .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vdsQIJObsD .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vdsQIJObsD .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-vdsQIJObsD .contacts-wrapper a .mbr-contact:hover:before,
.cid-vdsQIJObsD .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vdsQIJObsD .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vdsQIJObsD .navbar-caption {
  color: #c7fcb5;
}
.cid-vdsQIJObsD .mbr-contact {
  color: #ffffff;
}
.cid-vdsQIJObsD .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vdsQIJObsD .mbr-section-subtitle,
.cid-vdsQIJObsD .text_widget,
.cid-vdsQIJObsD .mbr-section-btn {
  text-align: center;
}
.cid-vdsQIJObsD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vdsQIKDsce {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdsQIKDsce .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsQIKDsce .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-vdsQIKDsce .container {
    padding: 0 30px;
  }
}
.cid-vdsQIKDsce .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-vdsQIKDsce .content-wrapper {
    display: block;
  }
}
.cid-vdsQIKDsce .content-wrapper .card {
  justify-content: center;
}
.cid-vdsQIKDsce .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsQIKDsce .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-vdsQIKDsce .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vdsQIKDsce .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vdsQIKDsce .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsQIKDsce .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-vdsQIKDsce .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-vdsQIKDsce .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdsQIKDsce .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-vdsQIKDsce .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-vdsQIKDsce .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vdsQIKDsce .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-vdsQIKDsce .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdsQIKDsce .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-vdsQIKDsce .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-vdsQIKDsce .mbr-section-title {
  color: #144031;
}
.cid-vdsQIKDsce .mbr-text {
  color: #144031;
}
.cid-vdsQIKDsce .list {
  color: #144031;
}
.cid-vdsQILbVwU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaffe2;
}
.cid-vdsQILbVwU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsQILbVwU .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-vdsQILbVwU .container {
    padding: 0 30px;
  }
}
.cid-vdsQILbVwU .row {
  justify-content: center;
}
.cid-vdsQILbVwU .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-vdsQILbVwU .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vdsQILbVwU .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-vdsQILbVwU .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-vdsQILbVwU .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdsQILbVwU .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-vdsQILbVwU .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdsQILbVwU .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-vdsQILbVwU .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-vdsQILbVwU .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-vdsQILbVwU .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsQILbVwU .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-vdsQILbVwU .item-title {
  color: #144031;
}
.cid-vdsQILbVwU .item-desc {
  color: #144031;
}
.cid-vdsQILONTD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdsQILONTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsQILONTD .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-vdsQILONTD .container {
    padding: 0 30px;
  }
}
.cid-vdsQILONTD .items-wrapper .item:first-child {
  position: relative;
}
.cid-vdsQILONTD .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-vdsQILONTD .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-vdsQILONTD .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-vdsQILONTD .items-wrapper .item:last-child {
  position: relative;
}
.cid-vdsQILONTD .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-vdsQILONTD .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-vdsQILONTD .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vdsQILONTD .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vdsQILONTD .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdsQILONTD .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vdsQILONTD .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsQILONTD .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-vdsQILONTD .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-vdsQILONTD .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsQILONTD .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-vdsQILONTD .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-vdsQILONTD .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-vdsQILONTD .item-title {
  color: #144031;
}
.cid-vdsQILONTD .item-text {
  color: #144031;
}
.cid-vdsQIMjUv9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsQIMjUv9 .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsQIMjUv9 .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsQIMjUv9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsQIMjUv9 .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-vdsQIMjUv9 .container {
    padding: 0 30px;
  }
}
.cid-vdsQIMjUv9 .row {
  justify-content: center;
}
.cid-vdsQIMjUv9 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdsQIMjUv9 .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsQIMjUv9 .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-vdsQIMjUv9 .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-vdsQIMjUv9 .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-vdsQIMjUv9 .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-vdsQIMjUv9 .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-vdsQIMjUv9 .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-vdsQIMjUv9 .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-vdsQIMjUv9 .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #144031;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-vdsQIMjUv9 .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-vdsQIMjUv9 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-vdsQIMjUv9 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-vdsQIMjUv9 .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vdsQIMjUv9 .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-vdsQIMjUv9 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vdsQIMjUv9 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-vdsQIMjUv9 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsQIMjUv9 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsQIMjUv9 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #c7fcb5;
}
@media (max-width: 992px) {
  .cid-vdsQIMjUv9 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-vdsQIMjUv9 .mbr-desc {
  color: #c7fcb5;
}
.cid-vdsQIMjUv9 .mbr-section-title {
  color: #ffffff;
}
.cid-vdsQIMjUv9 .mbr-text {
  color: #ffffff;
}
.cid-vdsQIN2VPM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsQIN2VPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsQIN2VPM .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-vdsQIN2VPM .container {
    padding: 0 30px;
  }
}
.cid-vdsQIN2VPM .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-vdsQIN2VPM .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-vdsQIN2VPM .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vdsQIN2VPM .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-vdsQIN2VPM .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-vdsQIN2VPM .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-vdsQIN2VPM .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-vdsQIN2VPM .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-vdsQIN2VPM .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-vdsQIN2VPM .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdsQIN2VPM .item-title {
  color: #144031;
}
.cid-vdsQIN2VPM .item-text {
  color: #144031;
}
.cid-vdsQINxEsr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsQINxEsr .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  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-vdsQINxEsr .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsQINxEsr .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsQINxEsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsQINxEsr .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-vdsQINxEsr .container {
    padding: 0 30px;
  }
}
.cid-vdsQINxEsr .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vdsQINxEsr .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsQINxEsr .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdsQINxEsr .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsQINxEsr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsQINxEsr .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-vdsQINxEsr .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-vdsQINxEsr .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-vdsQINxEsr .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-vdsQINxEsr .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vdsQINxEsr .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #c7fcb5 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdsQINxEsr .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-vdsQINxEsr .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #c7fcb5;
  transition: all 0.3s ease-in-out;
}
.cid-vdsQINxEsr .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vdsQINxEsr .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-vdsQINxEsr .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-vdsQINxEsr .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-vdsQINxEsr .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-vdsQINxEsr .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vdsQINxEsr .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #c7fcb5;
  border-color: #c7fcb5;
  border-radius: 0;
}
.cid-vdsQINxEsr .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-vdsQINxEsr .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-vdsQINxEsr .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-vdsQINxEsr .mbr-section-title {
  color: #ffffff;
}
.cid-vdsQINxEsr .mbr-section-title,
.cid-vdsQINxEsr .mbr-section-btn {
  text-align: center;
}
.cid-vdsQINxEsr LABEL {
  color: #fffcf5;
}
.cid-vdsQIOcisa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsQIOcisa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsQIOcisa .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-vdsQIOcisa .container {
    padding: 0 30px;
  }
}
.cid-vdsQIOcisa .card {
  justify-content: center;
}
.cid-vdsQIOcisa .title-wrapper {
  margin-bottom: 20px;
}
.cid-vdsQIOcisa .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vdsQIOcisa .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-vdsQIOcisa .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsQIOcisa .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-vdsQIOcisa .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdsQIOcisa .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-vdsQIOcisa .nav-wrapper .list .item-wrap:hover::before,
.cid-vdsQIOcisa .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdsQIOcisa .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsQIOcisa .mbr-copy {
  margin-bottom: 0;
  color: #144031;
  text-align: left;
}
.cid-vdsQIOcisa .mbr-section-title {
  color: #144031;
}
.cid-vdsQIOcisa .list {
  color: #144031;
}
.cid-vdsQIOcisa .mbr-section-title,
.cid-vdsQIOcisa .title-wrapper {
  text-align: left;
}
.cid-vdsRdkny6G {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vdsRdkny6G .navbar-dropdown {
  background-color: #22654e !important;
  padding: 0;
}
.cid-vdsRdkny6G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #22654e !important;
  background: #22654e;
}
.cid-vdsRdkny6G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdsRdkny6G .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdsRdkny6G .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vdsRdkny6G .menu_box .navbar.opened,
  .cid-vdsRdkny6G .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdsRdkny6G nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdsRdkny6G .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vdsRdkny6G .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vdsRdkny6G .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vdsRdkny6G .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdsRdkny6G .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdsRdkny6G .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vdsRdkny6G .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdsRdkny6G .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdsRdkny6G .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdsRdkny6G .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdsRdkny6G .offcanvas-body .mbr-text,
  .cid-vdsRdkny6G .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vdsRdkny6G .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vdsRdkny6G .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdsRdkny6G .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vdsRdkny6G .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdsRdkny6G .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdsRdkny6G .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdsRdkny6G .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdsRdkny6G ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdsRdkny6G .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsRdkny6G .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-vdsRdkny6G .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdsRdkny6G 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-vdsRdkny6G .lg_brand {
    margin: 0 1rem;
  }
  .cid-vdsRdkny6G .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vdsRdkny6G .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdsRdkny6G .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vdsRdkny6G .nav-item {
    margin: 0 !important;
  }
}
.cid-vdsRdkny6G .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vdsRdkny6G .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-vdsRdkny6G .nav-item .nav-link:hover,
.cid-vdsRdkny6G .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vdsRdkny6G .nav-item .nav-link:hover:before,
.cid-vdsRdkny6G .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vdsRdkny6G .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdsRdkny6G .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdsRdkny6G .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdsRdkny6G .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsRdkny6G .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-vdsRdkny6G .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdsRdkny6G .offcanvas_box {
    display: none;
  }
}
.cid-vdsRdkny6G .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vdsRdkny6G .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdsRdkny6G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdsRdkny6G .container {
  display: flex;
  margin: auto;
}
.cid-vdsRdkny6G .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-vdsRdkny6G .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdsRdkny6G .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdsRdkny6G .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdsRdkny6G .navbar-nav {
    margin: 0;
  }
}
.cid-vdsRdkny6G .dropdown-menu,
.cid-vdsRdkny6G .navbar.opened {
  background-color: false !important;
}
.cid-vdsRdkny6G .nav-item:focus,
.cid-vdsRdkny6G .nav-link:focus {
  outline: none;
}
.cid-vdsRdkny6G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdsRdkny6G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdsRdkny6G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdsRdkny6G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdsRdkny6G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdsRdkny6G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdsRdkny6G .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vdsRdkny6G .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vdsRdkny6G .navbar.opened {
  transition: all 0.3s;
}
.cid-vdsRdkny6G .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdsRdkny6G .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdsRdkny6G .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vdsRdkny6G .navbar.collapsed {
  justify-content: center;
}
.cid-vdsRdkny6G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdsRdkny6G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdsRdkny6G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdsRdkny6G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdsRdkny6G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdsRdkny6G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdsRdkny6G .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdsRdkny6G .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdsRdkny6G .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vdsRdkny6G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdsRdkny6G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdsRdkny6G .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdsRdkny6G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdsRdkny6G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdsRdkny6G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdsRdkny6G .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdsRdkny6G .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdsRdkny6G .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdsRdkny6G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vdsRdkny6G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdsRdkny6G .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdsRdkny6G .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdsRdkny6G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdsRdkny6G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdsRdkny6G .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-vdsRdkny6G .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vdsRdkny6G .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdsRdkny6G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdsRdkny6G .dropdown-item.active,
.cid-vdsRdkny6G .dropdown-item:active {
  background-color: transparent;
}
.cid-vdsRdkny6G .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vdsRdkny6G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdsRdkny6G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdsRdkny6G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdsRdkny6G ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vdsRdkny6G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdsRdkny6G button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-vdsRdkny6G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vdsRdkny6G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdsRdkny6G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsRdkny6G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsRdkny6G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdsRdkny6G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsRdkny6G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdsRdkny6G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdsRdkny6G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsRdkny6G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdsRdkny6G .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-vdsRdkny6G .navbar {
    height: 70px;
  }
  .cid-vdsRdkny6G .navbar.opened {
    height: auto;
  }
  .cid-vdsRdkny6G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdsRdkny6G .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdsRdkny6G .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vdsRdkny6G .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vdsRdkny6G .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vdsRdkny6G .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vdsRdkny6G .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-vdsRdkny6G .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdsRdkny6G .text_widget {
  margin-bottom: 32px;
}
.cid-vdsRdkny6G .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vdsRdkny6G .text_widget a:hover,
.cid-vdsRdkny6G .text_widget a:focus {
  opacity: .8;
}
.cid-vdsRdkny6G .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-vdsRdkny6G .contacts-wrapper {
    display: none;
  }
}
.cid-vdsRdkny6G .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vdsRdkny6G .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vdsRdkny6G .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-vdsRdkny6G .contacts-wrapper a .mbr-contact:hover:before,
.cid-vdsRdkny6G .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vdsRdkny6G .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vdsRdkny6G .navbar-caption {
  color: #c7fcb5;
}
.cid-vdsRdkny6G .mbr-contact {
  color: #ffffff;
}
.cid-vdsRdkny6G .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vdsRdkny6G .mbr-section-subtitle,
.cid-vdsRdkny6G .text_widget,
.cid-vdsRdkny6G .mbr-section-btn {
  text-align: center;
}
.cid-vdsRdkny6G a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vdsRdlejN0 {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdsRdlejN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsRdlejN0 .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-vdsRdlejN0 .container {
    padding: 0 30px;
  }
}
.cid-vdsRdlejN0 .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-vdsRdlejN0 .content-wrapper {
    display: block;
  }
}
.cid-vdsRdlejN0 .content-wrapper .card {
  justify-content: center;
}
.cid-vdsRdlejN0 .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsRdlejN0 .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-vdsRdlejN0 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vdsRdlejN0 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vdsRdlejN0 .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsRdlejN0 .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-vdsRdlejN0 .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-vdsRdlejN0 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdsRdlejN0 .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-vdsRdlejN0 .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-vdsRdlejN0 .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vdsRdlejN0 .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-vdsRdlejN0 .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdsRdlejN0 .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-vdsRdlejN0 .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-vdsRdlejN0 .mbr-section-title {
  color: #144031;
}
.cid-vdsRdlejN0 .mbr-text {
  color: #144031;
}
.cid-vdsRdlejN0 .list {
  color: #144031;
}
.cid-vdsRdlGbEp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaffe2;
}
.cid-vdsRdlGbEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsRdlGbEp .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-vdsRdlGbEp .container {
    padding: 0 30px;
  }
}
.cid-vdsRdlGbEp .row {
  justify-content: center;
}
.cid-vdsRdlGbEp .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-vdsRdlGbEp .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vdsRdlGbEp .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-vdsRdlGbEp .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-vdsRdlGbEp .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdsRdlGbEp .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-vdsRdlGbEp .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdsRdlGbEp .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-vdsRdlGbEp .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-vdsRdlGbEp .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-vdsRdlGbEp .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsRdlGbEp .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-vdsRdlGbEp .item-title {
  color: #144031;
}
.cid-vdsRdlGbEp .item-desc {
  color: #144031;
}
.cid-vdsRdmfLl3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdsRdmfLl3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsRdmfLl3 .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-vdsRdmfLl3 .container {
    padding: 0 30px;
  }
}
.cid-vdsRdmfLl3 .items-wrapper .item:first-child {
  position: relative;
}
.cid-vdsRdmfLl3 .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-vdsRdmfLl3 .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-vdsRdmfLl3 .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-vdsRdmfLl3 .items-wrapper .item:last-child {
  position: relative;
}
.cid-vdsRdmfLl3 .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-vdsRdmfLl3 .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-vdsRdmfLl3 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vdsRdmfLl3 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vdsRdmfLl3 .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdsRdmfLl3 .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vdsRdmfLl3 .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsRdmfLl3 .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-vdsRdmfLl3 .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-vdsRdmfLl3 .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsRdmfLl3 .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-vdsRdmfLl3 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-vdsRdmfLl3 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-vdsRdmfLl3 .item-title {
  color: #144031;
}
.cid-vdsRdmfLl3 .item-text {
  color: #144031;
}
.cid-vdsRdmSEba {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsRdmSEba .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsRdmSEba .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsRdmSEba .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsRdmSEba .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-vdsRdmSEba .container {
    padding: 0 30px;
  }
}
.cid-vdsRdmSEba .row {
  justify-content: center;
}
.cid-vdsRdmSEba .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdsRdmSEba .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsRdmSEba .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-vdsRdmSEba .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-vdsRdmSEba .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-vdsRdmSEba .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-vdsRdmSEba .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-vdsRdmSEba .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-vdsRdmSEba .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-vdsRdmSEba .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #144031;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-vdsRdmSEba .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-vdsRdmSEba .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-vdsRdmSEba .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-vdsRdmSEba .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vdsRdmSEba .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-vdsRdmSEba .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vdsRdmSEba .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-vdsRdmSEba .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsRdmSEba .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsRdmSEba .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #c7fcb5;
}
@media (max-width: 992px) {
  .cid-vdsRdmSEba .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-vdsRdmSEba .mbr-desc {
  color: #c7fcb5;
}
.cid-vdsRdmSEba .mbr-section-title {
  color: #ffffff;
}
.cid-vdsRdmSEba .mbr-text {
  color: #ffffff;
}
.cid-vdsRdnQM9U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsRdnQM9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsRdnQM9U .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-vdsRdnQM9U .container {
    padding: 0 30px;
  }
}
.cid-vdsRdnQM9U .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-vdsRdnQM9U .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-vdsRdnQM9U .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vdsRdnQM9U .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-vdsRdnQM9U .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-vdsRdnQM9U .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-vdsRdnQM9U .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-vdsRdnQM9U .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-vdsRdnQM9U .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-vdsRdnQM9U .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdsRdnQM9U .item-title {
  color: #144031;
}
.cid-vdsRdnQM9U .item-text {
  color: #144031;
}
.cid-vdsRdoCLsy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsRdoCLsy .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  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-vdsRdoCLsy .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsRdoCLsy .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsRdoCLsy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsRdoCLsy .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-vdsRdoCLsy .container {
    padding: 0 30px;
  }
}
.cid-vdsRdoCLsy .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vdsRdoCLsy .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsRdoCLsy .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdsRdoCLsy .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsRdoCLsy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsRdoCLsy .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-vdsRdoCLsy .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-vdsRdoCLsy .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-vdsRdoCLsy .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-vdsRdoCLsy .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vdsRdoCLsy .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #c7fcb5 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdsRdoCLsy .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-vdsRdoCLsy .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #c7fcb5;
  transition: all 0.3s ease-in-out;
}
.cid-vdsRdoCLsy .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vdsRdoCLsy .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-vdsRdoCLsy .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-vdsRdoCLsy .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-vdsRdoCLsy .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-vdsRdoCLsy .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vdsRdoCLsy .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #c7fcb5;
  border-color: #c7fcb5;
  border-radius: 0;
}
.cid-vdsRdoCLsy .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-vdsRdoCLsy .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-vdsRdoCLsy .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-vdsRdoCLsy .mbr-section-title {
  color: #ffffff;
}
.cid-vdsRdoCLsy .mbr-section-title,
.cid-vdsRdoCLsy .mbr-section-btn {
  text-align: center;
}
.cid-vdsRdoCLsy LABEL {
  color: #fffcf5;
}
.cid-vdsRdplYrB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsRdplYrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsRdplYrB .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-vdsRdplYrB .container {
    padding: 0 30px;
  }
}
.cid-vdsRdplYrB .card {
  justify-content: center;
}
.cid-vdsRdplYrB .title-wrapper {
  margin-bottom: 20px;
}
.cid-vdsRdplYrB .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vdsRdplYrB .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-vdsRdplYrB .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsRdplYrB .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-vdsRdplYrB .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdsRdplYrB .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-vdsRdplYrB .nav-wrapper .list .item-wrap:hover::before,
.cid-vdsRdplYrB .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdsRdplYrB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsRdplYrB .mbr-copy {
  margin-bottom: 0;
  color: #144031;
  text-align: left;
}
.cid-vdsRdplYrB .mbr-section-title {
  color: #144031;
}
.cid-vdsRdplYrB .list {
  color: #144031;
}
.cid-vdsRdplYrB .mbr-section-title,
.cid-vdsRdplYrB .title-wrapper {
  text-align: left;
}
.cid-vdsRGV2GTs {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vdsRGV2GTs .navbar-dropdown {
  background-color: #22654e !important;
  padding: 0;
}
.cid-vdsRGV2GTs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #22654e !important;
  background: #22654e;
}
.cid-vdsRGV2GTs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdsRGV2GTs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdsRGV2GTs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vdsRGV2GTs .menu_box .navbar.opened,
  .cid-vdsRGV2GTs .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdsRGV2GTs nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdsRGV2GTs .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vdsRGV2GTs .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vdsRGV2GTs .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vdsRGV2GTs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdsRGV2GTs .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdsRGV2GTs .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vdsRGV2GTs .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdsRGV2GTs .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdsRGV2GTs .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdsRGV2GTs .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdsRGV2GTs .offcanvas-body .mbr-text,
  .cid-vdsRGV2GTs .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vdsRGV2GTs .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vdsRGV2GTs .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdsRGV2GTs .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vdsRGV2GTs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdsRGV2GTs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdsRGV2GTs .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdsRGV2GTs .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdsRGV2GTs ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdsRGV2GTs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsRGV2GTs .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-vdsRGV2GTs .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdsRGV2GTs 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-vdsRGV2GTs .lg_brand {
    margin: 0 1rem;
  }
  .cid-vdsRGV2GTs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vdsRGV2GTs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdsRGV2GTs .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vdsRGV2GTs .nav-item {
    margin: 0 !important;
  }
}
.cid-vdsRGV2GTs .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vdsRGV2GTs .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-vdsRGV2GTs .nav-item .nav-link:hover,
.cid-vdsRGV2GTs .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vdsRGV2GTs .nav-item .nav-link:hover:before,
.cid-vdsRGV2GTs .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vdsRGV2GTs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdsRGV2GTs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdsRGV2GTs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdsRGV2GTs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsRGV2GTs .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-vdsRGV2GTs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdsRGV2GTs .offcanvas_box {
    display: none;
  }
}
.cid-vdsRGV2GTs .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vdsRGV2GTs .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdsRGV2GTs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdsRGV2GTs .container {
  display: flex;
  margin: auto;
}
.cid-vdsRGV2GTs .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-vdsRGV2GTs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdsRGV2GTs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdsRGV2GTs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdsRGV2GTs .navbar-nav {
    margin: 0;
  }
}
.cid-vdsRGV2GTs .dropdown-menu,
.cid-vdsRGV2GTs .navbar.opened {
  background-color: false !important;
}
.cid-vdsRGV2GTs .nav-item:focus,
.cid-vdsRGV2GTs .nav-link:focus {
  outline: none;
}
.cid-vdsRGV2GTs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdsRGV2GTs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdsRGV2GTs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdsRGV2GTs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdsRGV2GTs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdsRGV2GTs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdsRGV2GTs .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vdsRGV2GTs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vdsRGV2GTs .navbar.opened {
  transition: all 0.3s;
}
.cid-vdsRGV2GTs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdsRGV2GTs .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdsRGV2GTs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vdsRGV2GTs .navbar.collapsed {
  justify-content: center;
}
.cid-vdsRGV2GTs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdsRGV2GTs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdsRGV2GTs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdsRGV2GTs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdsRGV2GTs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdsRGV2GTs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdsRGV2GTs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdsRGV2GTs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdsRGV2GTs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vdsRGV2GTs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdsRGV2GTs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdsRGV2GTs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdsRGV2GTs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdsRGV2GTs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdsRGV2GTs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdsRGV2GTs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdsRGV2GTs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdsRGV2GTs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdsRGV2GTs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vdsRGV2GTs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdsRGV2GTs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdsRGV2GTs .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdsRGV2GTs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdsRGV2GTs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdsRGV2GTs .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-vdsRGV2GTs .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vdsRGV2GTs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdsRGV2GTs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdsRGV2GTs .dropdown-item.active,
.cid-vdsRGV2GTs .dropdown-item:active {
  background-color: transparent;
}
.cid-vdsRGV2GTs .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vdsRGV2GTs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdsRGV2GTs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdsRGV2GTs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdsRGV2GTs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vdsRGV2GTs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdsRGV2GTs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-vdsRGV2GTs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vdsRGV2GTs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdsRGV2GTs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsRGV2GTs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsRGV2GTs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdsRGV2GTs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsRGV2GTs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdsRGV2GTs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdsRGV2GTs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsRGV2GTs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdsRGV2GTs .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-vdsRGV2GTs .navbar {
    height: 70px;
  }
  .cid-vdsRGV2GTs .navbar.opened {
    height: auto;
  }
  .cid-vdsRGV2GTs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdsRGV2GTs .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdsRGV2GTs .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vdsRGV2GTs .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vdsRGV2GTs .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vdsRGV2GTs .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vdsRGV2GTs .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-vdsRGV2GTs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdsRGV2GTs .text_widget {
  margin-bottom: 32px;
}
.cid-vdsRGV2GTs .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vdsRGV2GTs .text_widget a:hover,
.cid-vdsRGV2GTs .text_widget a:focus {
  opacity: .8;
}
.cid-vdsRGV2GTs .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-vdsRGV2GTs .contacts-wrapper {
    display: none;
  }
}
.cid-vdsRGV2GTs .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vdsRGV2GTs .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vdsRGV2GTs .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-vdsRGV2GTs .contacts-wrapper a .mbr-contact:hover:before,
.cid-vdsRGV2GTs .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vdsRGV2GTs .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vdsRGV2GTs .navbar-caption {
  color: #c7fcb5;
}
.cid-vdsRGV2GTs .mbr-contact {
  color: #ffffff;
}
.cid-vdsRGV2GTs .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vdsRGV2GTs .mbr-section-subtitle,
.cid-vdsRGV2GTs .text_widget,
.cid-vdsRGV2GTs .mbr-section-btn {
  text-align: center;
}
.cid-vdsRGV2GTs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vdsRGXrfFN {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdsRGXrfFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsRGXrfFN .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-vdsRGXrfFN .container {
    padding: 0 30px;
  }
}
.cid-vdsRGXrfFN .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-vdsRGXrfFN .content-wrapper {
    display: block;
  }
}
.cid-vdsRGXrfFN .content-wrapper .card {
  justify-content: center;
}
.cid-vdsRGXrfFN .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsRGXrfFN .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-vdsRGXrfFN .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vdsRGXrfFN .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vdsRGXrfFN .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsRGXrfFN .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-vdsRGXrfFN .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-vdsRGXrfFN .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdsRGXrfFN .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-vdsRGXrfFN .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-vdsRGXrfFN .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vdsRGXrfFN .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-vdsRGXrfFN .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdsRGXrfFN .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-vdsRGXrfFN .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-vdsRGXrfFN .mbr-section-title {
  color: #144031;
}
.cid-vdsRGXrfFN .mbr-text {
  color: #144031;
}
.cid-vdsRGXrfFN .list {
  color: #144031;
}
.cid-vdsRGYt5WP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaffe2;
}
.cid-vdsRGYt5WP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsRGYt5WP .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-vdsRGYt5WP .container {
    padding: 0 30px;
  }
}
.cid-vdsRGYt5WP .row {
  justify-content: center;
}
.cid-vdsRGYt5WP .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-vdsRGYt5WP .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vdsRGYt5WP .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-vdsRGYt5WP .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-vdsRGYt5WP .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdsRGYt5WP .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-vdsRGYt5WP .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdsRGYt5WP .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-vdsRGYt5WP .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-vdsRGYt5WP .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-vdsRGYt5WP .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsRGYt5WP .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-vdsRGYt5WP .item-title {
  color: #144031;
}
.cid-vdsRGYt5WP .item-desc {
  color: #144031;
}
.cid-vdsRGZ6WqC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdsRGZ6WqC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsRGZ6WqC .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-vdsRGZ6WqC .container {
    padding: 0 30px;
  }
}
.cid-vdsRGZ6WqC .items-wrapper .item:first-child {
  position: relative;
}
.cid-vdsRGZ6WqC .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-vdsRGZ6WqC .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-vdsRGZ6WqC .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-vdsRGZ6WqC .items-wrapper .item:last-child {
  position: relative;
}
.cid-vdsRGZ6WqC .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-vdsRGZ6WqC .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-vdsRGZ6WqC .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vdsRGZ6WqC .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vdsRGZ6WqC .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdsRGZ6WqC .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vdsRGZ6WqC .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsRGZ6WqC .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-vdsRGZ6WqC .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-vdsRGZ6WqC .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsRGZ6WqC .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-vdsRGZ6WqC .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-vdsRGZ6WqC .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-vdsRGZ6WqC .item-title {
  color: #144031;
}
.cid-vdsRGZ6WqC .item-text {
  color: #144031;
}
.cid-vdsRGZABiU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsRGZABiU .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsRGZABiU .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsRGZABiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsRGZABiU .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-vdsRGZABiU .container {
    padding: 0 30px;
  }
}
.cid-vdsRGZABiU .row {
  justify-content: center;
}
.cid-vdsRGZABiU .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdsRGZABiU .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsRGZABiU .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-vdsRGZABiU .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-vdsRGZABiU .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-vdsRGZABiU .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-vdsRGZABiU .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-vdsRGZABiU .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-vdsRGZABiU .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-vdsRGZABiU .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #144031;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-vdsRGZABiU .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-vdsRGZABiU .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-vdsRGZABiU .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-vdsRGZABiU .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vdsRGZABiU .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-vdsRGZABiU .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vdsRGZABiU .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-vdsRGZABiU .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsRGZABiU .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsRGZABiU .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #c7fcb5;
}
@media (max-width: 992px) {
  .cid-vdsRGZABiU .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-vdsRGZABiU .mbr-desc {
  color: #c7fcb5;
}
.cid-vdsRGZABiU .mbr-section-title {
  color: #ffffff;
}
.cid-vdsRGZABiU .mbr-text {
  color: #ffffff;
}
.cid-vdsRH0aoMB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsRH0aoMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsRH0aoMB .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-vdsRH0aoMB .container {
    padding: 0 30px;
  }
}
.cid-vdsRH0aoMB .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-vdsRH0aoMB .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-vdsRH0aoMB .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vdsRH0aoMB .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-vdsRH0aoMB .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-vdsRH0aoMB .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-vdsRH0aoMB .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-vdsRH0aoMB .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-vdsRH0aoMB .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-vdsRH0aoMB .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdsRH0aoMB .item-title {
  color: #144031;
}
.cid-vdsRH0aoMB .item-text {
  color: #144031;
}
.cid-vdsRH0NLCB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsRH0NLCB .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  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-vdsRH0NLCB .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsRH0NLCB .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsRH0NLCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsRH0NLCB .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-vdsRH0NLCB .container {
    padding: 0 30px;
  }
}
.cid-vdsRH0NLCB .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vdsRH0NLCB .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsRH0NLCB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdsRH0NLCB .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsRH0NLCB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsRH0NLCB .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-vdsRH0NLCB .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-vdsRH0NLCB .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-vdsRH0NLCB .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-vdsRH0NLCB .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vdsRH0NLCB .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #c7fcb5 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdsRH0NLCB .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-vdsRH0NLCB .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #c7fcb5;
  transition: all 0.3s ease-in-out;
}
.cid-vdsRH0NLCB .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vdsRH0NLCB .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-vdsRH0NLCB .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-vdsRH0NLCB .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-vdsRH0NLCB .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-vdsRH0NLCB .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vdsRH0NLCB .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #c7fcb5;
  border-color: #c7fcb5;
  border-radius: 0;
}
.cid-vdsRH0NLCB .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-vdsRH0NLCB .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-vdsRH0NLCB .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-vdsRH0NLCB .mbr-section-title {
  color: #ffffff;
}
.cid-vdsRH0NLCB .mbr-section-title,
.cid-vdsRH0NLCB .mbr-section-btn {
  text-align: center;
}
.cid-vdsRH0NLCB LABEL {
  color: #fffcf5;
}
.cid-vdsRH1nwWt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsRH1nwWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsRH1nwWt .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-vdsRH1nwWt .container {
    padding: 0 30px;
  }
}
.cid-vdsRH1nwWt .card {
  justify-content: center;
}
.cid-vdsRH1nwWt .title-wrapper {
  margin-bottom: 20px;
}
.cid-vdsRH1nwWt .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vdsRH1nwWt .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-vdsRH1nwWt .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsRH1nwWt .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-vdsRH1nwWt .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdsRH1nwWt .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-vdsRH1nwWt .nav-wrapper .list .item-wrap:hover::before,
.cid-vdsRH1nwWt .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdsRH1nwWt .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsRH1nwWt .mbr-copy {
  margin-bottom: 0;
  color: #144031;
  text-align: left;
}
.cid-vdsRH1nwWt .mbr-section-title {
  color: #144031;
}
.cid-vdsRH1nwWt .list {
  color: #144031;
}
.cid-vdsRH1nwWt .mbr-section-title,
.cid-vdsRH1nwWt .title-wrapper {
  text-align: left;
}
.cid-vdsSiDDSzc {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vdsSiDDSzc .navbar-dropdown {
  background-color: #22654e !important;
  padding: 0;
}
.cid-vdsSiDDSzc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #22654e !important;
  background: #22654e;
}
.cid-vdsSiDDSzc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdsSiDDSzc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdsSiDDSzc .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vdsSiDDSzc .menu_box .navbar.opened,
  .cid-vdsSiDDSzc .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdsSiDDSzc nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdsSiDDSzc .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vdsSiDDSzc .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vdsSiDDSzc .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vdsSiDDSzc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdsSiDDSzc .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdsSiDDSzc .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vdsSiDDSzc .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdsSiDDSzc .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdsSiDDSzc .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdsSiDDSzc .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdsSiDDSzc .offcanvas-body .mbr-text,
  .cid-vdsSiDDSzc .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vdsSiDDSzc .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vdsSiDDSzc .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdsSiDDSzc .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vdsSiDDSzc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdsSiDDSzc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdsSiDDSzc .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdsSiDDSzc .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdsSiDDSzc ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdsSiDDSzc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsSiDDSzc .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-vdsSiDDSzc .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdsSiDDSzc 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-vdsSiDDSzc .lg_brand {
    margin: 0 1rem;
  }
  .cid-vdsSiDDSzc .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vdsSiDDSzc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdsSiDDSzc .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vdsSiDDSzc .nav-item {
    margin: 0 !important;
  }
}
.cid-vdsSiDDSzc .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vdsSiDDSzc .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-vdsSiDDSzc .nav-item .nav-link:hover,
.cid-vdsSiDDSzc .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vdsSiDDSzc .nav-item .nav-link:hover:before,
.cid-vdsSiDDSzc .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vdsSiDDSzc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdsSiDDSzc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdsSiDDSzc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdsSiDDSzc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsSiDDSzc .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-vdsSiDDSzc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdsSiDDSzc .offcanvas_box {
    display: none;
  }
}
.cid-vdsSiDDSzc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vdsSiDDSzc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdsSiDDSzc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdsSiDDSzc .container {
  display: flex;
  margin: auto;
}
.cid-vdsSiDDSzc .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-vdsSiDDSzc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdsSiDDSzc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdsSiDDSzc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdsSiDDSzc .navbar-nav {
    margin: 0;
  }
}
.cid-vdsSiDDSzc .dropdown-menu,
.cid-vdsSiDDSzc .navbar.opened {
  background-color: false !important;
}
.cid-vdsSiDDSzc .nav-item:focus,
.cid-vdsSiDDSzc .nav-link:focus {
  outline: none;
}
.cid-vdsSiDDSzc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdsSiDDSzc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdsSiDDSzc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdsSiDDSzc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdsSiDDSzc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdsSiDDSzc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdsSiDDSzc .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vdsSiDDSzc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vdsSiDDSzc .navbar.opened {
  transition: all 0.3s;
}
.cid-vdsSiDDSzc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdsSiDDSzc .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdsSiDDSzc .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vdsSiDDSzc .navbar.collapsed {
  justify-content: center;
}
.cid-vdsSiDDSzc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdsSiDDSzc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdsSiDDSzc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdsSiDDSzc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdsSiDDSzc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdsSiDDSzc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdsSiDDSzc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdsSiDDSzc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdsSiDDSzc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vdsSiDDSzc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdsSiDDSzc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdsSiDDSzc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdsSiDDSzc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdsSiDDSzc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdsSiDDSzc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdsSiDDSzc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdsSiDDSzc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdsSiDDSzc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdsSiDDSzc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vdsSiDDSzc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdsSiDDSzc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdsSiDDSzc .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdsSiDDSzc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdsSiDDSzc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdsSiDDSzc .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-vdsSiDDSzc .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vdsSiDDSzc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdsSiDDSzc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdsSiDDSzc .dropdown-item.active,
.cid-vdsSiDDSzc .dropdown-item:active {
  background-color: transparent;
}
.cid-vdsSiDDSzc .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vdsSiDDSzc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdsSiDDSzc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdsSiDDSzc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdsSiDDSzc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vdsSiDDSzc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdsSiDDSzc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-vdsSiDDSzc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vdsSiDDSzc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdsSiDDSzc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsSiDDSzc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsSiDDSzc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdsSiDDSzc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsSiDDSzc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdsSiDDSzc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdsSiDDSzc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsSiDDSzc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdsSiDDSzc .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-vdsSiDDSzc .navbar {
    height: 70px;
  }
  .cid-vdsSiDDSzc .navbar.opened {
    height: auto;
  }
  .cid-vdsSiDDSzc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdsSiDDSzc .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdsSiDDSzc .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vdsSiDDSzc .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vdsSiDDSzc .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vdsSiDDSzc .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vdsSiDDSzc .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-vdsSiDDSzc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdsSiDDSzc .text_widget {
  margin-bottom: 32px;
}
.cid-vdsSiDDSzc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vdsSiDDSzc .text_widget a:hover,
.cid-vdsSiDDSzc .text_widget a:focus {
  opacity: .8;
}
.cid-vdsSiDDSzc .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-vdsSiDDSzc .contacts-wrapper {
    display: none;
  }
}
.cid-vdsSiDDSzc .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vdsSiDDSzc .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vdsSiDDSzc .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-vdsSiDDSzc .contacts-wrapper a .mbr-contact:hover:before,
.cid-vdsSiDDSzc .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vdsSiDDSzc .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vdsSiDDSzc .navbar-caption {
  color: #c7fcb5;
}
.cid-vdsSiDDSzc .mbr-contact {
  color: #ffffff;
}
.cid-vdsSiDDSzc .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vdsSiDDSzc .mbr-section-subtitle,
.cid-vdsSiDDSzc .text_widget,
.cid-vdsSiDDSzc .mbr-section-btn {
  text-align: center;
}
.cid-vdsSiDDSzc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vdsSiFEEZ4 {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdsSiFEEZ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsSiFEEZ4 .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-vdsSiFEEZ4 .container {
    padding: 0 30px;
  }
}
.cid-vdsSiFEEZ4 .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-vdsSiFEEZ4 .content-wrapper {
    display: block;
  }
}
.cid-vdsSiFEEZ4 .content-wrapper .card {
  justify-content: center;
}
.cid-vdsSiFEEZ4 .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsSiFEEZ4 .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-vdsSiFEEZ4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vdsSiFEEZ4 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vdsSiFEEZ4 .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsSiFEEZ4 .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-vdsSiFEEZ4 .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-vdsSiFEEZ4 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdsSiFEEZ4 .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-vdsSiFEEZ4 .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-vdsSiFEEZ4 .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vdsSiFEEZ4 .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-vdsSiFEEZ4 .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdsSiFEEZ4 .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-vdsSiFEEZ4 .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-vdsSiFEEZ4 .mbr-section-title {
  color: #144031;
}
.cid-vdsSiFEEZ4 .mbr-text {
  color: #144031;
}
.cid-vdsSiFEEZ4 .list {
  color: #144031;
}
.cid-vdsSiGGs9B {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaffe2;
}
.cid-vdsSiGGs9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsSiGGs9B .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-vdsSiGGs9B .container {
    padding: 0 30px;
  }
}
.cid-vdsSiGGs9B .row {
  justify-content: center;
}
.cid-vdsSiGGs9B .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-vdsSiGGs9B .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vdsSiGGs9B .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-vdsSiGGs9B .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-vdsSiGGs9B .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdsSiGGs9B .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-vdsSiGGs9B .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdsSiGGs9B .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-vdsSiGGs9B .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-vdsSiGGs9B .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-vdsSiGGs9B .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsSiGGs9B .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-vdsSiGGs9B .item-title {
  color: #144031;
}
.cid-vdsSiGGs9B .item-desc {
  color: #144031;
}
.cid-vdsSiHFWS1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdsSiHFWS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsSiHFWS1 .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-vdsSiHFWS1 .container {
    padding: 0 30px;
  }
}
.cid-vdsSiHFWS1 .items-wrapper .item:first-child {
  position: relative;
}
.cid-vdsSiHFWS1 .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-vdsSiHFWS1 .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-vdsSiHFWS1 .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-vdsSiHFWS1 .items-wrapper .item:last-child {
  position: relative;
}
.cid-vdsSiHFWS1 .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-vdsSiHFWS1 .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-vdsSiHFWS1 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vdsSiHFWS1 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vdsSiHFWS1 .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdsSiHFWS1 .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vdsSiHFWS1 .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsSiHFWS1 .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-vdsSiHFWS1 .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-vdsSiHFWS1 .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsSiHFWS1 .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-vdsSiHFWS1 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-vdsSiHFWS1 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-vdsSiHFWS1 .item-title {
  color: #144031;
}
.cid-vdsSiHFWS1 .item-text {
  color: #144031;
}
.cid-vdsSiIjPBe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsSiIjPBe .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsSiIjPBe .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsSiIjPBe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsSiIjPBe .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-vdsSiIjPBe .container {
    padding: 0 30px;
  }
}
.cid-vdsSiIjPBe .row {
  justify-content: center;
}
.cid-vdsSiIjPBe .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdsSiIjPBe .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsSiIjPBe .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-vdsSiIjPBe .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-vdsSiIjPBe .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-vdsSiIjPBe .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-vdsSiIjPBe .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-vdsSiIjPBe .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-vdsSiIjPBe .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-vdsSiIjPBe .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #144031;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-vdsSiIjPBe .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-vdsSiIjPBe .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-vdsSiIjPBe .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-vdsSiIjPBe .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vdsSiIjPBe .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-vdsSiIjPBe .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vdsSiIjPBe .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-vdsSiIjPBe .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsSiIjPBe .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsSiIjPBe .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #c7fcb5;
}
@media (max-width: 992px) {
  .cid-vdsSiIjPBe .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-vdsSiIjPBe .mbr-desc {
  color: #c7fcb5;
}
.cid-vdsSiIjPBe .mbr-section-title {
  color: #ffffff;
}
.cid-vdsSiIjPBe .mbr-text {
  color: #ffffff;
}
.cid-vdsSiIXacV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsSiIXacV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsSiIXacV .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-vdsSiIXacV .container {
    padding: 0 30px;
  }
}
.cid-vdsSiIXacV .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-vdsSiIXacV .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-vdsSiIXacV .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vdsSiIXacV .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-vdsSiIXacV .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-vdsSiIXacV .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-vdsSiIXacV .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-vdsSiIXacV .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-vdsSiIXacV .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-vdsSiIXacV .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdsSiIXacV .item-title {
  color: #144031;
}
.cid-vdsSiIXacV .item-text {
  color: #144031;
}
.cid-vdsSiJHpKX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsSiJHpKX .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  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-vdsSiJHpKX .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsSiJHpKX .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsSiJHpKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsSiJHpKX .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-vdsSiJHpKX .container {
    padding: 0 30px;
  }
}
.cid-vdsSiJHpKX .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vdsSiJHpKX .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsSiJHpKX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdsSiJHpKX .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsSiJHpKX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsSiJHpKX .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-vdsSiJHpKX .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-vdsSiJHpKX .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-vdsSiJHpKX .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-vdsSiJHpKX .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vdsSiJHpKX .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #c7fcb5 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdsSiJHpKX .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-vdsSiJHpKX .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #c7fcb5;
  transition: all 0.3s ease-in-out;
}
.cid-vdsSiJHpKX .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vdsSiJHpKX .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-vdsSiJHpKX .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-vdsSiJHpKX .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-vdsSiJHpKX .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-vdsSiJHpKX .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vdsSiJHpKX .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #c7fcb5;
  border-color: #c7fcb5;
  border-radius: 0;
}
.cid-vdsSiJHpKX .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-vdsSiJHpKX .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-vdsSiJHpKX .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-vdsSiJHpKX .mbr-section-title {
  color: #ffffff;
}
.cid-vdsSiJHpKX .mbr-section-title,
.cid-vdsSiJHpKX .mbr-section-btn {
  text-align: center;
}
.cid-vdsSiJHpKX LABEL {
  color: #fffcf5;
}
.cid-vdsSiKqabD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsSiKqabD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsSiKqabD .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-vdsSiKqabD .container {
    padding: 0 30px;
  }
}
.cid-vdsSiKqabD .card {
  justify-content: center;
}
.cid-vdsSiKqabD .title-wrapper {
  margin-bottom: 20px;
}
.cid-vdsSiKqabD .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vdsSiKqabD .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-vdsSiKqabD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsSiKqabD .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-vdsSiKqabD .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdsSiKqabD .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-vdsSiKqabD .nav-wrapper .list .item-wrap:hover::before,
.cid-vdsSiKqabD .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdsSiKqabD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsSiKqabD .mbr-copy {
  margin-bottom: 0;
  color: #144031;
  text-align: left;
}
.cid-vdsSiKqabD .mbr-section-title {
  color: #144031;
}
.cid-vdsSiKqabD .list {
  color: #144031;
}
.cid-vdsSiKqabD .mbr-section-title,
.cid-vdsSiKqabD .title-wrapper {
  text-align: left;
}
.cid-vdsSOOJsYm {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vdsSOOJsYm .navbar-dropdown {
  background-color: #22654e !important;
  padding: 0;
}
.cid-vdsSOOJsYm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #22654e !important;
  background: #22654e;
}
.cid-vdsSOOJsYm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdsSOOJsYm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdsSOOJsYm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vdsSOOJsYm .menu_box .navbar.opened,
  .cid-vdsSOOJsYm .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdsSOOJsYm nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdsSOOJsYm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vdsSOOJsYm .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vdsSOOJsYm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vdsSOOJsYm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdsSOOJsYm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdsSOOJsYm .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vdsSOOJsYm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdsSOOJsYm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdsSOOJsYm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdsSOOJsYm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdsSOOJsYm .offcanvas-body .mbr-text,
  .cid-vdsSOOJsYm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vdsSOOJsYm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vdsSOOJsYm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdsSOOJsYm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vdsSOOJsYm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdsSOOJsYm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdsSOOJsYm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdsSOOJsYm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdsSOOJsYm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdsSOOJsYm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsSOOJsYm .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-vdsSOOJsYm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdsSOOJsYm 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-vdsSOOJsYm .lg_brand {
    margin: 0 1rem;
  }
  .cid-vdsSOOJsYm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vdsSOOJsYm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdsSOOJsYm .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vdsSOOJsYm .nav-item {
    margin: 0 !important;
  }
}
.cid-vdsSOOJsYm .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vdsSOOJsYm .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-vdsSOOJsYm .nav-item .nav-link:hover,
.cid-vdsSOOJsYm .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vdsSOOJsYm .nav-item .nav-link:hover:before,
.cid-vdsSOOJsYm .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vdsSOOJsYm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdsSOOJsYm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdsSOOJsYm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdsSOOJsYm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsSOOJsYm .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-vdsSOOJsYm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdsSOOJsYm .offcanvas_box {
    display: none;
  }
}
.cid-vdsSOOJsYm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vdsSOOJsYm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdsSOOJsYm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdsSOOJsYm .container {
  display: flex;
  margin: auto;
}
.cid-vdsSOOJsYm .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-vdsSOOJsYm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdsSOOJsYm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdsSOOJsYm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdsSOOJsYm .navbar-nav {
    margin: 0;
  }
}
.cid-vdsSOOJsYm .dropdown-menu,
.cid-vdsSOOJsYm .navbar.opened {
  background-color: false !important;
}
.cid-vdsSOOJsYm .nav-item:focus,
.cid-vdsSOOJsYm .nav-link:focus {
  outline: none;
}
.cid-vdsSOOJsYm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdsSOOJsYm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdsSOOJsYm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdsSOOJsYm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdsSOOJsYm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdsSOOJsYm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdsSOOJsYm .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vdsSOOJsYm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vdsSOOJsYm .navbar.opened {
  transition: all 0.3s;
}
.cid-vdsSOOJsYm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdsSOOJsYm .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdsSOOJsYm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vdsSOOJsYm .navbar.collapsed {
  justify-content: center;
}
.cid-vdsSOOJsYm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdsSOOJsYm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdsSOOJsYm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdsSOOJsYm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdsSOOJsYm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdsSOOJsYm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdsSOOJsYm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdsSOOJsYm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdsSOOJsYm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vdsSOOJsYm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdsSOOJsYm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdsSOOJsYm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdsSOOJsYm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdsSOOJsYm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdsSOOJsYm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdsSOOJsYm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdsSOOJsYm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdsSOOJsYm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdsSOOJsYm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vdsSOOJsYm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdsSOOJsYm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdsSOOJsYm .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdsSOOJsYm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdsSOOJsYm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdsSOOJsYm .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-vdsSOOJsYm .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vdsSOOJsYm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdsSOOJsYm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdsSOOJsYm .dropdown-item.active,
.cid-vdsSOOJsYm .dropdown-item:active {
  background-color: transparent;
}
.cid-vdsSOOJsYm .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vdsSOOJsYm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdsSOOJsYm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdsSOOJsYm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdsSOOJsYm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vdsSOOJsYm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdsSOOJsYm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-vdsSOOJsYm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vdsSOOJsYm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdsSOOJsYm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsSOOJsYm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsSOOJsYm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdsSOOJsYm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsSOOJsYm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdsSOOJsYm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdsSOOJsYm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsSOOJsYm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdsSOOJsYm .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-vdsSOOJsYm .navbar {
    height: 70px;
  }
  .cid-vdsSOOJsYm .navbar.opened {
    height: auto;
  }
  .cid-vdsSOOJsYm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdsSOOJsYm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdsSOOJsYm .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vdsSOOJsYm .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vdsSOOJsYm .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vdsSOOJsYm .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vdsSOOJsYm .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-vdsSOOJsYm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdsSOOJsYm .text_widget {
  margin-bottom: 32px;
}
.cid-vdsSOOJsYm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vdsSOOJsYm .text_widget a:hover,
.cid-vdsSOOJsYm .text_widget a:focus {
  opacity: .8;
}
.cid-vdsSOOJsYm .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-vdsSOOJsYm .contacts-wrapper {
    display: none;
  }
}
.cid-vdsSOOJsYm .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vdsSOOJsYm .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vdsSOOJsYm .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-vdsSOOJsYm .contacts-wrapper a .mbr-contact:hover:before,
.cid-vdsSOOJsYm .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vdsSOOJsYm .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vdsSOOJsYm .navbar-caption {
  color: #c7fcb5;
}
.cid-vdsSOOJsYm .mbr-contact {
  color: #ffffff;
}
.cid-vdsSOOJsYm .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vdsSOOJsYm .mbr-section-subtitle,
.cid-vdsSOOJsYm .text_widget,
.cid-vdsSOOJsYm .mbr-section-btn {
  text-align: center;
}
.cid-vdsSOOJsYm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vdsSOPG0zI {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdsSOPG0zI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsSOPG0zI .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-vdsSOPG0zI .container {
    padding: 0 30px;
  }
}
.cid-vdsSOPG0zI .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-vdsSOPG0zI .content-wrapper {
    display: block;
  }
}
.cid-vdsSOPG0zI .content-wrapper .card {
  justify-content: center;
}
.cid-vdsSOPG0zI .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsSOPG0zI .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-vdsSOPG0zI .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vdsSOPG0zI .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vdsSOPG0zI .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsSOPG0zI .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-vdsSOPG0zI .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-vdsSOPG0zI .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdsSOPG0zI .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-vdsSOPG0zI .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-vdsSOPG0zI .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vdsSOPG0zI .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-vdsSOPG0zI .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdsSOPG0zI .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-vdsSOPG0zI .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-vdsSOPG0zI .mbr-section-title {
  color: #144031;
}
.cid-vdsSOPG0zI .mbr-text {
  color: #144031;
}
.cid-vdsSOPG0zI .list {
  color: #144031;
}
.cid-vdsSOQ99SY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaffe2;
}
.cid-vdsSOQ99SY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsSOQ99SY .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-vdsSOQ99SY .container {
    padding: 0 30px;
  }
}
.cid-vdsSOQ99SY .row {
  justify-content: center;
}
.cid-vdsSOQ99SY .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-vdsSOQ99SY .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vdsSOQ99SY .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-vdsSOQ99SY .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-vdsSOQ99SY .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdsSOQ99SY .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-vdsSOQ99SY .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdsSOQ99SY .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-vdsSOQ99SY .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-vdsSOQ99SY .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-vdsSOQ99SY .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsSOQ99SY .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-vdsSOQ99SY .item-title {
  color: #144031;
}
.cid-vdsSOQ99SY .item-desc {
  color: #144031;
}
.cid-vdsSOQLZFE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdsSOQLZFE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsSOQLZFE .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-vdsSOQLZFE .container {
    padding: 0 30px;
  }
}
.cid-vdsSOQLZFE .items-wrapper .item:first-child {
  position: relative;
}
.cid-vdsSOQLZFE .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-vdsSOQLZFE .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-vdsSOQLZFE .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-vdsSOQLZFE .items-wrapper .item:last-child {
  position: relative;
}
.cid-vdsSOQLZFE .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-vdsSOQLZFE .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-vdsSOQLZFE .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vdsSOQLZFE .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vdsSOQLZFE .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdsSOQLZFE .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vdsSOQLZFE .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsSOQLZFE .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-vdsSOQLZFE .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-vdsSOQLZFE .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsSOQLZFE .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-vdsSOQLZFE .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-vdsSOQLZFE .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-vdsSOQLZFE .item-title {
  color: #144031;
}
.cid-vdsSOQLZFE .item-text {
  color: #144031;
}
.cid-vdsSORff1K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsSORff1K .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsSORff1K .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsSORff1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsSORff1K .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-vdsSORff1K .container {
    padding: 0 30px;
  }
}
.cid-vdsSORff1K .row {
  justify-content: center;
}
.cid-vdsSORff1K .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdsSORff1K .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsSORff1K .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-vdsSORff1K .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-vdsSORff1K .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-vdsSORff1K .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-vdsSORff1K .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-vdsSORff1K .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-vdsSORff1K .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-vdsSORff1K .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #144031;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-vdsSORff1K .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-vdsSORff1K .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-vdsSORff1K .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-vdsSORff1K .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vdsSORff1K .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-vdsSORff1K .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vdsSORff1K .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-vdsSORff1K .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsSORff1K .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsSORff1K .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #c7fcb5;
}
@media (max-width: 992px) {
  .cid-vdsSORff1K .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-vdsSORff1K .mbr-desc {
  color: #c7fcb5;
}
.cid-vdsSORff1K .mbr-section-title {
  color: #ffffff;
}
.cid-vdsSORff1K .mbr-text {
  color: #ffffff;
}
.cid-vdsSOS0cD7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsSOS0cD7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsSOS0cD7 .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-vdsSOS0cD7 .container {
    padding: 0 30px;
  }
}
.cid-vdsSOS0cD7 .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-vdsSOS0cD7 .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-vdsSOS0cD7 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vdsSOS0cD7 .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-vdsSOS0cD7 .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-vdsSOS0cD7 .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-vdsSOS0cD7 .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-vdsSOS0cD7 .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-vdsSOS0cD7 .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-vdsSOS0cD7 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdsSOS0cD7 .item-title {
  color: #144031;
}
.cid-vdsSOS0cD7 .item-text {
  color: #144031;
}
.cid-vdsSOSzb2O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsSOSzb2O .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  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-vdsSOSzb2O .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsSOSzb2O .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsSOSzb2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsSOSzb2O .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-vdsSOSzb2O .container {
    padding: 0 30px;
  }
}
.cid-vdsSOSzb2O .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vdsSOSzb2O .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsSOSzb2O .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdsSOSzb2O .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsSOSzb2O .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsSOSzb2O .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-vdsSOSzb2O .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-vdsSOSzb2O .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-vdsSOSzb2O .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-vdsSOSzb2O .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vdsSOSzb2O .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #c7fcb5 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdsSOSzb2O .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-vdsSOSzb2O .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #c7fcb5;
  transition: all 0.3s ease-in-out;
}
.cid-vdsSOSzb2O .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vdsSOSzb2O .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-vdsSOSzb2O .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-vdsSOSzb2O .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-vdsSOSzb2O .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-vdsSOSzb2O .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vdsSOSzb2O .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #c7fcb5;
  border-color: #c7fcb5;
  border-radius: 0;
}
.cid-vdsSOSzb2O .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-vdsSOSzb2O .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-vdsSOSzb2O .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-vdsSOSzb2O .mbr-section-title {
  color: #ffffff;
}
.cid-vdsSOSzb2O .mbr-section-title,
.cid-vdsSOSzb2O .mbr-section-btn {
  text-align: center;
}
.cid-vdsSOSzb2O LABEL {
  color: #fffcf5;
}
.cid-vdsSOTelZe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsSOTelZe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsSOTelZe .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-vdsSOTelZe .container {
    padding: 0 30px;
  }
}
.cid-vdsSOTelZe .card {
  justify-content: center;
}
.cid-vdsSOTelZe .title-wrapper {
  margin-bottom: 20px;
}
.cid-vdsSOTelZe .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vdsSOTelZe .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-vdsSOTelZe .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsSOTelZe .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-vdsSOTelZe .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdsSOTelZe .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-vdsSOTelZe .nav-wrapper .list .item-wrap:hover::before,
.cid-vdsSOTelZe .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdsSOTelZe .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsSOTelZe .mbr-copy {
  margin-bottom: 0;
  color: #144031;
  text-align: left;
}
.cid-vdsSOTelZe .mbr-section-title {
  color: #144031;
}
.cid-vdsSOTelZe .list {
  color: #144031;
}
.cid-vdsSOTelZe .mbr-section-title,
.cid-vdsSOTelZe .title-wrapper {
  text-align: left;
}
.cid-vdsTfrQa3G {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vdsTfrQa3G .navbar-dropdown {
  background-color: #22654e !important;
  padding: 0;
}
.cid-vdsTfrQa3G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #22654e !important;
  background: #22654e;
}
.cid-vdsTfrQa3G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdsTfrQa3G .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdsTfrQa3G .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vdsTfrQa3G .menu_box .navbar.opened,
  .cid-vdsTfrQa3G .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdsTfrQa3G nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdsTfrQa3G .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vdsTfrQa3G .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vdsTfrQa3G .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vdsTfrQa3G .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdsTfrQa3G .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdsTfrQa3G .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vdsTfrQa3G .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdsTfrQa3G .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdsTfrQa3G .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdsTfrQa3G .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdsTfrQa3G .offcanvas-body .mbr-text,
  .cid-vdsTfrQa3G .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vdsTfrQa3G .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vdsTfrQa3G .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdsTfrQa3G .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vdsTfrQa3G .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdsTfrQa3G .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdsTfrQa3G .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdsTfrQa3G .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdsTfrQa3G ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdsTfrQa3G .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsTfrQa3G .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-vdsTfrQa3G .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdsTfrQa3G 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-vdsTfrQa3G .lg_brand {
    margin: 0 1rem;
  }
  .cid-vdsTfrQa3G .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vdsTfrQa3G .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdsTfrQa3G .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vdsTfrQa3G .nav-item {
    margin: 0 !important;
  }
}
.cid-vdsTfrQa3G .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vdsTfrQa3G .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-vdsTfrQa3G .nav-item .nav-link:hover,
.cid-vdsTfrQa3G .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vdsTfrQa3G .nav-item .nav-link:hover:before,
.cid-vdsTfrQa3G .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vdsTfrQa3G .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdsTfrQa3G .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdsTfrQa3G .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdsTfrQa3G .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsTfrQa3G .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-vdsTfrQa3G .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdsTfrQa3G .offcanvas_box {
    display: none;
  }
}
.cid-vdsTfrQa3G .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vdsTfrQa3G .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdsTfrQa3G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdsTfrQa3G .container {
  display: flex;
  margin: auto;
}
.cid-vdsTfrQa3G .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-vdsTfrQa3G .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdsTfrQa3G .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdsTfrQa3G .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdsTfrQa3G .navbar-nav {
    margin: 0;
  }
}
.cid-vdsTfrQa3G .dropdown-menu,
.cid-vdsTfrQa3G .navbar.opened {
  background-color: false !important;
}
.cid-vdsTfrQa3G .nav-item:focus,
.cid-vdsTfrQa3G .nav-link:focus {
  outline: none;
}
.cid-vdsTfrQa3G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdsTfrQa3G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdsTfrQa3G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdsTfrQa3G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdsTfrQa3G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdsTfrQa3G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdsTfrQa3G .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vdsTfrQa3G .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vdsTfrQa3G .navbar.opened {
  transition: all 0.3s;
}
.cid-vdsTfrQa3G .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdsTfrQa3G .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdsTfrQa3G .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vdsTfrQa3G .navbar.collapsed {
  justify-content: center;
}
.cid-vdsTfrQa3G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdsTfrQa3G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdsTfrQa3G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdsTfrQa3G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdsTfrQa3G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdsTfrQa3G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdsTfrQa3G .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdsTfrQa3G .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdsTfrQa3G .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vdsTfrQa3G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdsTfrQa3G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdsTfrQa3G .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdsTfrQa3G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdsTfrQa3G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdsTfrQa3G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdsTfrQa3G .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdsTfrQa3G .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdsTfrQa3G .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdsTfrQa3G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vdsTfrQa3G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdsTfrQa3G .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdsTfrQa3G .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdsTfrQa3G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdsTfrQa3G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdsTfrQa3G .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-vdsTfrQa3G .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vdsTfrQa3G .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdsTfrQa3G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdsTfrQa3G .dropdown-item.active,
.cid-vdsTfrQa3G .dropdown-item:active {
  background-color: transparent;
}
.cid-vdsTfrQa3G .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vdsTfrQa3G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdsTfrQa3G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdsTfrQa3G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdsTfrQa3G ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vdsTfrQa3G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdsTfrQa3G button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-vdsTfrQa3G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vdsTfrQa3G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdsTfrQa3G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsTfrQa3G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsTfrQa3G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdsTfrQa3G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsTfrQa3G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdsTfrQa3G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdsTfrQa3G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsTfrQa3G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdsTfrQa3G .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-vdsTfrQa3G .navbar {
    height: 70px;
  }
  .cid-vdsTfrQa3G .navbar.opened {
    height: auto;
  }
  .cid-vdsTfrQa3G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdsTfrQa3G .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdsTfrQa3G .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vdsTfrQa3G .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vdsTfrQa3G .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vdsTfrQa3G .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vdsTfrQa3G .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-vdsTfrQa3G .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdsTfrQa3G .text_widget {
  margin-bottom: 32px;
}
.cid-vdsTfrQa3G .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vdsTfrQa3G .text_widget a:hover,
.cid-vdsTfrQa3G .text_widget a:focus {
  opacity: .8;
}
.cid-vdsTfrQa3G .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-vdsTfrQa3G .contacts-wrapper {
    display: none;
  }
}
.cid-vdsTfrQa3G .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vdsTfrQa3G .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vdsTfrQa3G .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-vdsTfrQa3G .contacts-wrapper a .mbr-contact:hover:before,
.cid-vdsTfrQa3G .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vdsTfrQa3G .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vdsTfrQa3G .navbar-caption {
  color: #c7fcb5;
}
.cid-vdsTfrQa3G .mbr-contact {
  color: #ffffff;
}
.cid-vdsTfrQa3G .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vdsTfrQa3G .mbr-section-subtitle,
.cid-vdsTfrQa3G .text_widget,
.cid-vdsTfrQa3G .mbr-section-btn {
  text-align: center;
}
.cid-vdsTfrQa3G a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vdsTftx4zf {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdsTftx4zf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsTftx4zf .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-vdsTftx4zf .container {
    padding: 0 30px;
  }
}
.cid-vdsTftx4zf .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-vdsTftx4zf .content-wrapper {
    display: block;
  }
}
.cid-vdsTftx4zf .content-wrapper .card {
  justify-content: center;
}
.cid-vdsTftx4zf .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsTftx4zf .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-vdsTftx4zf .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vdsTftx4zf .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vdsTftx4zf .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsTftx4zf .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-vdsTftx4zf .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-vdsTftx4zf .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdsTftx4zf .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-vdsTftx4zf .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-vdsTftx4zf .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vdsTftx4zf .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-vdsTftx4zf .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdsTftx4zf .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-vdsTftx4zf .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-vdsTftx4zf .mbr-section-title {
  color: #144031;
}
.cid-vdsTftx4zf .mbr-text {
  color: #144031;
}
.cid-vdsTftx4zf .list {
  color: #144031;
}
.cid-vdsTfuH6WO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaffe2;
}
.cid-vdsTfuH6WO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsTfuH6WO .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-vdsTfuH6WO .container {
    padding: 0 30px;
  }
}
.cid-vdsTfuH6WO .row {
  justify-content: center;
}
.cid-vdsTfuH6WO .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-vdsTfuH6WO .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vdsTfuH6WO .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-vdsTfuH6WO .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-vdsTfuH6WO .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdsTfuH6WO .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-vdsTfuH6WO .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdsTfuH6WO .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-vdsTfuH6WO .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-vdsTfuH6WO .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-vdsTfuH6WO .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsTfuH6WO .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-vdsTfuH6WO .item-title {
  color: #144031;
}
.cid-vdsTfuH6WO .item-desc {
  color: #144031;
}
.cid-vdsTfw5lmW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdsTfw5lmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsTfw5lmW .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-vdsTfw5lmW .container {
    padding: 0 30px;
  }
}
.cid-vdsTfw5lmW .items-wrapper .item:first-child {
  position: relative;
}
.cid-vdsTfw5lmW .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-vdsTfw5lmW .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-vdsTfw5lmW .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-vdsTfw5lmW .items-wrapper .item:last-child {
  position: relative;
}
.cid-vdsTfw5lmW .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-vdsTfw5lmW .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-vdsTfw5lmW .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vdsTfw5lmW .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vdsTfw5lmW .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdsTfw5lmW .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vdsTfw5lmW .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsTfw5lmW .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-vdsTfw5lmW .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-vdsTfw5lmW .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsTfw5lmW .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-vdsTfw5lmW .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-vdsTfw5lmW .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-vdsTfw5lmW .item-title {
  color: #144031;
}
.cid-vdsTfw5lmW .item-text {
  color: #144031;
}
.cid-vdsTfxbCWV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsTfxbCWV .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsTfxbCWV .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsTfxbCWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsTfxbCWV .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-vdsTfxbCWV .container {
    padding: 0 30px;
  }
}
.cid-vdsTfxbCWV .row {
  justify-content: center;
}
.cid-vdsTfxbCWV .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdsTfxbCWV .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsTfxbCWV .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-vdsTfxbCWV .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-vdsTfxbCWV .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-vdsTfxbCWV .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-vdsTfxbCWV .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-vdsTfxbCWV .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-vdsTfxbCWV .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-vdsTfxbCWV .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #144031;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-vdsTfxbCWV .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-vdsTfxbCWV .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-vdsTfxbCWV .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-vdsTfxbCWV .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vdsTfxbCWV .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-vdsTfxbCWV .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vdsTfxbCWV .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-vdsTfxbCWV .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsTfxbCWV .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsTfxbCWV .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #c7fcb5;
}
@media (max-width: 992px) {
  .cid-vdsTfxbCWV .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-vdsTfxbCWV .mbr-desc {
  color: #c7fcb5;
}
.cid-vdsTfxbCWV .mbr-section-title {
  color: #ffffff;
}
.cid-vdsTfxbCWV .mbr-text {
  color: #ffffff;
}
.cid-vdsTfyyuxn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsTfyyuxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsTfyyuxn .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-vdsTfyyuxn .container {
    padding: 0 30px;
  }
}
.cid-vdsTfyyuxn .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-vdsTfyyuxn .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-vdsTfyyuxn .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vdsTfyyuxn .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-vdsTfyyuxn .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-vdsTfyyuxn .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-vdsTfyyuxn .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-vdsTfyyuxn .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-vdsTfyyuxn .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-vdsTfyyuxn .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdsTfyyuxn .item-title {
  color: #144031;
}
.cid-vdsTfyyuxn .item-text {
  color: #144031;
}
.cid-vdsTfz1clm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsTfz1clm .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  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-vdsTfz1clm .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsTfz1clm .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsTfz1clm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsTfz1clm .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-vdsTfz1clm .container {
    padding: 0 30px;
  }
}
.cid-vdsTfz1clm .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vdsTfz1clm .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsTfz1clm .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdsTfz1clm .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsTfz1clm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsTfz1clm .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-vdsTfz1clm .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-vdsTfz1clm .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-vdsTfz1clm .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-vdsTfz1clm .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vdsTfz1clm .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #c7fcb5 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdsTfz1clm .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-vdsTfz1clm .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #c7fcb5;
  transition: all 0.3s ease-in-out;
}
.cid-vdsTfz1clm .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vdsTfz1clm .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-vdsTfz1clm .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-vdsTfz1clm .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-vdsTfz1clm .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-vdsTfz1clm .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vdsTfz1clm .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #c7fcb5;
  border-color: #c7fcb5;
  border-radius: 0;
}
.cid-vdsTfz1clm .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-vdsTfz1clm .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-vdsTfz1clm .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-vdsTfz1clm .mbr-section-title {
  color: #ffffff;
}
.cid-vdsTfz1clm .mbr-section-title,
.cid-vdsTfz1clm .mbr-section-btn {
  text-align: center;
}
.cid-vdsTfz1clm LABEL {
  color: #fffcf5;
}
.cid-vdsTfzE91G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsTfzE91G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsTfzE91G .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-vdsTfzE91G .container {
    padding: 0 30px;
  }
}
.cid-vdsTfzE91G .card {
  justify-content: center;
}
.cid-vdsTfzE91G .title-wrapper {
  margin-bottom: 20px;
}
.cid-vdsTfzE91G .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vdsTfzE91G .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-vdsTfzE91G .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsTfzE91G .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-vdsTfzE91G .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdsTfzE91G .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-vdsTfzE91G .nav-wrapper .list .item-wrap:hover::before,
.cid-vdsTfzE91G .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdsTfzE91G .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsTfzE91G .mbr-copy {
  margin-bottom: 0;
  color: #144031;
  text-align: left;
}
.cid-vdsTfzE91G .mbr-section-title {
  color: #144031;
}
.cid-vdsTfzE91G .list {
  color: #144031;
}
.cid-vdsTfzE91G .mbr-section-title,
.cid-vdsTfzE91G .title-wrapper {
  text-align: left;
}
.cid-vdsTRgou9G {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vdsTRgou9G .navbar-dropdown {
  background-color: #22654e !important;
  padding: 0;
}
.cid-vdsTRgou9G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #22654e !important;
  background: #22654e;
}
.cid-vdsTRgou9G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdsTRgou9G .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdsTRgou9G .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vdsTRgou9G .menu_box .navbar.opened,
  .cid-vdsTRgou9G .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdsTRgou9G nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdsTRgou9G .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vdsTRgou9G .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vdsTRgou9G .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vdsTRgou9G .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdsTRgou9G .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdsTRgou9G .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vdsTRgou9G .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdsTRgou9G .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdsTRgou9G .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdsTRgou9G .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdsTRgou9G .offcanvas-body .mbr-text,
  .cid-vdsTRgou9G .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vdsTRgou9G .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vdsTRgou9G .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdsTRgou9G .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vdsTRgou9G .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdsTRgou9G .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdsTRgou9G .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdsTRgou9G .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdsTRgou9G ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdsTRgou9G .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsTRgou9G .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-vdsTRgou9G .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdsTRgou9G 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-vdsTRgou9G .lg_brand {
    margin: 0 1rem;
  }
  .cid-vdsTRgou9G .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vdsTRgou9G .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdsTRgou9G .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vdsTRgou9G .nav-item {
    margin: 0 !important;
  }
}
.cid-vdsTRgou9G .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vdsTRgou9G .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-vdsTRgou9G .nav-item .nav-link:hover,
.cid-vdsTRgou9G .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vdsTRgou9G .nav-item .nav-link:hover:before,
.cid-vdsTRgou9G .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vdsTRgou9G .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdsTRgou9G .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdsTRgou9G .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdsTRgou9G .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsTRgou9G .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-vdsTRgou9G .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdsTRgou9G .offcanvas_box {
    display: none;
  }
}
.cid-vdsTRgou9G .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vdsTRgou9G .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdsTRgou9G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdsTRgou9G .container {
  display: flex;
  margin: auto;
}
.cid-vdsTRgou9G .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-vdsTRgou9G .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdsTRgou9G .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdsTRgou9G .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdsTRgou9G .navbar-nav {
    margin: 0;
  }
}
.cid-vdsTRgou9G .dropdown-menu,
.cid-vdsTRgou9G .navbar.opened {
  background-color: false !important;
}
.cid-vdsTRgou9G .nav-item:focus,
.cid-vdsTRgou9G .nav-link:focus {
  outline: none;
}
.cid-vdsTRgou9G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdsTRgou9G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdsTRgou9G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdsTRgou9G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdsTRgou9G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdsTRgou9G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdsTRgou9G .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vdsTRgou9G .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vdsTRgou9G .navbar.opened {
  transition: all 0.3s;
}
.cid-vdsTRgou9G .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdsTRgou9G .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdsTRgou9G .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vdsTRgou9G .navbar.collapsed {
  justify-content: center;
}
.cid-vdsTRgou9G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdsTRgou9G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdsTRgou9G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdsTRgou9G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdsTRgou9G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdsTRgou9G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdsTRgou9G .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdsTRgou9G .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdsTRgou9G .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vdsTRgou9G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdsTRgou9G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdsTRgou9G .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdsTRgou9G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdsTRgou9G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdsTRgou9G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdsTRgou9G .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdsTRgou9G .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdsTRgou9G .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdsTRgou9G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vdsTRgou9G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdsTRgou9G .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdsTRgou9G .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdsTRgou9G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdsTRgou9G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdsTRgou9G .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-vdsTRgou9G .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vdsTRgou9G .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdsTRgou9G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdsTRgou9G .dropdown-item.active,
.cid-vdsTRgou9G .dropdown-item:active {
  background-color: transparent;
}
.cid-vdsTRgou9G .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vdsTRgou9G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdsTRgou9G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdsTRgou9G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdsTRgou9G ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vdsTRgou9G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdsTRgou9G button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-vdsTRgou9G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vdsTRgou9G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdsTRgou9G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsTRgou9G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsTRgou9G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdsTRgou9G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsTRgou9G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdsTRgou9G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdsTRgou9G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsTRgou9G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdsTRgou9G .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-vdsTRgou9G .navbar {
    height: 70px;
  }
  .cid-vdsTRgou9G .navbar.opened {
    height: auto;
  }
  .cid-vdsTRgou9G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdsTRgou9G .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdsTRgou9G .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vdsTRgou9G .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vdsTRgou9G .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vdsTRgou9G .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vdsTRgou9G .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-vdsTRgou9G .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdsTRgou9G .text_widget {
  margin-bottom: 32px;
}
.cid-vdsTRgou9G .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vdsTRgou9G .text_widget a:hover,
.cid-vdsTRgou9G .text_widget a:focus {
  opacity: .8;
}
.cid-vdsTRgou9G .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-vdsTRgou9G .contacts-wrapper {
    display: none;
  }
}
.cid-vdsTRgou9G .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vdsTRgou9G .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vdsTRgou9G .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-vdsTRgou9G .contacts-wrapper a .mbr-contact:hover:before,
.cid-vdsTRgou9G .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vdsTRgou9G .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vdsTRgou9G .navbar-caption {
  color: #c7fcb5;
}
.cid-vdsTRgou9G .mbr-contact {
  color: #ffffff;
}
.cid-vdsTRgou9G .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vdsTRgou9G .mbr-section-subtitle,
.cid-vdsTRgou9G .text_widget,
.cid-vdsTRgou9G .mbr-section-btn {
  text-align: center;
}
.cid-vdsTRgou9G a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vdsTRii659 {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdsTRii659 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsTRii659 .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-vdsTRii659 .container {
    padding: 0 30px;
  }
}
.cid-vdsTRii659 .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-vdsTRii659 .content-wrapper {
    display: block;
  }
}
.cid-vdsTRii659 .content-wrapper .card {
  justify-content: center;
}
.cid-vdsTRii659 .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsTRii659 .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-vdsTRii659 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vdsTRii659 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vdsTRii659 .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsTRii659 .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-vdsTRii659 .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-vdsTRii659 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdsTRii659 .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-vdsTRii659 .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-vdsTRii659 .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vdsTRii659 .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-vdsTRii659 .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdsTRii659 .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-vdsTRii659 .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-vdsTRii659 .mbr-section-title {
  color: #144031;
}
.cid-vdsTRii659 .mbr-text {
  color: #144031;
}
.cid-vdsTRii659 .list {
  color: #144031;
}
.cid-vdsTRjqY46 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaffe2;
}
.cid-vdsTRjqY46 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsTRjqY46 .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-vdsTRjqY46 .container {
    padding: 0 30px;
  }
}
.cid-vdsTRjqY46 .row {
  justify-content: center;
}
.cid-vdsTRjqY46 .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-vdsTRjqY46 .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vdsTRjqY46 .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-vdsTRjqY46 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-vdsTRjqY46 .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdsTRjqY46 .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-vdsTRjqY46 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdsTRjqY46 .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-vdsTRjqY46 .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-vdsTRjqY46 .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-vdsTRjqY46 .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsTRjqY46 .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-vdsTRjqY46 .item-title {
  color: #144031;
}
.cid-vdsTRjqY46 .item-desc {
  color: #144031;
}
.cid-vdsTRko1Hx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdsTRko1Hx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsTRko1Hx .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-vdsTRko1Hx .container {
    padding: 0 30px;
  }
}
.cid-vdsTRko1Hx .items-wrapper .item:first-child {
  position: relative;
}
.cid-vdsTRko1Hx .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-vdsTRko1Hx .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-vdsTRko1Hx .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-vdsTRko1Hx .items-wrapper .item:last-child {
  position: relative;
}
.cid-vdsTRko1Hx .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-vdsTRko1Hx .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-vdsTRko1Hx .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vdsTRko1Hx .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vdsTRko1Hx .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdsTRko1Hx .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vdsTRko1Hx .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsTRko1Hx .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-vdsTRko1Hx .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-vdsTRko1Hx .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsTRko1Hx .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-vdsTRko1Hx .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-vdsTRko1Hx .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-vdsTRko1Hx .item-title {
  color: #144031;
}
.cid-vdsTRko1Hx .item-text {
  color: #144031;
}
.cid-vdsTRkRAa5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsTRkRAa5 .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsTRkRAa5 .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsTRkRAa5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsTRkRAa5 .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-vdsTRkRAa5 .container {
    padding: 0 30px;
  }
}
.cid-vdsTRkRAa5 .row {
  justify-content: center;
}
.cid-vdsTRkRAa5 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdsTRkRAa5 .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsTRkRAa5 .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-vdsTRkRAa5 .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-vdsTRkRAa5 .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-vdsTRkRAa5 .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-vdsTRkRAa5 .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-vdsTRkRAa5 .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-vdsTRkRAa5 .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-vdsTRkRAa5 .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #144031;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-vdsTRkRAa5 .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-vdsTRkRAa5 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-vdsTRkRAa5 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-vdsTRkRAa5 .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vdsTRkRAa5 .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-vdsTRkRAa5 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vdsTRkRAa5 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-vdsTRkRAa5 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsTRkRAa5 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsTRkRAa5 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #c7fcb5;
}
@media (max-width: 992px) {
  .cid-vdsTRkRAa5 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-vdsTRkRAa5 .mbr-desc {
  color: #c7fcb5;
}
.cid-vdsTRkRAa5 .mbr-section-title {
  color: #ffffff;
}
.cid-vdsTRkRAa5 .mbr-text {
  color: #ffffff;
}
.cid-vdsTRlQdNI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsTRlQdNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsTRlQdNI .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-vdsTRlQdNI .container {
    padding: 0 30px;
  }
}
.cid-vdsTRlQdNI .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-vdsTRlQdNI .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-vdsTRlQdNI .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vdsTRlQdNI .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-vdsTRlQdNI .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-vdsTRlQdNI .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-vdsTRlQdNI .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-vdsTRlQdNI .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-vdsTRlQdNI .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-vdsTRlQdNI .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdsTRlQdNI .item-title {
  color: #144031;
}
.cid-vdsTRlQdNI .item-text {
  color: #144031;
}
.cid-vdsTRmAk3j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsTRmAk3j .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  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-vdsTRmAk3j .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsTRmAk3j .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsTRmAk3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsTRmAk3j .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-vdsTRmAk3j .container {
    padding: 0 30px;
  }
}
.cid-vdsTRmAk3j .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vdsTRmAk3j .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsTRmAk3j .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdsTRmAk3j .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsTRmAk3j .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsTRmAk3j .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-vdsTRmAk3j .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-vdsTRmAk3j .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-vdsTRmAk3j .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-vdsTRmAk3j .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vdsTRmAk3j .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #c7fcb5 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdsTRmAk3j .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-vdsTRmAk3j .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #c7fcb5;
  transition: all 0.3s ease-in-out;
}
.cid-vdsTRmAk3j .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vdsTRmAk3j .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-vdsTRmAk3j .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-vdsTRmAk3j .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-vdsTRmAk3j .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-vdsTRmAk3j .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vdsTRmAk3j .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #c7fcb5;
  border-color: #c7fcb5;
  border-radius: 0;
}
.cid-vdsTRmAk3j .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-vdsTRmAk3j .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-vdsTRmAk3j .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-vdsTRmAk3j .mbr-section-title {
  color: #ffffff;
}
.cid-vdsTRmAk3j .mbr-section-title,
.cid-vdsTRmAk3j .mbr-section-btn {
  text-align: center;
}
.cid-vdsTRmAk3j LABEL {
  color: #fffcf5;
}
.cid-vdsTRncyW9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsTRncyW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsTRncyW9 .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-vdsTRncyW9 .container {
    padding: 0 30px;
  }
}
.cid-vdsTRncyW9 .card {
  justify-content: center;
}
.cid-vdsTRncyW9 .title-wrapper {
  margin-bottom: 20px;
}
.cid-vdsTRncyW9 .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vdsTRncyW9 .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-vdsTRncyW9 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsTRncyW9 .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-vdsTRncyW9 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdsTRncyW9 .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-vdsTRncyW9 .nav-wrapper .list .item-wrap:hover::before,
.cid-vdsTRncyW9 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdsTRncyW9 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsTRncyW9 .mbr-copy {
  margin-bottom: 0;
  color: #144031;
  text-align: left;
}
.cid-vdsTRncyW9 .mbr-section-title {
  color: #144031;
}
.cid-vdsTRncyW9 .list {
  color: #144031;
}
.cid-vdsTRncyW9 .mbr-section-title,
.cid-vdsTRncyW9 .title-wrapper {
  text-align: left;
}
.cid-vdsUihJFWI {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vdsUihJFWI .navbar-dropdown {
  background-color: #22654e !important;
  padding: 0;
}
.cid-vdsUihJFWI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #22654e !important;
  background: #22654e;
}
.cid-vdsUihJFWI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdsUihJFWI .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdsUihJFWI .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vdsUihJFWI .menu_box .navbar.opened,
  .cid-vdsUihJFWI .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdsUihJFWI nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdsUihJFWI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vdsUihJFWI .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vdsUihJFWI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vdsUihJFWI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdsUihJFWI .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdsUihJFWI .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vdsUihJFWI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdsUihJFWI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdsUihJFWI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdsUihJFWI .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdsUihJFWI .offcanvas-body .mbr-text,
  .cid-vdsUihJFWI .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vdsUihJFWI .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vdsUihJFWI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdsUihJFWI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vdsUihJFWI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdsUihJFWI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdsUihJFWI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdsUihJFWI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdsUihJFWI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdsUihJFWI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsUihJFWI .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-vdsUihJFWI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdsUihJFWI 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-vdsUihJFWI .lg_brand {
    margin: 0 1rem;
  }
  .cid-vdsUihJFWI .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vdsUihJFWI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdsUihJFWI .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vdsUihJFWI .nav-item {
    margin: 0 !important;
  }
}
.cid-vdsUihJFWI .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vdsUihJFWI .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-vdsUihJFWI .nav-item .nav-link:hover,
.cid-vdsUihJFWI .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vdsUihJFWI .nav-item .nav-link:hover:before,
.cid-vdsUihJFWI .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vdsUihJFWI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdsUihJFWI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdsUihJFWI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdsUihJFWI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsUihJFWI .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-vdsUihJFWI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdsUihJFWI .offcanvas_box {
    display: none;
  }
}
.cid-vdsUihJFWI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vdsUihJFWI .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdsUihJFWI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdsUihJFWI .container {
  display: flex;
  margin: auto;
}
.cid-vdsUihJFWI .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-vdsUihJFWI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdsUihJFWI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdsUihJFWI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdsUihJFWI .navbar-nav {
    margin: 0;
  }
}
.cid-vdsUihJFWI .dropdown-menu,
.cid-vdsUihJFWI .navbar.opened {
  background-color: false !important;
}
.cid-vdsUihJFWI .nav-item:focus,
.cid-vdsUihJFWI .nav-link:focus {
  outline: none;
}
.cid-vdsUihJFWI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdsUihJFWI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdsUihJFWI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdsUihJFWI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdsUihJFWI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdsUihJFWI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdsUihJFWI .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vdsUihJFWI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vdsUihJFWI .navbar.opened {
  transition: all 0.3s;
}
.cid-vdsUihJFWI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdsUihJFWI .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdsUihJFWI .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vdsUihJFWI .navbar.collapsed {
  justify-content: center;
}
.cid-vdsUihJFWI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdsUihJFWI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdsUihJFWI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdsUihJFWI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdsUihJFWI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdsUihJFWI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdsUihJFWI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdsUihJFWI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdsUihJFWI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vdsUihJFWI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdsUihJFWI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdsUihJFWI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdsUihJFWI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdsUihJFWI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdsUihJFWI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdsUihJFWI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdsUihJFWI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdsUihJFWI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdsUihJFWI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vdsUihJFWI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdsUihJFWI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdsUihJFWI .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdsUihJFWI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdsUihJFWI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdsUihJFWI .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-vdsUihJFWI .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vdsUihJFWI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdsUihJFWI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdsUihJFWI .dropdown-item.active,
.cid-vdsUihJFWI .dropdown-item:active {
  background-color: transparent;
}
.cid-vdsUihJFWI .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vdsUihJFWI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdsUihJFWI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdsUihJFWI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdsUihJFWI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vdsUihJFWI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdsUihJFWI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-vdsUihJFWI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vdsUihJFWI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdsUihJFWI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsUihJFWI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsUihJFWI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdsUihJFWI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsUihJFWI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdsUihJFWI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdsUihJFWI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsUihJFWI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdsUihJFWI .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-vdsUihJFWI .navbar {
    height: 70px;
  }
  .cid-vdsUihJFWI .navbar.opened {
    height: auto;
  }
  .cid-vdsUihJFWI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdsUihJFWI .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdsUihJFWI .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vdsUihJFWI .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vdsUihJFWI .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vdsUihJFWI .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vdsUihJFWI .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-vdsUihJFWI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdsUihJFWI .text_widget {
  margin-bottom: 32px;
}
.cid-vdsUihJFWI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vdsUihJFWI .text_widget a:hover,
.cid-vdsUihJFWI .text_widget a:focus {
  opacity: .8;
}
.cid-vdsUihJFWI .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-vdsUihJFWI .contacts-wrapper {
    display: none;
  }
}
.cid-vdsUihJFWI .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vdsUihJFWI .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vdsUihJFWI .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-vdsUihJFWI .contacts-wrapper a .mbr-contact:hover:before,
.cid-vdsUihJFWI .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vdsUihJFWI .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vdsUihJFWI .navbar-caption {
  color: #c7fcb5;
}
.cid-vdsUihJFWI .mbr-contact {
  color: #ffffff;
}
.cid-vdsUihJFWI .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vdsUihJFWI .mbr-section-subtitle,
.cid-vdsUihJFWI .text_widget,
.cid-vdsUihJFWI .mbr-section-btn {
  text-align: center;
}
.cid-vdsUihJFWI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vdsUiiCRY5 {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdsUiiCRY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsUiiCRY5 .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-vdsUiiCRY5 .container {
    padding: 0 30px;
  }
}
.cid-vdsUiiCRY5 .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-vdsUiiCRY5 .content-wrapper {
    display: block;
  }
}
.cid-vdsUiiCRY5 .content-wrapper .card {
  justify-content: center;
}
.cid-vdsUiiCRY5 .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsUiiCRY5 .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-vdsUiiCRY5 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vdsUiiCRY5 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vdsUiiCRY5 .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsUiiCRY5 .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-vdsUiiCRY5 .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-vdsUiiCRY5 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdsUiiCRY5 .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-vdsUiiCRY5 .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-vdsUiiCRY5 .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vdsUiiCRY5 .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-vdsUiiCRY5 .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdsUiiCRY5 .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-vdsUiiCRY5 .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-vdsUiiCRY5 .mbr-section-title {
  color: #144031;
}
.cid-vdsUiiCRY5 .mbr-text {
  color: #144031;
}
.cid-vdsUiiCRY5 .list {
  color: #144031;
}
.cid-vdsUijemzu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaffe2;
}
.cid-vdsUijemzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsUijemzu .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-vdsUijemzu .container {
    padding: 0 30px;
  }
}
.cid-vdsUijemzu .row {
  justify-content: center;
}
.cid-vdsUijemzu .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-vdsUijemzu .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vdsUijemzu .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-vdsUijemzu .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-vdsUijemzu .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdsUijemzu .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-vdsUijemzu .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdsUijemzu .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-vdsUijemzu .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-vdsUijemzu .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-vdsUijemzu .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsUijemzu .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-vdsUijemzu .item-title {
  color: #144031;
}
.cid-vdsUijemzu .item-desc {
  color: #144031;
}
.cid-vdsUijXuFg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdsUijXuFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsUijXuFg .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-vdsUijXuFg .container {
    padding: 0 30px;
  }
}
.cid-vdsUijXuFg .items-wrapper .item:first-child {
  position: relative;
}
.cid-vdsUijXuFg .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-vdsUijXuFg .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-vdsUijXuFg .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-vdsUijXuFg .items-wrapper .item:last-child {
  position: relative;
}
.cid-vdsUijXuFg .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-vdsUijXuFg .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-vdsUijXuFg .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vdsUijXuFg .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vdsUijXuFg .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdsUijXuFg .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vdsUijXuFg .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsUijXuFg .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-vdsUijXuFg .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-vdsUijXuFg .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsUijXuFg .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-vdsUijXuFg .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-vdsUijXuFg .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-vdsUijXuFg .item-title {
  color: #144031;
}
.cid-vdsUijXuFg .item-text {
  color: #144031;
}
.cid-vdsUikqUNl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsUikqUNl .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsUikqUNl .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsUikqUNl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsUikqUNl .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-vdsUikqUNl .container {
    padding: 0 30px;
  }
}
.cid-vdsUikqUNl .row {
  justify-content: center;
}
.cid-vdsUikqUNl .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdsUikqUNl .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsUikqUNl .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-vdsUikqUNl .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-vdsUikqUNl .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-vdsUikqUNl .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-vdsUikqUNl .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-vdsUikqUNl .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-vdsUikqUNl .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-vdsUikqUNl .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #144031;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-vdsUikqUNl .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-vdsUikqUNl .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-vdsUikqUNl .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-vdsUikqUNl .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vdsUikqUNl .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-vdsUikqUNl .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vdsUikqUNl .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-vdsUikqUNl .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsUikqUNl .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsUikqUNl .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #c7fcb5;
}
@media (max-width: 992px) {
  .cid-vdsUikqUNl .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-vdsUikqUNl .mbr-desc {
  color: #c7fcb5;
}
.cid-vdsUikqUNl .mbr-section-title {
  color: #ffffff;
}
.cid-vdsUikqUNl .mbr-text {
  color: #ffffff;
}
.cid-vdsUilb5Mi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsUilb5Mi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsUilb5Mi .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-vdsUilb5Mi .container {
    padding: 0 30px;
  }
}
.cid-vdsUilb5Mi .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-vdsUilb5Mi .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-vdsUilb5Mi .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vdsUilb5Mi .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-vdsUilb5Mi .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-vdsUilb5Mi .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-vdsUilb5Mi .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-vdsUilb5Mi .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-vdsUilb5Mi .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-vdsUilb5Mi .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdsUilb5Mi .item-title {
  color: #144031;
}
.cid-vdsUilb5Mi .item-text {
  color: #144031;
}
.cid-vdsUilJfVy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsUilJfVy .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  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-vdsUilJfVy .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsUilJfVy .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsUilJfVy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsUilJfVy .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-vdsUilJfVy .container {
    padding: 0 30px;
  }
}
.cid-vdsUilJfVy .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vdsUilJfVy .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsUilJfVy .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdsUilJfVy .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsUilJfVy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsUilJfVy .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-vdsUilJfVy .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-vdsUilJfVy .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-vdsUilJfVy .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-vdsUilJfVy .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vdsUilJfVy .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #c7fcb5 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdsUilJfVy .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-vdsUilJfVy .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #c7fcb5;
  transition: all 0.3s ease-in-out;
}
.cid-vdsUilJfVy .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vdsUilJfVy .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-vdsUilJfVy .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-vdsUilJfVy .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-vdsUilJfVy .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-vdsUilJfVy .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vdsUilJfVy .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #c7fcb5;
  border-color: #c7fcb5;
  border-radius: 0;
}
.cid-vdsUilJfVy .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-vdsUilJfVy .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-vdsUilJfVy .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-vdsUilJfVy .mbr-section-title {
  color: #ffffff;
}
.cid-vdsUilJfVy .mbr-section-title,
.cid-vdsUilJfVy .mbr-section-btn {
  text-align: center;
}
.cid-vdsUilJfVy LABEL {
  color: #fffcf5;
}
.cid-vdsUimtjLt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsUimtjLt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsUimtjLt .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-vdsUimtjLt .container {
    padding: 0 30px;
  }
}
.cid-vdsUimtjLt .card {
  justify-content: center;
}
.cid-vdsUimtjLt .title-wrapper {
  margin-bottom: 20px;
}
.cid-vdsUimtjLt .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vdsUimtjLt .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-vdsUimtjLt .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsUimtjLt .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-vdsUimtjLt .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdsUimtjLt .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-vdsUimtjLt .nav-wrapper .list .item-wrap:hover::before,
.cid-vdsUimtjLt .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdsUimtjLt .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsUimtjLt .mbr-copy {
  margin-bottom: 0;
  color: #144031;
  text-align: left;
}
.cid-vdsUimtjLt .mbr-section-title {
  color: #144031;
}
.cid-vdsUimtjLt .list {
  color: #144031;
}
.cid-vdsUimtjLt .mbr-section-title,
.cid-vdsUimtjLt .title-wrapper {
  text-align: left;
}
.cid-vdsYRpcSCA {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vdsYRpcSCA .navbar-dropdown {
  background-color: #22654e !important;
  padding: 0;
}
.cid-vdsYRpcSCA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #22654e !important;
  background: #22654e;
}
.cid-vdsYRpcSCA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdsYRpcSCA .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdsYRpcSCA .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vdsYRpcSCA .menu_box .navbar.opened,
  .cid-vdsYRpcSCA .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdsYRpcSCA nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdsYRpcSCA .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vdsYRpcSCA .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vdsYRpcSCA .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vdsYRpcSCA .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdsYRpcSCA .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdsYRpcSCA .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vdsYRpcSCA .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdsYRpcSCA .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdsYRpcSCA .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdsYRpcSCA .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdsYRpcSCA .offcanvas-body .mbr-text,
  .cid-vdsYRpcSCA .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vdsYRpcSCA .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vdsYRpcSCA .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdsYRpcSCA .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vdsYRpcSCA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdsYRpcSCA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdsYRpcSCA .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdsYRpcSCA .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdsYRpcSCA ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdsYRpcSCA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsYRpcSCA .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-vdsYRpcSCA .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdsYRpcSCA 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-vdsYRpcSCA .lg_brand {
    margin: 0 1rem;
  }
  .cid-vdsYRpcSCA .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vdsYRpcSCA .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdsYRpcSCA .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vdsYRpcSCA .nav-item {
    margin: 0 !important;
  }
}
.cid-vdsYRpcSCA .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vdsYRpcSCA .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-vdsYRpcSCA .nav-item .nav-link:hover,
.cid-vdsYRpcSCA .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vdsYRpcSCA .nav-item .nav-link:hover:before,
.cid-vdsYRpcSCA .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vdsYRpcSCA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdsYRpcSCA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdsYRpcSCA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdsYRpcSCA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsYRpcSCA .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-vdsYRpcSCA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdsYRpcSCA .offcanvas_box {
    display: none;
  }
}
.cid-vdsYRpcSCA .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vdsYRpcSCA .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdsYRpcSCA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdsYRpcSCA .container {
  display: flex;
  margin: auto;
}
.cid-vdsYRpcSCA .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-vdsYRpcSCA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdsYRpcSCA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdsYRpcSCA .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdsYRpcSCA .navbar-nav {
    margin: 0;
  }
}
.cid-vdsYRpcSCA .dropdown-menu,
.cid-vdsYRpcSCA .navbar.opened {
  background-color: false !important;
}
.cid-vdsYRpcSCA .nav-item:focus,
.cid-vdsYRpcSCA .nav-link:focus {
  outline: none;
}
.cid-vdsYRpcSCA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdsYRpcSCA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdsYRpcSCA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdsYRpcSCA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdsYRpcSCA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdsYRpcSCA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdsYRpcSCA .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vdsYRpcSCA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vdsYRpcSCA .navbar.opened {
  transition: all 0.3s;
}
.cid-vdsYRpcSCA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdsYRpcSCA .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdsYRpcSCA .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vdsYRpcSCA .navbar.collapsed {
  justify-content: center;
}
.cid-vdsYRpcSCA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdsYRpcSCA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdsYRpcSCA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdsYRpcSCA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdsYRpcSCA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdsYRpcSCA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdsYRpcSCA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdsYRpcSCA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdsYRpcSCA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vdsYRpcSCA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdsYRpcSCA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdsYRpcSCA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdsYRpcSCA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdsYRpcSCA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdsYRpcSCA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdsYRpcSCA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdsYRpcSCA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdsYRpcSCA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdsYRpcSCA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vdsYRpcSCA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdsYRpcSCA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdsYRpcSCA .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdsYRpcSCA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdsYRpcSCA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdsYRpcSCA .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-vdsYRpcSCA .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vdsYRpcSCA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdsYRpcSCA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdsYRpcSCA .dropdown-item.active,
.cid-vdsYRpcSCA .dropdown-item:active {
  background-color: transparent;
}
.cid-vdsYRpcSCA .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vdsYRpcSCA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdsYRpcSCA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdsYRpcSCA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdsYRpcSCA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vdsYRpcSCA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdsYRpcSCA button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-vdsYRpcSCA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vdsYRpcSCA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdsYRpcSCA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsYRpcSCA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsYRpcSCA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdsYRpcSCA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsYRpcSCA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdsYRpcSCA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdsYRpcSCA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsYRpcSCA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdsYRpcSCA .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-vdsYRpcSCA .navbar {
    height: 70px;
  }
  .cid-vdsYRpcSCA .navbar.opened {
    height: auto;
  }
  .cid-vdsYRpcSCA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdsYRpcSCA .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdsYRpcSCA .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vdsYRpcSCA .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vdsYRpcSCA .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vdsYRpcSCA .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vdsYRpcSCA .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-vdsYRpcSCA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdsYRpcSCA .text_widget {
  margin-bottom: 32px;
}
.cid-vdsYRpcSCA .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vdsYRpcSCA .text_widget a:hover,
.cid-vdsYRpcSCA .text_widget a:focus {
  opacity: .8;
}
.cid-vdsYRpcSCA .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-vdsYRpcSCA .contacts-wrapper {
    display: none;
  }
}
.cid-vdsYRpcSCA .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vdsYRpcSCA .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vdsYRpcSCA .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-vdsYRpcSCA .contacts-wrapper a .mbr-contact:hover:before,
.cid-vdsYRpcSCA .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vdsYRpcSCA .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vdsYRpcSCA .navbar-caption {
  color: #c7fcb5;
}
.cid-vdsYRpcSCA .mbr-contact {
  color: #ffffff;
}
.cid-vdsYRpcSCA .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vdsYRpcSCA .mbr-section-subtitle,
.cid-vdsYRpcSCA .text_widget,
.cid-vdsYRpcSCA .mbr-section-btn {
  text-align: center;
}
.cid-vdsYRpcSCA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vdsYRpT94P {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdsYRpT94P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsYRpT94P .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-vdsYRpT94P .container {
    padding: 0 30px;
  }
}
.cid-vdsYRpT94P .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-vdsYRpT94P .content-wrapper {
    display: block;
  }
}
.cid-vdsYRpT94P .content-wrapper .card {
  justify-content: center;
}
.cid-vdsYRpT94P .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsYRpT94P .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-vdsYRpT94P .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vdsYRpT94P .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vdsYRpT94P .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsYRpT94P .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-vdsYRpT94P .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-vdsYRpT94P .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdsYRpT94P .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-vdsYRpT94P .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-vdsYRpT94P .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vdsYRpT94P .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-vdsYRpT94P .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdsYRpT94P .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-vdsYRpT94P .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-vdsYRpT94P .mbr-section-title {
  color: #144031;
}
.cid-vdsYRpT94P .mbr-text {
  color: #144031;
}
.cid-vdsYRpT94P .list {
  color: #144031;
}
.cid-vdsYRqhFRg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaffe2;
}
.cid-vdsYRqhFRg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsYRqhFRg .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-vdsYRqhFRg .container {
    padding: 0 30px;
  }
}
.cid-vdsYRqhFRg .row {
  justify-content: center;
}
.cid-vdsYRqhFRg .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-vdsYRqhFRg .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vdsYRqhFRg .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-vdsYRqhFRg .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-vdsYRqhFRg .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdsYRqhFRg .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-vdsYRqhFRg .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdsYRqhFRg .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-vdsYRqhFRg .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-vdsYRqhFRg .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-vdsYRqhFRg .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsYRqhFRg .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-vdsYRqhFRg .item-title {
  color: #144031;
}
.cid-vdsYRqhFRg .item-desc {
  color: #144031;
}
.cid-vdsYRqKngN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdsYRqKngN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsYRqKngN .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-vdsYRqKngN .container {
    padding: 0 30px;
  }
}
.cid-vdsYRqKngN .items-wrapper .item:first-child {
  position: relative;
}
.cid-vdsYRqKngN .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-vdsYRqKngN .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-vdsYRqKngN .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-vdsYRqKngN .items-wrapper .item:last-child {
  position: relative;
}
.cid-vdsYRqKngN .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-vdsYRqKngN .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-vdsYRqKngN .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vdsYRqKngN .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vdsYRqKngN .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdsYRqKngN .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vdsYRqKngN .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsYRqKngN .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-vdsYRqKngN .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-vdsYRqKngN .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsYRqKngN .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-vdsYRqKngN .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-vdsYRqKngN .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-vdsYRqKngN .item-title {
  color: #144031;
}
.cid-vdsYRqKngN .item-text {
  color: #144031;
}
.cid-vdsYRr9rWU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsYRr9rWU .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsYRr9rWU .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsYRr9rWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsYRr9rWU .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-vdsYRr9rWU .container {
    padding: 0 30px;
  }
}
.cid-vdsYRr9rWU .row {
  justify-content: center;
}
.cid-vdsYRr9rWU .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdsYRr9rWU .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsYRr9rWU .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-vdsYRr9rWU .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-vdsYRr9rWU .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-vdsYRr9rWU .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-vdsYRr9rWU .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-vdsYRr9rWU .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-vdsYRr9rWU .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-vdsYRr9rWU .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #144031;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-vdsYRr9rWU .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-vdsYRr9rWU .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-vdsYRr9rWU .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-vdsYRr9rWU .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vdsYRr9rWU .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-vdsYRr9rWU .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vdsYRr9rWU .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-vdsYRr9rWU .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsYRr9rWU .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsYRr9rWU .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #c7fcb5;
}
@media (max-width: 992px) {
  .cid-vdsYRr9rWU .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-vdsYRr9rWU .mbr-desc {
  color: #c7fcb5;
}
.cid-vdsYRr9rWU .mbr-section-title {
  color: #ffffff;
}
.cid-vdsYRr9rWU .mbr-text {
  color: #ffffff;
}
.cid-vdsYRrDd0q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsYRrDd0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsYRrDd0q .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-vdsYRrDd0q .container {
    padding: 0 30px;
  }
}
.cid-vdsYRrDd0q .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-vdsYRrDd0q .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-vdsYRrDd0q .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vdsYRrDd0q .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-vdsYRrDd0q .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-vdsYRrDd0q .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-vdsYRrDd0q .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-vdsYRrDd0q .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-vdsYRrDd0q .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-vdsYRrDd0q .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdsYRrDd0q .item-title {
  color: #144031;
}
.cid-vdsYRrDd0q .item-text {
  color: #144031;
}
.cid-vdsYRs1PW3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsYRs1PW3 .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  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-vdsYRs1PW3 .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsYRs1PW3 .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsYRs1PW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsYRs1PW3 .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-vdsYRs1PW3 .container {
    padding: 0 30px;
  }
}
.cid-vdsYRs1PW3 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vdsYRs1PW3 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsYRs1PW3 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdsYRs1PW3 .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsYRs1PW3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsYRs1PW3 .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-vdsYRs1PW3 .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-vdsYRs1PW3 .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-vdsYRs1PW3 .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-vdsYRs1PW3 .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vdsYRs1PW3 .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #c7fcb5 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdsYRs1PW3 .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-vdsYRs1PW3 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #c7fcb5;
  transition: all 0.3s ease-in-out;
}
.cid-vdsYRs1PW3 .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vdsYRs1PW3 .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-vdsYRs1PW3 .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-vdsYRs1PW3 .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-vdsYRs1PW3 .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-vdsYRs1PW3 .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vdsYRs1PW3 .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #c7fcb5;
  border-color: #c7fcb5;
  border-radius: 0;
}
.cid-vdsYRs1PW3 .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-vdsYRs1PW3 .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-vdsYRs1PW3 .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-vdsYRs1PW3 .mbr-section-title {
  color: #ffffff;
}
.cid-vdsYRs1PW3 .mbr-section-title,
.cid-vdsYRs1PW3 .mbr-section-btn {
  text-align: center;
}
.cid-vdsYRs1PW3 LABEL {
  color: #fffcf5;
}
.cid-vdsYRsvJZR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsYRsvJZR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsYRsvJZR .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-vdsYRsvJZR .container {
    padding: 0 30px;
  }
}
.cid-vdsYRsvJZR .card {
  justify-content: center;
}
.cid-vdsYRsvJZR .title-wrapper {
  margin-bottom: 20px;
}
.cid-vdsYRsvJZR .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vdsYRsvJZR .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-vdsYRsvJZR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsYRsvJZR .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-vdsYRsvJZR .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdsYRsvJZR .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-vdsYRsvJZR .nav-wrapper .list .item-wrap:hover::before,
.cid-vdsYRsvJZR .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdsYRsvJZR .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsYRsvJZR .mbr-copy {
  margin-bottom: 0;
  color: #144031;
  text-align: left;
}
.cid-vdsYRsvJZR .mbr-section-title {
  color: #144031;
}
.cid-vdsYRsvJZR .list {
  color: #144031;
}
.cid-vdsYRsvJZR .mbr-section-title,
.cid-vdsYRsvJZR .title-wrapper {
  text-align: left;
}
.cid-vdsZgIl0vl {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vdsZgIl0vl .navbar-dropdown {
  background-color: #22654e !important;
  padding: 0;
}
.cid-vdsZgIl0vl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #22654e !important;
  background: #22654e;
}
.cid-vdsZgIl0vl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdsZgIl0vl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdsZgIl0vl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vdsZgIl0vl .menu_box .navbar.opened,
  .cid-vdsZgIl0vl .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdsZgIl0vl nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdsZgIl0vl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vdsZgIl0vl .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vdsZgIl0vl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vdsZgIl0vl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdsZgIl0vl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdsZgIl0vl .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vdsZgIl0vl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdsZgIl0vl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdsZgIl0vl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdsZgIl0vl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdsZgIl0vl .offcanvas-body .mbr-text,
  .cid-vdsZgIl0vl .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vdsZgIl0vl .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vdsZgIl0vl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdsZgIl0vl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vdsZgIl0vl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdsZgIl0vl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdsZgIl0vl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdsZgIl0vl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdsZgIl0vl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdsZgIl0vl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsZgIl0vl .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-vdsZgIl0vl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdsZgIl0vl 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-vdsZgIl0vl .lg_brand {
    margin: 0 1rem;
  }
  .cid-vdsZgIl0vl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vdsZgIl0vl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdsZgIl0vl .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vdsZgIl0vl .nav-item {
    margin: 0 !important;
  }
}
.cid-vdsZgIl0vl .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vdsZgIl0vl .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-vdsZgIl0vl .nav-item .nav-link:hover,
.cid-vdsZgIl0vl .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vdsZgIl0vl .nav-item .nav-link:hover:before,
.cid-vdsZgIl0vl .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vdsZgIl0vl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdsZgIl0vl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdsZgIl0vl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdsZgIl0vl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsZgIl0vl .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-vdsZgIl0vl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdsZgIl0vl .offcanvas_box {
    display: none;
  }
}
.cid-vdsZgIl0vl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vdsZgIl0vl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdsZgIl0vl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdsZgIl0vl .container {
  display: flex;
  margin: auto;
}
.cid-vdsZgIl0vl .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-vdsZgIl0vl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdsZgIl0vl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdsZgIl0vl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdsZgIl0vl .navbar-nav {
    margin: 0;
  }
}
.cid-vdsZgIl0vl .dropdown-menu,
.cid-vdsZgIl0vl .navbar.opened {
  background-color: false !important;
}
.cid-vdsZgIl0vl .nav-item:focus,
.cid-vdsZgIl0vl .nav-link:focus {
  outline: none;
}
.cid-vdsZgIl0vl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdsZgIl0vl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdsZgIl0vl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdsZgIl0vl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdsZgIl0vl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdsZgIl0vl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdsZgIl0vl .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vdsZgIl0vl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vdsZgIl0vl .navbar.opened {
  transition: all 0.3s;
}
.cid-vdsZgIl0vl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdsZgIl0vl .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdsZgIl0vl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vdsZgIl0vl .navbar.collapsed {
  justify-content: center;
}
.cid-vdsZgIl0vl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdsZgIl0vl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdsZgIl0vl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdsZgIl0vl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdsZgIl0vl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdsZgIl0vl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdsZgIl0vl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdsZgIl0vl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdsZgIl0vl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vdsZgIl0vl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdsZgIl0vl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdsZgIl0vl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdsZgIl0vl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdsZgIl0vl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdsZgIl0vl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdsZgIl0vl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdsZgIl0vl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdsZgIl0vl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdsZgIl0vl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vdsZgIl0vl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdsZgIl0vl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdsZgIl0vl .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdsZgIl0vl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdsZgIl0vl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdsZgIl0vl .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-vdsZgIl0vl .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vdsZgIl0vl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdsZgIl0vl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdsZgIl0vl .dropdown-item.active,
.cid-vdsZgIl0vl .dropdown-item:active {
  background-color: transparent;
}
.cid-vdsZgIl0vl .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vdsZgIl0vl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdsZgIl0vl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdsZgIl0vl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdsZgIl0vl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vdsZgIl0vl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdsZgIl0vl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-vdsZgIl0vl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vdsZgIl0vl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdsZgIl0vl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsZgIl0vl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsZgIl0vl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdsZgIl0vl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsZgIl0vl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdsZgIl0vl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdsZgIl0vl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsZgIl0vl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdsZgIl0vl .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-vdsZgIl0vl .navbar {
    height: 70px;
  }
  .cid-vdsZgIl0vl .navbar.opened {
    height: auto;
  }
  .cid-vdsZgIl0vl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdsZgIl0vl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdsZgIl0vl .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vdsZgIl0vl .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vdsZgIl0vl .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vdsZgIl0vl .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vdsZgIl0vl .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-vdsZgIl0vl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdsZgIl0vl .text_widget {
  margin-bottom: 32px;
}
.cid-vdsZgIl0vl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vdsZgIl0vl .text_widget a:hover,
.cid-vdsZgIl0vl .text_widget a:focus {
  opacity: .8;
}
.cid-vdsZgIl0vl .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-vdsZgIl0vl .contacts-wrapper {
    display: none;
  }
}
.cid-vdsZgIl0vl .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vdsZgIl0vl .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vdsZgIl0vl .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-vdsZgIl0vl .contacts-wrapper a .mbr-contact:hover:before,
.cid-vdsZgIl0vl .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vdsZgIl0vl .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vdsZgIl0vl .navbar-caption {
  color: #c7fcb5;
}
.cid-vdsZgIl0vl .mbr-contact {
  color: #ffffff;
}
.cid-vdsZgIl0vl .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vdsZgIl0vl .mbr-section-subtitle,
.cid-vdsZgIl0vl .text_widget,
.cid-vdsZgIl0vl .mbr-section-btn {
  text-align: center;
}
.cid-vdsZgIl0vl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vdsZgIUgow {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdsZgIUgow .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsZgIUgow .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-vdsZgIUgow .container {
    padding: 0 30px;
  }
}
.cid-vdsZgIUgow .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-vdsZgIUgow .content-wrapper {
    display: block;
  }
}
.cid-vdsZgIUgow .content-wrapper .card {
  justify-content: center;
}
.cid-vdsZgIUgow .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsZgIUgow .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-vdsZgIUgow .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vdsZgIUgow .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vdsZgIUgow .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsZgIUgow .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-vdsZgIUgow .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-vdsZgIUgow .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdsZgIUgow .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-vdsZgIUgow .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-vdsZgIUgow .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vdsZgIUgow .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-vdsZgIUgow .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdsZgIUgow .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-vdsZgIUgow .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-vdsZgIUgow .mbr-section-title {
  color: #144031;
}
.cid-vdsZgIUgow .mbr-text {
  color: #144031;
}
.cid-vdsZgIUgow .list {
  color: #144031;
}
.cid-vdsZgJeEP1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaffe2;
}
.cid-vdsZgJeEP1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsZgJeEP1 .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-vdsZgJeEP1 .container {
    padding: 0 30px;
  }
}
.cid-vdsZgJeEP1 .row {
  justify-content: center;
}
.cid-vdsZgJeEP1 .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-vdsZgJeEP1 .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vdsZgJeEP1 .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-vdsZgJeEP1 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-vdsZgJeEP1 .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdsZgJeEP1 .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-vdsZgJeEP1 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdsZgJeEP1 .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-vdsZgJeEP1 .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-vdsZgJeEP1 .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-vdsZgJeEP1 .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsZgJeEP1 .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-vdsZgJeEP1 .item-title {
  color: #144031;
}
.cid-vdsZgJeEP1 .item-desc {
  color: #144031;
}
.cid-vdsZgJFdmH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdsZgJFdmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsZgJFdmH .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-vdsZgJFdmH .container {
    padding: 0 30px;
  }
}
.cid-vdsZgJFdmH .items-wrapper .item:first-child {
  position: relative;
}
.cid-vdsZgJFdmH .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-vdsZgJFdmH .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-vdsZgJFdmH .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-vdsZgJFdmH .items-wrapper .item:last-child {
  position: relative;
}
.cid-vdsZgJFdmH .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-vdsZgJFdmH .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-vdsZgJFdmH .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vdsZgJFdmH .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vdsZgJFdmH .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdsZgJFdmH .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vdsZgJFdmH .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsZgJFdmH .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-vdsZgJFdmH .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-vdsZgJFdmH .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsZgJFdmH .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-vdsZgJFdmH .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-vdsZgJFdmH .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-vdsZgJFdmH .item-title {
  color: #144031;
}
.cid-vdsZgJFdmH .item-text {
  color: #144031;
}
.cid-vdsZgJYaKg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsZgJYaKg .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsZgJYaKg .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsZgJYaKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsZgJYaKg .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-vdsZgJYaKg .container {
    padding: 0 30px;
  }
}
.cid-vdsZgJYaKg .row {
  justify-content: center;
}
.cid-vdsZgJYaKg .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdsZgJYaKg .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsZgJYaKg .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-vdsZgJYaKg .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-vdsZgJYaKg .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-vdsZgJYaKg .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-vdsZgJYaKg .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-vdsZgJYaKg .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-vdsZgJYaKg .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-vdsZgJYaKg .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #144031;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-vdsZgJYaKg .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-vdsZgJYaKg .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-vdsZgJYaKg .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-vdsZgJYaKg .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vdsZgJYaKg .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-vdsZgJYaKg .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vdsZgJYaKg .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-vdsZgJYaKg .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsZgJYaKg .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsZgJYaKg .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #c7fcb5;
}
@media (max-width: 992px) {
  .cid-vdsZgJYaKg .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-vdsZgJYaKg .mbr-desc {
  color: #c7fcb5;
}
.cid-vdsZgJYaKg .mbr-section-title {
  color: #ffffff;
}
.cid-vdsZgJYaKg .mbr-text {
  color: #ffffff;
}
.cid-vdsZgKrgDc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsZgKrgDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsZgKrgDc .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-vdsZgKrgDc .container {
    padding: 0 30px;
  }
}
.cid-vdsZgKrgDc .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-vdsZgKrgDc .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-vdsZgKrgDc .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vdsZgKrgDc .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-vdsZgKrgDc .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-vdsZgKrgDc .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-vdsZgKrgDc .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-vdsZgKrgDc .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-vdsZgKrgDc .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-vdsZgKrgDc .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdsZgKrgDc .item-title {
  color: #144031;
}
.cid-vdsZgKrgDc .item-text {
  color: #144031;
}
.cid-vdsZgKNH4f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsZgKNH4f .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  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-vdsZgKNH4f .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsZgKNH4f .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsZgKNH4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsZgKNH4f .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-vdsZgKNH4f .container {
    padding: 0 30px;
  }
}
.cid-vdsZgKNH4f .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vdsZgKNH4f .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsZgKNH4f .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdsZgKNH4f .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsZgKNH4f .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsZgKNH4f .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-vdsZgKNH4f .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-vdsZgKNH4f .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-vdsZgKNH4f .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-vdsZgKNH4f .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vdsZgKNH4f .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #c7fcb5 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdsZgKNH4f .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-vdsZgKNH4f .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #c7fcb5;
  transition: all 0.3s ease-in-out;
}
.cid-vdsZgKNH4f .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vdsZgKNH4f .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-vdsZgKNH4f .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-vdsZgKNH4f .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-vdsZgKNH4f .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-vdsZgKNH4f .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vdsZgKNH4f .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #c7fcb5;
  border-color: #c7fcb5;
  border-radius: 0;
}
.cid-vdsZgKNH4f .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-vdsZgKNH4f .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-vdsZgKNH4f .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-vdsZgKNH4f .mbr-section-title {
  color: #ffffff;
}
.cid-vdsZgKNH4f .mbr-section-title,
.cid-vdsZgKNH4f .mbr-section-btn {
  text-align: center;
}
.cid-vdsZgKNH4f LABEL {
  color: #fffcf5;
}
.cid-vdsZgLjjDC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsZgLjjDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsZgLjjDC .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-vdsZgLjjDC .container {
    padding: 0 30px;
  }
}
.cid-vdsZgLjjDC .card {
  justify-content: center;
}
.cid-vdsZgLjjDC .title-wrapper {
  margin-bottom: 20px;
}
.cid-vdsZgLjjDC .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vdsZgLjjDC .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-vdsZgLjjDC .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsZgLjjDC .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-vdsZgLjjDC .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdsZgLjjDC .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-vdsZgLjjDC .nav-wrapper .list .item-wrap:hover::before,
.cid-vdsZgLjjDC .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdsZgLjjDC .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsZgLjjDC .mbr-copy {
  margin-bottom: 0;
  color: #144031;
  text-align: left;
}
.cid-vdsZgLjjDC .mbr-section-title {
  color: #144031;
}
.cid-vdsZgLjjDC .list {
  color: #144031;
}
.cid-vdsZgLjjDC .mbr-section-title,
.cid-vdsZgLjjDC .title-wrapper {
  text-align: left;
}
.cid-vdsZF89O3s {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vdsZF89O3s .navbar-dropdown {
  background-color: #22654e !important;
  padding: 0;
}
.cid-vdsZF89O3s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #22654e !important;
  background: #22654e;
}
.cid-vdsZF89O3s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdsZF89O3s .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdsZF89O3s .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vdsZF89O3s .menu_box .navbar.opened,
  .cid-vdsZF89O3s .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdsZF89O3s nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdsZF89O3s .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vdsZF89O3s .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vdsZF89O3s .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vdsZF89O3s .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdsZF89O3s .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdsZF89O3s .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vdsZF89O3s .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdsZF89O3s .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdsZF89O3s .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdsZF89O3s .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdsZF89O3s .offcanvas-body .mbr-text,
  .cid-vdsZF89O3s .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vdsZF89O3s .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vdsZF89O3s .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdsZF89O3s .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vdsZF89O3s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdsZF89O3s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdsZF89O3s .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdsZF89O3s .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdsZF89O3s ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdsZF89O3s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsZF89O3s .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-vdsZF89O3s .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdsZF89O3s 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-vdsZF89O3s .lg_brand {
    margin: 0 1rem;
  }
  .cid-vdsZF89O3s .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vdsZF89O3s .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdsZF89O3s .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vdsZF89O3s .nav-item {
    margin: 0 !important;
  }
}
.cid-vdsZF89O3s .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vdsZF89O3s .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-vdsZF89O3s .nav-item .nav-link:hover,
.cid-vdsZF89O3s .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vdsZF89O3s .nav-item .nav-link:hover:before,
.cid-vdsZF89O3s .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vdsZF89O3s .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdsZF89O3s .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdsZF89O3s .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdsZF89O3s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdsZF89O3s .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-vdsZF89O3s .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdsZF89O3s .offcanvas_box {
    display: none;
  }
}
.cid-vdsZF89O3s .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vdsZF89O3s .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdsZF89O3s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdsZF89O3s .container {
  display: flex;
  margin: auto;
}
.cid-vdsZF89O3s .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-vdsZF89O3s .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdsZF89O3s .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdsZF89O3s .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdsZF89O3s .navbar-nav {
    margin: 0;
  }
}
.cid-vdsZF89O3s .dropdown-menu,
.cid-vdsZF89O3s .navbar.opened {
  background-color: false !important;
}
.cid-vdsZF89O3s .nav-item:focus,
.cid-vdsZF89O3s .nav-link:focus {
  outline: none;
}
.cid-vdsZF89O3s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdsZF89O3s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdsZF89O3s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdsZF89O3s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdsZF89O3s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdsZF89O3s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdsZF89O3s .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vdsZF89O3s .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vdsZF89O3s .navbar.opened {
  transition: all 0.3s;
}
.cid-vdsZF89O3s .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdsZF89O3s .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdsZF89O3s .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vdsZF89O3s .navbar.collapsed {
  justify-content: center;
}
.cid-vdsZF89O3s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdsZF89O3s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdsZF89O3s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdsZF89O3s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdsZF89O3s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdsZF89O3s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdsZF89O3s .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdsZF89O3s .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdsZF89O3s .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vdsZF89O3s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdsZF89O3s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdsZF89O3s .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdsZF89O3s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdsZF89O3s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdsZF89O3s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdsZF89O3s .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdsZF89O3s .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdsZF89O3s .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdsZF89O3s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vdsZF89O3s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdsZF89O3s .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdsZF89O3s .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdsZF89O3s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdsZF89O3s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdsZF89O3s .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-vdsZF89O3s .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vdsZF89O3s .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdsZF89O3s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdsZF89O3s .dropdown-item.active,
.cid-vdsZF89O3s .dropdown-item:active {
  background-color: transparent;
}
.cid-vdsZF89O3s .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vdsZF89O3s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdsZF89O3s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdsZF89O3s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdsZF89O3s ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vdsZF89O3s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdsZF89O3s button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-vdsZF89O3s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vdsZF89O3s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdsZF89O3s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsZF89O3s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsZF89O3s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdsZF89O3s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsZF89O3s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdsZF89O3s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdsZF89O3s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsZF89O3s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdsZF89O3s .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-vdsZF89O3s .navbar {
    height: 70px;
  }
  .cid-vdsZF89O3s .navbar.opened {
    height: auto;
  }
  .cid-vdsZF89O3s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdsZF89O3s .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdsZF89O3s .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vdsZF89O3s .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vdsZF89O3s .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vdsZF89O3s .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vdsZF89O3s .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-vdsZF89O3s .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdsZF89O3s .text_widget {
  margin-bottom: 32px;
}
.cid-vdsZF89O3s .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vdsZF89O3s .text_widget a:hover,
.cid-vdsZF89O3s .text_widget a:focus {
  opacity: .8;
}
.cid-vdsZF89O3s .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-vdsZF89O3s .contacts-wrapper {
    display: none;
  }
}
.cid-vdsZF89O3s .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vdsZF89O3s .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vdsZF89O3s .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-vdsZF89O3s .contacts-wrapper a .mbr-contact:hover:before,
.cid-vdsZF89O3s .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vdsZF89O3s .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vdsZF89O3s .navbar-caption {
  color: #c7fcb5;
}
.cid-vdsZF89O3s .mbr-contact {
  color: #ffffff;
}
.cid-vdsZF89O3s .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vdsZF89O3s .mbr-section-subtitle,
.cid-vdsZF89O3s .text_widget,
.cid-vdsZF89O3s .mbr-section-btn {
  text-align: center;
}
.cid-vdsZF89O3s a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vdsZF8N5nr {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdsZF8N5nr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsZF8N5nr .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-vdsZF8N5nr .container {
    padding: 0 30px;
  }
}
.cid-vdsZF8N5nr .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-vdsZF8N5nr .content-wrapper {
    display: block;
  }
}
.cid-vdsZF8N5nr .content-wrapper .card {
  justify-content: center;
}
.cid-vdsZF8N5nr .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsZF8N5nr .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-vdsZF8N5nr .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vdsZF8N5nr .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vdsZF8N5nr .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsZF8N5nr .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-vdsZF8N5nr .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-vdsZF8N5nr .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdsZF8N5nr .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-vdsZF8N5nr .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-vdsZF8N5nr .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vdsZF8N5nr .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-vdsZF8N5nr .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdsZF8N5nr .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-vdsZF8N5nr .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-vdsZF8N5nr .mbr-section-title {
  color: #144031;
}
.cid-vdsZF8N5nr .mbr-text {
  color: #144031;
}
.cid-vdsZF8N5nr .list {
  color: #144031;
}
.cid-vdsZF9d0g2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaffe2;
}
.cid-vdsZF9d0g2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsZF9d0g2 .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-vdsZF9d0g2 .container {
    padding: 0 30px;
  }
}
.cid-vdsZF9d0g2 .row {
  justify-content: center;
}
.cid-vdsZF9d0g2 .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-vdsZF9d0g2 .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vdsZF9d0g2 .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-vdsZF9d0g2 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-vdsZF9d0g2 .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdsZF9d0g2 .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-vdsZF9d0g2 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdsZF9d0g2 .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-vdsZF9d0g2 .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-vdsZF9d0g2 .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-vdsZF9d0g2 .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsZF9d0g2 .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-vdsZF9d0g2 .item-title {
  color: #144031;
}
.cid-vdsZF9d0g2 .item-desc {
  color: #144031;
}
.cid-vdsZF9IAAn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdsZF9IAAn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsZF9IAAn .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-vdsZF9IAAn .container {
    padding: 0 30px;
  }
}
.cid-vdsZF9IAAn .items-wrapper .item:first-child {
  position: relative;
}
.cid-vdsZF9IAAn .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-vdsZF9IAAn .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-vdsZF9IAAn .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-vdsZF9IAAn .items-wrapper .item:last-child {
  position: relative;
}
.cid-vdsZF9IAAn .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-vdsZF9IAAn .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-vdsZF9IAAn .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vdsZF9IAAn .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vdsZF9IAAn .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdsZF9IAAn .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vdsZF9IAAn .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsZF9IAAn .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-vdsZF9IAAn .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-vdsZF9IAAn .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdsZF9IAAn .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-vdsZF9IAAn .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-vdsZF9IAAn .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-vdsZF9IAAn .item-title {
  color: #144031;
}
.cid-vdsZF9IAAn .item-text {
  color: #144031;
}
.cid-vdsZFa754N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsZFa754N .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsZFa754N .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsZFa754N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsZFa754N .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-vdsZFa754N .container {
    padding: 0 30px;
  }
}
.cid-vdsZFa754N .row {
  justify-content: center;
}
.cid-vdsZFa754N .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdsZFa754N .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsZFa754N .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-vdsZFa754N .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-vdsZFa754N .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-vdsZFa754N .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-vdsZFa754N .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-vdsZFa754N .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-vdsZFa754N .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-vdsZFa754N .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #144031;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-vdsZFa754N .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-vdsZFa754N .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-vdsZFa754N .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-vdsZFa754N .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vdsZFa754N .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-vdsZFa754N .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vdsZFa754N .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-vdsZFa754N .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsZFa754N .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsZFa754N .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #c7fcb5;
}
@media (max-width: 992px) {
  .cid-vdsZFa754N .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-vdsZFa754N .mbr-desc {
  color: #c7fcb5;
}
.cid-vdsZFa754N .mbr-section-title {
  color: #ffffff;
}
.cid-vdsZFa754N .mbr-text {
  color: #ffffff;
}
.cid-vdsZFaCLhI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsZFaCLhI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsZFaCLhI .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-vdsZFaCLhI .container {
    padding: 0 30px;
  }
}
.cid-vdsZFaCLhI .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-vdsZFaCLhI .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-vdsZFaCLhI .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vdsZFaCLhI .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-vdsZFaCLhI .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-vdsZFaCLhI .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-vdsZFaCLhI .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-vdsZFaCLhI .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-vdsZFaCLhI .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-vdsZFaCLhI .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdsZFaCLhI .item-title {
  color: #144031;
}
.cid-vdsZFaCLhI .item-text {
  color: #144031;
}
.cid-vdsZFb3sQA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdsZFb3sQA .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  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-vdsZFb3sQA .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsZFb3sQA .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdsZFb3sQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsZFb3sQA .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-vdsZFb3sQA .container {
    padding: 0 30px;
  }
}
.cid-vdsZFb3sQA .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vdsZFb3sQA .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdsZFb3sQA .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdsZFb3sQA .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdsZFb3sQA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsZFb3sQA .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-vdsZFb3sQA .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-vdsZFb3sQA .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-vdsZFb3sQA .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-vdsZFb3sQA .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vdsZFb3sQA .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #c7fcb5 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdsZFb3sQA .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-vdsZFb3sQA .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #c7fcb5;
  transition: all 0.3s ease-in-out;
}
.cid-vdsZFb3sQA .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vdsZFb3sQA .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-vdsZFb3sQA .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-vdsZFb3sQA .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-vdsZFb3sQA .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-vdsZFb3sQA .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vdsZFb3sQA .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #c7fcb5;
  border-color: #c7fcb5;
  border-radius: 0;
}
.cid-vdsZFb3sQA .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-vdsZFb3sQA .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-vdsZFb3sQA .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-vdsZFb3sQA .mbr-section-title {
  color: #ffffff;
}
.cid-vdsZFb3sQA .mbr-section-title,
.cid-vdsZFb3sQA .mbr-section-btn {
  text-align: center;
}
.cid-vdsZFb3sQA LABEL {
  color: #fffcf5;
}
.cid-vdsZFbBCs5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdsZFbBCs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsZFbBCs5 .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-vdsZFbBCs5 .container {
    padding: 0 30px;
  }
}
.cid-vdsZFbBCs5 .card {
  justify-content: center;
}
.cid-vdsZFbBCs5 .title-wrapper {
  margin-bottom: 20px;
}
.cid-vdsZFbBCs5 .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vdsZFbBCs5 .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-vdsZFbBCs5 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdsZFbBCs5 .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-vdsZFbBCs5 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdsZFbBCs5 .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-vdsZFbBCs5 .nav-wrapper .list .item-wrap:hover::before,
.cid-vdsZFbBCs5 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdsZFbBCs5 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdsZFbBCs5 .mbr-copy {
  margin-bottom: 0;
  color: #144031;
  text-align: left;
}
.cid-vdsZFbBCs5 .mbr-section-title {
  color: #144031;
}
.cid-vdsZFbBCs5 .list {
  color: #144031;
}
.cid-vdsZFbBCs5 .mbr-section-title,
.cid-vdsZFbBCs5 .title-wrapper {
  text-align: left;
}
.cid-vdt093DcgH {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vdt093DcgH .navbar-dropdown {
  background-color: #22654e !important;
  padding: 0;
}
.cid-vdt093DcgH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #22654e !important;
  background: #22654e;
}
.cid-vdt093DcgH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdt093DcgH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdt093DcgH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vdt093DcgH .menu_box .navbar.opened,
  .cid-vdt093DcgH .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdt093DcgH nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdt093DcgH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vdt093DcgH .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vdt093DcgH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vdt093DcgH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdt093DcgH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdt093DcgH .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vdt093DcgH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdt093DcgH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdt093DcgH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdt093DcgH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdt093DcgH .offcanvas-body .mbr-text,
  .cid-vdt093DcgH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vdt093DcgH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vdt093DcgH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdt093DcgH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vdt093DcgH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdt093DcgH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdt093DcgH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdt093DcgH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdt093DcgH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdt093DcgH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdt093DcgH .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-vdt093DcgH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdt093DcgH 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-vdt093DcgH .lg_brand {
    margin: 0 1rem;
  }
  .cid-vdt093DcgH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vdt093DcgH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdt093DcgH .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vdt093DcgH .nav-item {
    margin: 0 !important;
  }
}
.cid-vdt093DcgH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vdt093DcgH .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-vdt093DcgH .nav-item .nav-link:hover,
.cid-vdt093DcgH .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vdt093DcgH .nav-item .nav-link:hover:before,
.cid-vdt093DcgH .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vdt093DcgH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdt093DcgH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdt093DcgH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdt093DcgH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdt093DcgH .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-vdt093DcgH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdt093DcgH .offcanvas_box {
    display: none;
  }
}
.cid-vdt093DcgH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vdt093DcgH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdt093DcgH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdt093DcgH .container {
  display: flex;
  margin: auto;
}
.cid-vdt093DcgH .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-vdt093DcgH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdt093DcgH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdt093DcgH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdt093DcgH .navbar-nav {
    margin: 0;
  }
}
.cid-vdt093DcgH .dropdown-menu,
.cid-vdt093DcgH .navbar.opened {
  background-color: false !important;
}
.cid-vdt093DcgH .nav-item:focus,
.cid-vdt093DcgH .nav-link:focus {
  outline: none;
}
.cid-vdt093DcgH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdt093DcgH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdt093DcgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdt093DcgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdt093DcgH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdt093DcgH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdt093DcgH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vdt093DcgH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vdt093DcgH .navbar.opened {
  transition: all 0.3s;
}
.cid-vdt093DcgH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdt093DcgH .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdt093DcgH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vdt093DcgH .navbar.collapsed {
  justify-content: center;
}
.cid-vdt093DcgH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdt093DcgH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdt093DcgH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdt093DcgH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdt093DcgH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdt093DcgH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdt093DcgH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdt093DcgH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdt093DcgH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vdt093DcgH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdt093DcgH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdt093DcgH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdt093DcgH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdt093DcgH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdt093DcgH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdt093DcgH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdt093DcgH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdt093DcgH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdt093DcgH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vdt093DcgH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdt093DcgH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdt093DcgH .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdt093DcgH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdt093DcgH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdt093DcgH .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-vdt093DcgH .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vdt093DcgH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdt093DcgH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdt093DcgH .dropdown-item.active,
.cid-vdt093DcgH .dropdown-item:active {
  background-color: transparent;
}
.cid-vdt093DcgH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vdt093DcgH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdt093DcgH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdt093DcgH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdt093DcgH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vdt093DcgH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdt093DcgH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-vdt093DcgH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vdt093DcgH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdt093DcgH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdt093DcgH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdt093DcgH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdt093DcgH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdt093DcgH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdt093DcgH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdt093DcgH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdt093DcgH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdt093DcgH .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-vdt093DcgH .navbar {
    height: 70px;
  }
  .cid-vdt093DcgH .navbar.opened {
    height: auto;
  }
  .cid-vdt093DcgH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdt093DcgH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdt093DcgH .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vdt093DcgH .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vdt093DcgH .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vdt093DcgH .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vdt093DcgH .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-vdt093DcgH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdt093DcgH .text_widget {
  margin-bottom: 32px;
}
.cid-vdt093DcgH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vdt093DcgH .text_widget a:hover,
.cid-vdt093DcgH .text_widget a:focus {
  opacity: .8;
}
.cid-vdt093DcgH .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-vdt093DcgH .contacts-wrapper {
    display: none;
  }
}
.cid-vdt093DcgH .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vdt093DcgH .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vdt093DcgH .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-vdt093DcgH .contacts-wrapper a .mbr-contact:hover:before,
.cid-vdt093DcgH .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vdt093DcgH .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vdt093DcgH .navbar-caption {
  color: #c7fcb5;
}
.cid-vdt093DcgH .mbr-contact {
  color: #ffffff;
}
.cid-vdt093DcgH .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vdt093DcgH .mbr-section-subtitle,
.cid-vdt093DcgH .text_widget,
.cid-vdt093DcgH .mbr-section-btn {
  text-align: center;
}
.cid-vdt093DcgH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vdt094fiOK {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdt094fiOK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt094fiOK .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-vdt094fiOK .container {
    padding: 0 30px;
  }
}
.cid-vdt094fiOK .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-vdt094fiOK .content-wrapper {
    display: block;
  }
}
.cid-vdt094fiOK .content-wrapper .card {
  justify-content: center;
}
.cid-vdt094fiOK .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdt094fiOK .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-vdt094fiOK .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vdt094fiOK .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vdt094fiOK .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdt094fiOK .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-vdt094fiOK .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-vdt094fiOK .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdt094fiOK .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-vdt094fiOK .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-vdt094fiOK .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vdt094fiOK .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-vdt094fiOK .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdt094fiOK .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-vdt094fiOK .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-vdt094fiOK .mbr-section-title {
  color: #144031;
}
.cid-vdt094fiOK .mbr-text {
  color: #144031;
}
.cid-vdt094fiOK .list {
  color: #144031;
}
.cid-vdt094DZq2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaffe2;
}
.cid-vdt094DZq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt094DZq2 .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-vdt094DZq2 .container {
    padding: 0 30px;
  }
}
.cid-vdt094DZq2 .row {
  justify-content: center;
}
.cid-vdt094DZq2 .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-vdt094DZq2 .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vdt094DZq2 .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-vdt094DZq2 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-vdt094DZq2 .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdt094DZq2 .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-vdt094DZq2 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdt094DZq2 .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-vdt094DZq2 .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-vdt094DZq2 .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-vdt094DZq2 .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdt094DZq2 .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-vdt094DZq2 .item-title {
  color: #144031;
}
.cid-vdt094DZq2 .item-desc {
  color: #144031;
}
.cid-vdt09573We {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdt09573We .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt09573We .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-vdt09573We .container {
    padding: 0 30px;
  }
}
.cid-vdt09573We .items-wrapper .item:first-child {
  position: relative;
}
.cid-vdt09573We .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-vdt09573We .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-vdt09573We .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-vdt09573We .items-wrapper .item:last-child {
  position: relative;
}
.cid-vdt09573We .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-vdt09573We .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-vdt09573We .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vdt09573We .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vdt09573We .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdt09573We .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vdt09573We .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdt09573We .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-vdt09573We .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-vdt09573We .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdt09573We .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-vdt09573We .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-vdt09573We .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-vdt09573We .item-title {
  color: #144031;
}
.cid-vdt09573We .item-text {
  color: #144031;
}
.cid-vdt095tse9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdt095tse9 .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdt095tse9 .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdt095tse9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt095tse9 .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-vdt095tse9 .container {
    padding: 0 30px;
  }
}
.cid-vdt095tse9 .row {
  justify-content: center;
}
.cid-vdt095tse9 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdt095tse9 .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdt095tse9 .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-vdt095tse9 .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-vdt095tse9 .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-vdt095tse9 .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-vdt095tse9 .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-vdt095tse9 .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-vdt095tse9 .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-vdt095tse9 .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #144031;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-vdt095tse9 .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-vdt095tse9 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-vdt095tse9 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-vdt095tse9 .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vdt095tse9 .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-vdt095tse9 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vdt095tse9 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-vdt095tse9 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdt095tse9 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdt095tse9 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #c7fcb5;
}
@media (max-width: 992px) {
  .cid-vdt095tse9 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-vdt095tse9 .mbr-desc {
  color: #c7fcb5;
}
.cid-vdt095tse9 .mbr-section-title {
  color: #ffffff;
}
.cid-vdt095tse9 .mbr-text {
  color: #ffffff;
}
.cid-vdt0963Bi1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdt0963Bi1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt0963Bi1 .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-vdt0963Bi1 .container {
    padding: 0 30px;
  }
}
.cid-vdt0963Bi1 .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-vdt0963Bi1 .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-vdt0963Bi1 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vdt0963Bi1 .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-vdt0963Bi1 .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-vdt0963Bi1 .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-vdt0963Bi1 .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-vdt0963Bi1 .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-vdt0963Bi1 .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-vdt0963Bi1 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdt0963Bi1 .item-title {
  color: #144031;
}
.cid-vdt0963Bi1 .item-text {
  color: #144031;
}
.cid-vdt096qPIy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdt096qPIy .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  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-vdt096qPIy .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdt096qPIy .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdt096qPIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt096qPIy .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-vdt096qPIy .container {
    padding: 0 30px;
  }
}
.cid-vdt096qPIy .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vdt096qPIy .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdt096qPIy .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdt096qPIy .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdt096qPIy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdt096qPIy .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-vdt096qPIy .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-vdt096qPIy .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-vdt096qPIy .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-vdt096qPIy .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vdt096qPIy .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #c7fcb5 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdt096qPIy .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-vdt096qPIy .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #c7fcb5;
  transition: all 0.3s ease-in-out;
}
.cid-vdt096qPIy .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vdt096qPIy .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-vdt096qPIy .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-vdt096qPIy .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-vdt096qPIy .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-vdt096qPIy .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vdt096qPIy .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #c7fcb5;
  border-color: #c7fcb5;
  border-radius: 0;
}
.cid-vdt096qPIy .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-vdt096qPIy .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-vdt096qPIy .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-vdt096qPIy .mbr-section-title {
  color: #ffffff;
}
.cid-vdt096qPIy .mbr-section-title,
.cid-vdt096qPIy .mbr-section-btn {
  text-align: center;
}
.cid-vdt096qPIy LABEL {
  color: #fffcf5;
}
.cid-vdt096Thm8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdt096Thm8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt096Thm8 .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-vdt096Thm8 .container {
    padding: 0 30px;
  }
}
.cid-vdt096Thm8 .card {
  justify-content: center;
}
.cid-vdt096Thm8 .title-wrapper {
  margin-bottom: 20px;
}
.cid-vdt096Thm8 .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vdt096Thm8 .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-vdt096Thm8 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdt096Thm8 .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-vdt096Thm8 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdt096Thm8 .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-vdt096Thm8 .nav-wrapper .list .item-wrap:hover::before,
.cid-vdt096Thm8 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdt096Thm8 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdt096Thm8 .mbr-copy {
  margin-bottom: 0;
  color: #144031;
  text-align: left;
}
.cid-vdt096Thm8 .mbr-section-title {
  color: #144031;
}
.cid-vdt096Thm8 .list {
  color: #144031;
}
.cid-vdt096Thm8 .mbr-section-title,
.cid-vdt096Thm8 .title-wrapper {
  text-align: left;
}
.cid-vdt0B8MrtW {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vdt0B8MrtW .navbar-dropdown {
  background-color: #22654e !important;
  padding: 0;
}
.cid-vdt0B8MrtW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #22654e !important;
  background: #22654e;
}
.cid-vdt0B8MrtW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdt0B8MrtW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdt0B8MrtW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vdt0B8MrtW .menu_box .navbar.opened,
  .cid-vdt0B8MrtW .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdt0B8MrtW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdt0B8MrtW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vdt0B8MrtW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vdt0B8MrtW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vdt0B8MrtW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdt0B8MrtW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdt0B8MrtW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vdt0B8MrtW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdt0B8MrtW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdt0B8MrtW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdt0B8MrtW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdt0B8MrtW .offcanvas-body .mbr-text,
  .cid-vdt0B8MrtW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vdt0B8MrtW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vdt0B8MrtW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdt0B8MrtW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vdt0B8MrtW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdt0B8MrtW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdt0B8MrtW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdt0B8MrtW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdt0B8MrtW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdt0B8MrtW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdt0B8MrtW .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-vdt0B8MrtW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdt0B8MrtW 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-vdt0B8MrtW .lg_brand {
    margin: 0 1rem;
  }
  .cid-vdt0B8MrtW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vdt0B8MrtW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdt0B8MrtW .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vdt0B8MrtW .nav-item {
    margin: 0 !important;
  }
}
.cid-vdt0B8MrtW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vdt0B8MrtW .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-vdt0B8MrtW .nav-item .nav-link:hover,
.cid-vdt0B8MrtW .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vdt0B8MrtW .nav-item .nav-link:hover:before,
.cid-vdt0B8MrtW .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vdt0B8MrtW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdt0B8MrtW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdt0B8MrtW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdt0B8MrtW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdt0B8MrtW .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-vdt0B8MrtW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdt0B8MrtW .offcanvas_box {
    display: none;
  }
}
.cid-vdt0B8MrtW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vdt0B8MrtW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdt0B8MrtW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdt0B8MrtW .container {
  display: flex;
  margin: auto;
}
.cid-vdt0B8MrtW .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-vdt0B8MrtW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdt0B8MrtW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdt0B8MrtW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdt0B8MrtW .navbar-nav {
    margin: 0;
  }
}
.cid-vdt0B8MrtW .dropdown-menu,
.cid-vdt0B8MrtW .navbar.opened {
  background-color: false !important;
}
.cid-vdt0B8MrtW .nav-item:focus,
.cid-vdt0B8MrtW .nav-link:focus {
  outline: none;
}
.cid-vdt0B8MrtW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdt0B8MrtW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdt0B8MrtW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdt0B8MrtW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdt0B8MrtW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdt0B8MrtW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdt0B8MrtW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vdt0B8MrtW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vdt0B8MrtW .navbar.opened {
  transition: all 0.3s;
}
.cid-vdt0B8MrtW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdt0B8MrtW .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdt0B8MrtW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vdt0B8MrtW .navbar.collapsed {
  justify-content: center;
}
.cid-vdt0B8MrtW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdt0B8MrtW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdt0B8MrtW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdt0B8MrtW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdt0B8MrtW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdt0B8MrtW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdt0B8MrtW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdt0B8MrtW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdt0B8MrtW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vdt0B8MrtW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdt0B8MrtW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdt0B8MrtW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdt0B8MrtW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdt0B8MrtW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdt0B8MrtW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdt0B8MrtW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdt0B8MrtW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdt0B8MrtW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdt0B8MrtW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vdt0B8MrtW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdt0B8MrtW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdt0B8MrtW .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdt0B8MrtW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdt0B8MrtW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdt0B8MrtW .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-vdt0B8MrtW .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vdt0B8MrtW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdt0B8MrtW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdt0B8MrtW .dropdown-item.active,
.cid-vdt0B8MrtW .dropdown-item:active {
  background-color: transparent;
}
.cid-vdt0B8MrtW .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vdt0B8MrtW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdt0B8MrtW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdt0B8MrtW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdt0B8MrtW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vdt0B8MrtW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdt0B8MrtW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-vdt0B8MrtW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vdt0B8MrtW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdt0B8MrtW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdt0B8MrtW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdt0B8MrtW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdt0B8MrtW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdt0B8MrtW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdt0B8MrtW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdt0B8MrtW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdt0B8MrtW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdt0B8MrtW .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-vdt0B8MrtW .navbar {
    height: 70px;
  }
  .cid-vdt0B8MrtW .navbar.opened {
    height: auto;
  }
  .cid-vdt0B8MrtW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdt0B8MrtW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdt0B8MrtW .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vdt0B8MrtW .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vdt0B8MrtW .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vdt0B8MrtW .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vdt0B8MrtW .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-vdt0B8MrtW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdt0B8MrtW .text_widget {
  margin-bottom: 32px;
}
.cid-vdt0B8MrtW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vdt0B8MrtW .text_widget a:hover,
.cid-vdt0B8MrtW .text_widget a:focus {
  opacity: .8;
}
.cid-vdt0B8MrtW .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-vdt0B8MrtW .contacts-wrapper {
    display: none;
  }
}
.cid-vdt0B8MrtW .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vdt0B8MrtW .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vdt0B8MrtW .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-vdt0B8MrtW .contacts-wrapper a .mbr-contact:hover:before,
.cid-vdt0B8MrtW .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vdt0B8MrtW .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vdt0B8MrtW .navbar-caption {
  color: #c7fcb5;
}
.cid-vdt0B8MrtW .mbr-contact {
  color: #ffffff;
}
.cid-vdt0B8MrtW .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vdt0B8MrtW .mbr-section-subtitle,
.cid-vdt0B8MrtW .text_widget,
.cid-vdt0B8MrtW .mbr-section-btn {
  text-align: center;
}
.cid-vdt0B8MrtW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vdt0B9nELC {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdt0B9nELC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt0B9nELC .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-vdt0B9nELC .container {
    padding: 0 30px;
  }
}
.cid-vdt0B9nELC .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-vdt0B9nELC .content-wrapper {
    display: block;
  }
}
.cid-vdt0B9nELC .content-wrapper .card {
  justify-content: center;
}
.cid-vdt0B9nELC .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdt0B9nELC .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-vdt0B9nELC .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vdt0B9nELC .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vdt0B9nELC .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdt0B9nELC .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-vdt0B9nELC .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-vdt0B9nELC .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdt0B9nELC .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-vdt0B9nELC .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-vdt0B9nELC .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vdt0B9nELC .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-vdt0B9nELC .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdt0B9nELC .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-vdt0B9nELC .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-vdt0B9nELC .mbr-section-title {
  color: #144031;
}
.cid-vdt0B9nELC .mbr-text {
  color: #144031;
}
.cid-vdt0B9nELC .list {
  color: #144031;
}
.cid-vdt0B9IKMM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaffe2;
}
.cid-vdt0B9IKMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt0B9IKMM .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-vdt0B9IKMM .container {
    padding: 0 30px;
  }
}
.cid-vdt0B9IKMM .row {
  justify-content: center;
}
.cid-vdt0B9IKMM .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-vdt0B9IKMM .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vdt0B9IKMM .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-vdt0B9IKMM .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-vdt0B9IKMM .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdt0B9IKMM .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-vdt0B9IKMM .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdt0B9IKMM .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-vdt0B9IKMM .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-vdt0B9IKMM .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-vdt0B9IKMM .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdt0B9IKMM .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-vdt0B9IKMM .item-title {
  color: #144031;
}
.cid-vdt0B9IKMM .item-desc {
  color: #144031;
}
.cid-vdt0BaaEh6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdt0BaaEh6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt0BaaEh6 .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-vdt0BaaEh6 .container {
    padding: 0 30px;
  }
}
.cid-vdt0BaaEh6 .items-wrapper .item:first-child {
  position: relative;
}
.cid-vdt0BaaEh6 .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-vdt0BaaEh6 .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-vdt0BaaEh6 .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-vdt0BaaEh6 .items-wrapper .item:last-child {
  position: relative;
}
.cid-vdt0BaaEh6 .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-vdt0BaaEh6 .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-vdt0BaaEh6 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vdt0BaaEh6 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vdt0BaaEh6 .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdt0BaaEh6 .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vdt0BaaEh6 .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdt0BaaEh6 .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-vdt0BaaEh6 .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-vdt0BaaEh6 .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdt0BaaEh6 .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-vdt0BaaEh6 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-vdt0BaaEh6 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-vdt0BaaEh6 .item-title {
  color: #144031;
}
.cid-vdt0BaaEh6 .item-text {
  color: #144031;
}
.cid-vdt0BauiaT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdt0BauiaT .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdt0BauiaT .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdt0BauiaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt0BauiaT .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-vdt0BauiaT .container {
    padding: 0 30px;
  }
}
.cid-vdt0BauiaT .row {
  justify-content: center;
}
.cid-vdt0BauiaT .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdt0BauiaT .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdt0BauiaT .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-vdt0BauiaT .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-vdt0BauiaT .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-vdt0BauiaT .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-vdt0BauiaT .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-vdt0BauiaT .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-vdt0BauiaT .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-vdt0BauiaT .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #144031;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-vdt0BauiaT .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-vdt0BauiaT .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-vdt0BauiaT .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-vdt0BauiaT .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vdt0BauiaT .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-vdt0BauiaT .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vdt0BauiaT .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-vdt0BauiaT .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdt0BauiaT .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdt0BauiaT .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #c7fcb5;
}
@media (max-width: 992px) {
  .cid-vdt0BauiaT .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-vdt0BauiaT .mbr-desc {
  color: #c7fcb5;
}
.cid-vdt0BauiaT .mbr-section-title {
  color: #ffffff;
}
.cid-vdt0BauiaT .mbr-text {
  color: #ffffff;
}
.cid-vdt0BaTD5G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdt0BaTD5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt0BaTD5G .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-vdt0BaTD5G .container {
    padding: 0 30px;
  }
}
.cid-vdt0BaTD5G .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-vdt0BaTD5G .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-vdt0BaTD5G .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vdt0BaTD5G .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-vdt0BaTD5G .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-vdt0BaTD5G .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-vdt0BaTD5G .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-vdt0BaTD5G .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-vdt0BaTD5G .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-vdt0BaTD5G .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdt0BaTD5G .item-title {
  color: #144031;
}
.cid-vdt0BaTD5G .item-text {
  color: #144031;
}
.cid-vdt0Bbhk2O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdt0Bbhk2O .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  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-vdt0Bbhk2O .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdt0Bbhk2O .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdt0Bbhk2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt0Bbhk2O .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-vdt0Bbhk2O .container {
    padding: 0 30px;
  }
}
.cid-vdt0Bbhk2O .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vdt0Bbhk2O .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdt0Bbhk2O .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdt0Bbhk2O .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdt0Bbhk2O .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdt0Bbhk2O .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-vdt0Bbhk2O .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-vdt0Bbhk2O .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-vdt0Bbhk2O .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-vdt0Bbhk2O .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vdt0Bbhk2O .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #c7fcb5 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdt0Bbhk2O .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-vdt0Bbhk2O .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #c7fcb5;
  transition: all 0.3s ease-in-out;
}
.cid-vdt0Bbhk2O .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vdt0Bbhk2O .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-vdt0Bbhk2O .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-vdt0Bbhk2O .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-vdt0Bbhk2O .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-vdt0Bbhk2O .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vdt0Bbhk2O .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #c7fcb5;
  border-color: #c7fcb5;
  border-radius: 0;
}
.cid-vdt0Bbhk2O .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-vdt0Bbhk2O .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-vdt0Bbhk2O .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-vdt0Bbhk2O .mbr-section-title {
  color: #ffffff;
}
.cid-vdt0Bbhk2O .mbr-section-title,
.cid-vdt0Bbhk2O .mbr-section-btn {
  text-align: center;
}
.cid-vdt0Bbhk2O LABEL {
  color: #fffcf5;
}
.cid-vdt0BbHYF8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdt0BbHYF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt0BbHYF8 .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-vdt0BbHYF8 .container {
    padding: 0 30px;
  }
}
.cid-vdt0BbHYF8 .card {
  justify-content: center;
}
.cid-vdt0BbHYF8 .title-wrapper {
  margin-bottom: 20px;
}
.cid-vdt0BbHYF8 .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vdt0BbHYF8 .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-vdt0BbHYF8 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdt0BbHYF8 .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-vdt0BbHYF8 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdt0BbHYF8 .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-vdt0BbHYF8 .nav-wrapper .list .item-wrap:hover::before,
.cid-vdt0BbHYF8 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdt0BbHYF8 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdt0BbHYF8 .mbr-copy {
  margin-bottom: 0;
  color: #144031;
  text-align: left;
}
.cid-vdt0BbHYF8 .mbr-section-title {
  color: #144031;
}
.cid-vdt0BbHYF8 .list {
  color: #144031;
}
.cid-vdt0BbHYF8 .mbr-section-title,
.cid-vdt0BbHYF8 .title-wrapper {
  text-align: left;
}
.cid-vdt1bQdj82 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vdt1bQdj82 .navbar-dropdown {
  background-color: #22654e !important;
  padding: 0;
}
.cid-vdt1bQdj82 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #22654e !important;
  background: #22654e;
}
.cid-vdt1bQdj82 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdt1bQdj82 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdt1bQdj82 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vdt1bQdj82 .menu_box .navbar.opened,
  .cid-vdt1bQdj82 .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdt1bQdj82 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdt1bQdj82 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vdt1bQdj82 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vdt1bQdj82 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vdt1bQdj82 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdt1bQdj82 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdt1bQdj82 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vdt1bQdj82 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdt1bQdj82 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdt1bQdj82 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdt1bQdj82 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdt1bQdj82 .offcanvas-body .mbr-text,
  .cid-vdt1bQdj82 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vdt1bQdj82 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vdt1bQdj82 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdt1bQdj82 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vdt1bQdj82 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdt1bQdj82 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdt1bQdj82 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdt1bQdj82 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdt1bQdj82 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdt1bQdj82 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdt1bQdj82 .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-vdt1bQdj82 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdt1bQdj82 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-vdt1bQdj82 .lg_brand {
    margin: 0 1rem;
  }
  .cid-vdt1bQdj82 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vdt1bQdj82 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdt1bQdj82 .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vdt1bQdj82 .nav-item {
    margin: 0 !important;
  }
}
.cid-vdt1bQdj82 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vdt1bQdj82 .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-vdt1bQdj82 .nav-item .nav-link:hover,
.cid-vdt1bQdj82 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vdt1bQdj82 .nav-item .nav-link:hover:before,
.cid-vdt1bQdj82 .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vdt1bQdj82 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdt1bQdj82 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdt1bQdj82 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdt1bQdj82 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdt1bQdj82 .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-vdt1bQdj82 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdt1bQdj82 .offcanvas_box {
    display: none;
  }
}
.cid-vdt1bQdj82 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vdt1bQdj82 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdt1bQdj82 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdt1bQdj82 .container {
  display: flex;
  margin: auto;
}
.cid-vdt1bQdj82 .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-vdt1bQdj82 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdt1bQdj82 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdt1bQdj82 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdt1bQdj82 .navbar-nav {
    margin: 0;
  }
}
.cid-vdt1bQdj82 .dropdown-menu,
.cid-vdt1bQdj82 .navbar.opened {
  background-color: false !important;
}
.cid-vdt1bQdj82 .nav-item:focus,
.cid-vdt1bQdj82 .nav-link:focus {
  outline: none;
}
.cid-vdt1bQdj82 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdt1bQdj82 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdt1bQdj82 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdt1bQdj82 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdt1bQdj82 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdt1bQdj82 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdt1bQdj82 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vdt1bQdj82 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vdt1bQdj82 .navbar.opened {
  transition: all 0.3s;
}
.cid-vdt1bQdj82 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdt1bQdj82 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdt1bQdj82 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vdt1bQdj82 .navbar.collapsed {
  justify-content: center;
}
.cid-vdt1bQdj82 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdt1bQdj82 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdt1bQdj82 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdt1bQdj82 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdt1bQdj82 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdt1bQdj82 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdt1bQdj82 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdt1bQdj82 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdt1bQdj82 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vdt1bQdj82 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdt1bQdj82 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdt1bQdj82 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdt1bQdj82 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdt1bQdj82 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdt1bQdj82 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdt1bQdj82 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdt1bQdj82 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdt1bQdj82 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdt1bQdj82 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vdt1bQdj82 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdt1bQdj82 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdt1bQdj82 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdt1bQdj82 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdt1bQdj82 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdt1bQdj82 .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-vdt1bQdj82 .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vdt1bQdj82 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdt1bQdj82 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdt1bQdj82 .dropdown-item.active,
.cid-vdt1bQdj82 .dropdown-item:active {
  background-color: transparent;
}
.cid-vdt1bQdj82 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vdt1bQdj82 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdt1bQdj82 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdt1bQdj82 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdt1bQdj82 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vdt1bQdj82 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdt1bQdj82 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-vdt1bQdj82 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vdt1bQdj82 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdt1bQdj82 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdt1bQdj82 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdt1bQdj82 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdt1bQdj82 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdt1bQdj82 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdt1bQdj82 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdt1bQdj82 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdt1bQdj82 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdt1bQdj82 .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-vdt1bQdj82 .navbar {
    height: 70px;
  }
  .cid-vdt1bQdj82 .navbar.opened {
    height: auto;
  }
  .cid-vdt1bQdj82 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdt1bQdj82 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdt1bQdj82 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vdt1bQdj82 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vdt1bQdj82 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vdt1bQdj82 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vdt1bQdj82 .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-vdt1bQdj82 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdt1bQdj82 .text_widget {
  margin-bottom: 32px;
}
.cid-vdt1bQdj82 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vdt1bQdj82 .text_widget a:hover,
.cid-vdt1bQdj82 .text_widget a:focus {
  opacity: .8;
}
.cid-vdt1bQdj82 .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-vdt1bQdj82 .contacts-wrapper {
    display: none;
  }
}
.cid-vdt1bQdj82 .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vdt1bQdj82 .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vdt1bQdj82 .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-vdt1bQdj82 .contacts-wrapper a .mbr-contact:hover:before,
.cid-vdt1bQdj82 .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vdt1bQdj82 .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vdt1bQdj82 .navbar-caption {
  color: #c7fcb5;
}
.cid-vdt1bQdj82 .mbr-contact {
  color: #ffffff;
}
.cid-vdt1bQdj82 .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vdt1bQdj82 .mbr-section-subtitle,
.cid-vdt1bQdj82 .text_widget,
.cid-vdt1bQdj82 .mbr-section-btn {
  text-align: center;
}
.cid-vdt1bQdj82 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vdt1bQOWiL {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdt1bQOWiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt1bQOWiL .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-vdt1bQOWiL .container {
    padding: 0 30px;
  }
}
.cid-vdt1bQOWiL .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-vdt1bQOWiL .content-wrapper {
    display: block;
  }
}
.cid-vdt1bQOWiL .content-wrapper .card {
  justify-content: center;
}
.cid-vdt1bQOWiL .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdt1bQOWiL .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-vdt1bQOWiL .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vdt1bQOWiL .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vdt1bQOWiL .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdt1bQOWiL .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-vdt1bQOWiL .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-vdt1bQOWiL .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdt1bQOWiL .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-vdt1bQOWiL .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-vdt1bQOWiL .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vdt1bQOWiL .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-vdt1bQOWiL .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdt1bQOWiL .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-vdt1bQOWiL .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-vdt1bQOWiL .mbr-section-title {
  color: #144031;
}
.cid-vdt1bQOWiL .mbr-text {
  color: #144031;
}
.cid-vdt1bQOWiL .list {
  color: #144031;
}
.cid-vdt1bRaIyG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaffe2;
}
.cid-vdt1bRaIyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt1bRaIyG .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-vdt1bRaIyG .container {
    padding: 0 30px;
  }
}
.cid-vdt1bRaIyG .row {
  justify-content: center;
}
.cid-vdt1bRaIyG .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-vdt1bRaIyG .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vdt1bRaIyG .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-vdt1bRaIyG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-vdt1bRaIyG .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdt1bRaIyG .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-vdt1bRaIyG .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdt1bRaIyG .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-vdt1bRaIyG .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-vdt1bRaIyG .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-vdt1bRaIyG .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdt1bRaIyG .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-vdt1bRaIyG .item-title {
  color: #144031;
}
.cid-vdt1bRaIyG .item-desc {
  color: #144031;
}
.cid-vdt1bRAtnK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdt1bRAtnK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt1bRAtnK .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-vdt1bRAtnK .container {
    padding: 0 30px;
  }
}
.cid-vdt1bRAtnK .items-wrapper .item:first-child {
  position: relative;
}
.cid-vdt1bRAtnK .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-vdt1bRAtnK .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-vdt1bRAtnK .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-vdt1bRAtnK .items-wrapper .item:last-child {
  position: relative;
}
.cid-vdt1bRAtnK .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-vdt1bRAtnK .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-vdt1bRAtnK .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vdt1bRAtnK .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vdt1bRAtnK .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdt1bRAtnK .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vdt1bRAtnK .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdt1bRAtnK .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-vdt1bRAtnK .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-vdt1bRAtnK .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdt1bRAtnK .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-vdt1bRAtnK .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-vdt1bRAtnK .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-vdt1bRAtnK .item-title {
  color: #144031;
}
.cid-vdt1bRAtnK .item-text {
  color: #144031;
}
.cid-vdt1bRXpli {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdt1bRXpli .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdt1bRXpli .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdt1bRXpli .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt1bRXpli .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-vdt1bRXpli .container {
    padding: 0 30px;
  }
}
.cid-vdt1bRXpli .row {
  justify-content: center;
}
.cid-vdt1bRXpli .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdt1bRXpli .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdt1bRXpli .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-vdt1bRXpli .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-vdt1bRXpli .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-vdt1bRXpli .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-vdt1bRXpli .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-vdt1bRXpli .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-vdt1bRXpli .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-vdt1bRXpli .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #144031;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-vdt1bRXpli .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-vdt1bRXpli .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-vdt1bRXpli .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-vdt1bRXpli .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vdt1bRXpli .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-vdt1bRXpli .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vdt1bRXpli .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-vdt1bRXpli .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdt1bRXpli .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdt1bRXpli .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #c7fcb5;
}
@media (max-width: 992px) {
  .cid-vdt1bRXpli .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-vdt1bRXpli .mbr-desc {
  color: #c7fcb5;
}
.cid-vdt1bRXpli .mbr-section-title {
  color: #ffffff;
}
.cid-vdt1bRXpli .mbr-text {
  color: #ffffff;
}
.cid-vdt1bSmHHj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdt1bSmHHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt1bSmHHj .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-vdt1bSmHHj .container {
    padding: 0 30px;
  }
}
.cid-vdt1bSmHHj .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-vdt1bSmHHj .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-vdt1bSmHHj .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vdt1bSmHHj .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-vdt1bSmHHj .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-vdt1bSmHHj .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-vdt1bSmHHj .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-vdt1bSmHHj .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-vdt1bSmHHj .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-vdt1bSmHHj .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdt1bSmHHj .item-title {
  color: #144031;
}
.cid-vdt1bSmHHj .item-text {
  color: #144031;
}
.cid-vdt1bSJTQ0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdt1bSJTQ0 .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  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-vdt1bSJTQ0 .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdt1bSJTQ0 .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdt1bSJTQ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt1bSJTQ0 .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-vdt1bSJTQ0 .container {
    padding: 0 30px;
  }
}
.cid-vdt1bSJTQ0 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vdt1bSJTQ0 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdt1bSJTQ0 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdt1bSJTQ0 .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdt1bSJTQ0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdt1bSJTQ0 .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-vdt1bSJTQ0 .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-vdt1bSJTQ0 .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-vdt1bSJTQ0 .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-vdt1bSJTQ0 .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vdt1bSJTQ0 .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #c7fcb5 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdt1bSJTQ0 .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-vdt1bSJTQ0 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #c7fcb5;
  transition: all 0.3s ease-in-out;
}
.cid-vdt1bSJTQ0 .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vdt1bSJTQ0 .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-vdt1bSJTQ0 .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-vdt1bSJTQ0 .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-vdt1bSJTQ0 .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-vdt1bSJTQ0 .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vdt1bSJTQ0 .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #c7fcb5;
  border-color: #c7fcb5;
  border-radius: 0;
}
.cid-vdt1bSJTQ0 .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-vdt1bSJTQ0 .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-vdt1bSJTQ0 .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-vdt1bSJTQ0 .mbr-section-title {
  color: #ffffff;
}
.cid-vdt1bSJTQ0 .mbr-section-title,
.cid-vdt1bSJTQ0 .mbr-section-btn {
  text-align: center;
}
.cid-vdt1bSJTQ0 LABEL {
  color: #fffcf5;
}
.cid-vdt1bTaT49 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdt1bTaT49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt1bTaT49 .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-vdt1bTaT49 .container {
    padding: 0 30px;
  }
}
.cid-vdt1bTaT49 .card {
  justify-content: center;
}
.cid-vdt1bTaT49 .title-wrapper {
  margin-bottom: 20px;
}
.cid-vdt1bTaT49 .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vdt1bTaT49 .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-vdt1bTaT49 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdt1bTaT49 .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-vdt1bTaT49 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdt1bTaT49 .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-vdt1bTaT49 .nav-wrapper .list .item-wrap:hover::before,
.cid-vdt1bTaT49 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdt1bTaT49 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdt1bTaT49 .mbr-copy {
  margin-bottom: 0;
  color: #144031;
  text-align: left;
}
.cid-vdt1bTaT49 .mbr-section-title {
  color: #144031;
}
.cid-vdt1bTaT49 .list {
  color: #144031;
}
.cid-vdt1bTaT49 .mbr-section-title,
.cid-vdt1bTaT49 .title-wrapper {
  text-align: left;
}
.cid-vdt1HmGC6s {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vdt1HmGC6s .navbar-dropdown {
  background-color: #22654e !important;
  padding: 0;
}
.cid-vdt1HmGC6s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #22654e !important;
  background: #22654e;
}
.cid-vdt1HmGC6s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdt1HmGC6s .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdt1HmGC6s .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vdt1HmGC6s .menu_box .navbar.opened,
  .cid-vdt1HmGC6s .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdt1HmGC6s nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdt1HmGC6s .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vdt1HmGC6s .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vdt1HmGC6s .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vdt1HmGC6s .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdt1HmGC6s .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdt1HmGC6s .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vdt1HmGC6s .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdt1HmGC6s .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdt1HmGC6s .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdt1HmGC6s .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdt1HmGC6s .offcanvas-body .mbr-text,
  .cid-vdt1HmGC6s .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vdt1HmGC6s .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vdt1HmGC6s .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdt1HmGC6s .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vdt1HmGC6s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdt1HmGC6s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdt1HmGC6s .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdt1HmGC6s .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdt1HmGC6s ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdt1HmGC6s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdt1HmGC6s .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-vdt1HmGC6s .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdt1HmGC6s 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-vdt1HmGC6s .lg_brand {
    margin: 0 1rem;
  }
  .cid-vdt1HmGC6s .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vdt1HmGC6s .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdt1HmGC6s .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vdt1HmGC6s .nav-item {
    margin: 0 !important;
  }
}
.cid-vdt1HmGC6s .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vdt1HmGC6s .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-vdt1HmGC6s .nav-item .nav-link:hover,
.cid-vdt1HmGC6s .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vdt1HmGC6s .nav-item .nav-link:hover:before,
.cid-vdt1HmGC6s .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vdt1HmGC6s .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdt1HmGC6s .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdt1HmGC6s .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdt1HmGC6s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdt1HmGC6s .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-vdt1HmGC6s .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdt1HmGC6s .offcanvas_box {
    display: none;
  }
}
.cid-vdt1HmGC6s .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vdt1HmGC6s .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdt1HmGC6s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdt1HmGC6s .container {
  display: flex;
  margin: auto;
}
.cid-vdt1HmGC6s .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-vdt1HmGC6s .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdt1HmGC6s .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdt1HmGC6s .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdt1HmGC6s .navbar-nav {
    margin: 0;
  }
}
.cid-vdt1HmGC6s .dropdown-menu,
.cid-vdt1HmGC6s .navbar.opened {
  background-color: false !important;
}
.cid-vdt1HmGC6s .nav-item:focus,
.cid-vdt1HmGC6s .nav-link:focus {
  outline: none;
}
.cid-vdt1HmGC6s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdt1HmGC6s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdt1HmGC6s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdt1HmGC6s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdt1HmGC6s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdt1HmGC6s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdt1HmGC6s .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vdt1HmGC6s .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vdt1HmGC6s .navbar.opened {
  transition: all 0.3s;
}
.cid-vdt1HmGC6s .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdt1HmGC6s .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdt1HmGC6s .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vdt1HmGC6s .navbar.collapsed {
  justify-content: center;
}
.cid-vdt1HmGC6s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdt1HmGC6s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdt1HmGC6s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdt1HmGC6s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdt1HmGC6s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdt1HmGC6s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdt1HmGC6s .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdt1HmGC6s .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdt1HmGC6s .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vdt1HmGC6s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdt1HmGC6s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdt1HmGC6s .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdt1HmGC6s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdt1HmGC6s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdt1HmGC6s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdt1HmGC6s .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdt1HmGC6s .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdt1HmGC6s .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdt1HmGC6s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vdt1HmGC6s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdt1HmGC6s .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdt1HmGC6s .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdt1HmGC6s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdt1HmGC6s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdt1HmGC6s .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-vdt1HmGC6s .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vdt1HmGC6s .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdt1HmGC6s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdt1HmGC6s .dropdown-item.active,
.cid-vdt1HmGC6s .dropdown-item:active {
  background-color: transparent;
}
.cid-vdt1HmGC6s .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vdt1HmGC6s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdt1HmGC6s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdt1HmGC6s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdt1HmGC6s ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vdt1HmGC6s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdt1HmGC6s button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-vdt1HmGC6s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vdt1HmGC6s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdt1HmGC6s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdt1HmGC6s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdt1HmGC6s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdt1HmGC6s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdt1HmGC6s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdt1HmGC6s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdt1HmGC6s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdt1HmGC6s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdt1HmGC6s .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-vdt1HmGC6s .navbar {
    height: 70px;
  }
  .cid-vdt1HmGC6s .navbar.opened {
    height: auto;
  }
  .cid-vdt1HmGC6s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdt1HmGC6s .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdt1HmGC6s .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vdt1HmGC6s .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vdt1HmGC6s .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vdt1HmGC6s .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vdt1HmGC6s .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-vdt1HmGC6s .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdt1HmGC6s .text_widget {
  margin-bottom: 32px;
}
.cid-vdt1HmGC6s .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vdt1HmGC6s .text_widget a:hover,
.cid-vdt1HmGC6s .text_widget a:focus {
  opacity: .8;
}
.cid-vdt1HmGC6s .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-vdt1HmGC6s .contacts-wrapper {
    display: none;
  }
}
.cid-vdt1HmGC6s .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vdt1HmGC6s .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vdt1HmGC6s .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-vdt1HmGC6s .contacts-wrapper a .mbr-contact:hover:before,
.cid-vdt1HmGC6s .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vdt1HmGC6s .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vdt1HmGC6s .navbar-caption {
  color: #c7fcb5;
}
.cid-vdt1HmGC6s .mbr-contact {
  color: #ffffff;
}
.cid-vdt1HmGC6s .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vdt1HmGC6s .mbr-section-subtitle,
.cid-vdt1HmGC6s .text_widget,
.cid-vdt1HmGC6s .mbr-section-btn {
  text-align: center;
}
.cid-vdt1HmGC6s a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vdt1Hng6WH {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdt1Hng6WH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt1Hng6WH .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-vdt1Hng6WH .container {
    padding: 0 30px;
  }
}
.cid-vdt1Hng6WH .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-vdt1Hng6WH .content-wrapper {
    display: block;
  }
}
.cid-vdt1Hng6WH .content-wrapper .card {
  justify-content: center;
}
.cid-vdt1Hng6WH .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdt1Hng6WH .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-vdt1Hng6WH .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vdt1Hng6WH .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vdt1Hng6WH .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdt1Hng6WH .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-vdt1Hng6WH .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-vdt1Hng6WH .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdt1Hng6WH .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-vdt1Hng6WH .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-vdt1Hng6WH .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vdt1Hng6WH .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-vdt1Hng6WH .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdt1Hng6WH .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-vdt1Hng6WH .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-vdt1Hng6WH .mbr-section-title {
  color: #144031;
}
.cid-vdt1Hng6WH .mbr-text {
  color: #144031;
}
.cid-vdt1Hng6WH .list {
  color: #144031;
}
.cid-vdt1HnBJqZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaffe2;
}
.cid-vdt1HnBJqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt1HnBJqZ .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-vdt1HnBJqZ .container {
    padding: 0 30px;
  }
}
.cid-vdt1HnBJqZ .row {
  justify-content: center;
}
.cid-vdt1HnBJqZ .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-vdt1HnBJqZ .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vdt1HnBJqZ .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-vdt1HnBJqZ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-vdt1HnBJqZ .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdt1HnBJqZ .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-vdt1HnBJqZ .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdt1HnBJqZ .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-vdt1HnBJqZ .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-vdt1HnBJqZ .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-vdt1HnBJqZ .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdt1HnBJqZ .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-vdt1HnBJqZ .item-title {
  color: #144031;
}
.cid-vdt1HnBJqZ .item-desc {
  color: #144031;
}
.cid-vdt1Ho1nFL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdt1Ho1nFL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt1Ho1nFL .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-vdt1Ho1nFL .container {
    padding: 0 30px;
  }
}
.cid-vdt1Ho1nFL .items-wrapper .item:first-child {
  position: relative;
}
.cid-vdt1Ho1nFL .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-vdt1Ho1nFL .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-vdt1Ho1nFL .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-vdt1Ho1nFL .items-wrapper .item:last-child {
  position: relative;
}
.cid-vdt1Ho1nFL .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-vdt1Ho1nFL .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-vdt1Ho1nFL .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vdt1Ho1nFL .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vdt1Ho1nFL .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdt1Ho1nFL .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vdt1Ho1nFL .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdt1Ho1nFL .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-vdt1Ho1nFL .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-vdt1Ho1nFL .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdt1Ho1nFL .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-vdt1Ho1nFL .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-vdt1Ho1nFL .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-vdt1Ho1nFL .item-title {
  color: #144031;
}
.cid-vdt1Ho1nFL .item-text {
  color: #144031;
}
.cid-vdt1HopGQz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdt1HopGQz .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdt1HopGQz .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdt1HopGQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt1HopGQz .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-vdt1HopGQz .container {
    padding: 0 30px;
  }
}
.cid-vdt1HopGQz .row {
  justify-content: center;
}
.cid-vdt1HopGQz .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdt1HopGQz .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdt1HopGQz .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-vdt1HopGQz .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-vdt1HopGQz .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-vdt1HopGQz .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-vdt1HopGQz .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-vdt1HopGQz .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-vdt1HopGQz .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-vdt1HopGQz .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #144031;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-vdt1HopGQz .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-vdt1HopGQz .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-vdt1HopGQz .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-vdt1HopGQz .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vdt1HopGQz .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-vdt1HopGQz .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vdt1HopGQz .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-vdt1HopGQz .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdt1HopGQz .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdt1HopGQz .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #c7fcb5;
}
@media (max-width: 992px) {
  .cid-vdt1HopGQz .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-vdt1HopGQz .mbr-desc {
  color: #c7fcb5;
}
.cid-vdt1HopGQz .mbr-section-title {
  color: #ffffff;
}
.cid-vdt1HopGQz .mbr-text {
  color: #ffffff;
}
.cid-vdt1HoRGug {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdt1HoRGug .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt1HoRGug .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-vdt1HoRGug .container {
    padding: 0 30px;
  }
}
.cid-vdt1HoRGug .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-vdt1HoRGug .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-vdt1HoRGug .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vdt1HoRGug .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-vdt1HoRGug .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-vdt1HoRGug .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-vdt1HoRGug .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-vdt1HoRGug .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-vdt1HoRGug .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-vdt1HoRGug .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdt1HoRGug .item-title {
  color: #144031;
}
.cid-vdt1HoRGug .item-text {
  color: #144031;
}
.cid-vdt1HpddTC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdt1HpddTC .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  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-vdt1HpddTC .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdt1HpddTC .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdt1HpddTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt1HpddTC .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-vdt1HpddTC .container {
    padding: 0 30px;
  }
}
.cid-vdt1HpddTC .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vdt1HpddTC .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdt1HpddTC .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdt1HpddTC .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdt1HpddTC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdt1HpddTC .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-vdt1HpddTC .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-vdt1HpddTC .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-vdt1HpddTC .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-vdt1HpddTC .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vdt1HpddTC .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #c7fcb5 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdt1HpddTC .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-vdt1HpddTC .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #c7fcb5;
  transition: all 0.3s ease-in-out;
}
.cid-vdt1HpddTC .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vdt1HpddTC .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-vdt1HpddTC .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-vdt1HpddTC .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-vdt1HpddTC .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-vdt1HpddTC .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vdt1HpddTC .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #c7fcb5;
  border-color: #c7fcb5;
  border-radius: 0;
}
.cid-vdt1HpddTC .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-vdt1HpddTC .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-vdt1HpddTC .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-vdt1HpddTC .mbr-section-title {
  color: #ffffff;
}
.cid-vdt1HpddTC .mbr-section-title,
.cid-vdt1HpddTC .mbr-section-btn {
  text-align: center;
}
.cid-vdt1HpddTC LABEL {
  color: #fffcf5;
}
.cid-vdt1HpFogS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdt1HpFogS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt1HpFogS .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-vdt1HpFogS .container {
    padding: 0 30px;
  }
}
.cid-vdt1HpFogS .card {
  justify-content: center;
}
.cid-vdt1HpFogS .title-wrapper {
  margin-bottom: 20px;
}
.cid-vdt1HpFogS .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vdt1HpFogS .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-vdt1HpFogS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdt1HpFogS .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-vdt1HpFogS .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdt1HpFogS .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-vdt1HpFogS .nav-wrapper .list .item-wrap:hover::before,
.cid-vdt1HpFogS .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdt1HpFogS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdt1HpFogS .mbr-copy {
  margin-bottom: 0;
  color: #144031;
  text-align: left;
}
.cid-vdt1HpFogS .mbr-section-title {
  color: #144031;
}
.cid-vdt1HpFogS .list {
  color: #144031;
}
.cid-vdt1HpFogS .mbr-section-title,
.cid-vdt1HpFogS .title-wrapper {
  text-align: left;
}
.cid-vdt2cmmiA5 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vdt2cmmiA5 .navbar-dropdown {
  background-color: #22654e !important;
  padding: 0;
}
.cid-vdt2cmmiA5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #22654e !important;
  background: #22654e;
}
.cid-vdt2cmmiA5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdt2cmmiA5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdt2cmmiA5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vdt2cmmiA5 .menu_box .navbar.opened,
  .cid-vdt2cmmiA5 .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdt2cmmiA5 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdt2cmmiA5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vdt2cmmiA5 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vdt2cmmiA5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vdt2cmmiA5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdt2cmmiA5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdt2cmmiA5 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vdt2cmmiA5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdt2cmmiA5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdt2cmmiA5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdt2cmmiA5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdt2cmmiA5 .offcanvas-body .mbr-text,
  .cid-vdt2cmmiA5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vdt2cmmiA5 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vdt2cmmiA5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdt2cmmiA5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vdt2cmmiA5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdt2cmmiA5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdt2cmmiA5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdt2cmmiA5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdt2cmmiA5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdt2cmmiA5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdt2cmmiA5 .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-vdt2cmmiA5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdt2cmmiA5 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-vdt2cmmiA5 .lg_brand {
    margin: 0 1rem;
  }
  .cid-vdt2cmmiA5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vdt2cmmiA5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdt2cmmiA5 .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vdt2cmmiA5 .nav-item {
    margin: 0 !important;
  }
}
.cid-vdt2cmmiA5 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vdt2cmmiA5 .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-vdt2cmmiA5 .nav-item .nav-link:hover,
.cid-vdt2cmmiA5 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vdt2cmmiA5 .nav-item .nav-link:hover:before,
.cid-vdt2cmmiA5 .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vdt2cmmiA5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdt2cmmiA5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdt2cmmiA5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdt2cmmiA5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdt2cmmiA5 .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-vdt2cmmiA5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdt2cmmiA5 .offcanvas_box {
    display: none;
  }
}
.cid-vdt2cmmiA5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vdt2cmmiA5 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdt2cmmiA5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdt2cmmiA5 .container {
  display: flex;
  margin: auto;
}
.cid-vdt2cmmiA5 .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-vdt2cmmiA5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdt2cmmiA5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdt2cmmiA5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdt2cmmiA5 .navbar-nav {
    margin: 0;
  }
}
.cid-vdt2cmmiA5 .dropdown-menu,
.cid-vdt2cmmiA5 .navbar.opened {
  background-color: false !important;
}
.cid-vdt2cmmiA5 .nav-item:focus,
.cid-vdt2cmmiA5 .nav-link:focus {
  outline: none;
}
.cid-vdt2cmmiA5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdt2cmmiA5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdt2cmmiA5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdt2cmmiA5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdt2cmmiA5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdt2cmmiA5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdt2cmmiA5 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vdt2cmmiA5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vdt2cmmiA5 .navbar.opened {
  transition: all 0.3s;
}
.cid-vdt2cmmiA5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdt2cmmiA5 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdt2cmmiA5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vdt2cmmiA5 .navbar.collapsed {
  justify-content: center;
}
.cid-vdt2cmmiA5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdt2cmmiA5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdt2cmmiA5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdt2cmmiA5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdt2cmmiA5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdt2cmmiA5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdt2cmmiA5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdt2cmmiA5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdt2cmmiA5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vdt2cmmiA5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdt2cmmiA5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdt2cmmiA5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdt2cmmiA5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdt2cmmiA5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdt2cmmiA5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdt2cmmiA5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdt2cmmiA5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdt2cmmiA5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdt2cmmiA5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vdt2cmmiA5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdt2cmmiA5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdt2cmmiA5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdt2cmmiA5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdt2cmmiA5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdt2cmmiA5 .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-vdt2cmmiA5 .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vdt2cmmiA5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdt2cmmiA5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdt2cmmiA5 .dropdown-item.active,
.cid-vdt2cmmiA5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vdt2cmmiA5 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vdt2cmmiA5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdt2cmmiA5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdt2cmmiA5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdt2cmmiA5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vdt2cmmiA5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdt2cmmiA5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-vdt2cmmiA5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vdt2cmmiA5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdt2cmmiA5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdt2cmmiA5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdt2cmmiA5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdt2cmmiA5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdt2cmmiA5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdt2cmmiA5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdt2cmmiA5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdt2cmmiA5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdt2cmmiA5 .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-vdt2cmmiA5 .navbar {
    height: 70px;
  }
  .cid-vdt2cmmiA5 .navbar.opened {
    height: auto;
  }
  .cid-vdt2cmmiA5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdt2cmmiA5 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdt2cmmiA5 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vdt2cmmiA5 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vdt2cmmiA5 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vdt2cmmiA5 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vdt2cmmiA5 .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-vdt2cmmiA5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdt2cmmiA5 .text_widget {
  margin-bottom: 32px;
}
.cid-vdt2cmmiA5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vdt2cmmiA5 .text_widget a:hover,
.cid-vdt2cmmiA5 .text_widget a:focus {
  opacity: .8;
}
.cid-vdt2cmmiA5 .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-vdt2cmmiA5 .contacts-wrapper {
    display: none;
  }
}
.cid-vdt2cmmiA5 .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vdt2cmmiA5 .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vdt2cmmiA5 .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-vdt2cmmiA5 .contacts-wrapper a .mbr-contact:hover:before,
.cid-vdt2cmmiA5 .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vdt2cmmiA5 .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vdt2cmmiA5 .navbar-caption {
  color: #c7fcb5;
}
.cid-vdt2cmmiA5 .mbr-contact {
  color: #ffffff;
}
.cid-vdt2cmmiA5 .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vdt2cmmiA5 .mbr-section-subtitle,
.cid-vdt2cmmiA5 .text_widget,
.cid-vdt2cmmiA5 .mbr-section-btn {
  text-align: center;
}
.cid-vdt2cmmiA5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vdt2cmWLOd {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdt2cmWLOd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt2cmWLOd .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-vdt2cmWLOd .container {
    padding: 0 30px;
  }
}
.cid-vdt2cmWLOd .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-vdt2cmWLOd .content-wrapper {
    display: block;
  }
}
.cid-vdt2cmWLOd .content-wrapper .card {
  justify-content: center;
}
.cid-vdt2cmWLOd .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdt2cmWLOd .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-vdt2cmWLOd .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vdt2cmWLOd .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vdt2cmWLOd .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdt2cmWLOd .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-vdt2cmWLOd .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-vdt2cmWLOd .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdt2cmWLOd .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-vdt2cmWLOd .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-vdt2cmWLOd .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vdt2cmWLOd .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-vdt2cmWLOd .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdt2cmWLOd .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-vdt2cmWLOd .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-vdt2cmWLOd .mbr-section-title {
  color: #144031;
}
.cid-vdt2cmWLOd .mbr-text {
  color: #144031;
}
.cid-vdt2cmWLOd .list {
  color: #144031;
}
.cid-vdt2cnjLFu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaffe2;
}
.cid-vdt2cnjLFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt2cnjLFu .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-vdt2cnjLFu .container {
    padding: 0 30px;
  }
}
.cid-vdt2cnjLFu .row {
  justify-content: center;
}
.cid-vdt2cnjLFu .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-vdt2cnjLFu .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vdt2cnjLFu .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-vdt2cnjLFu .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-vdt2cnjLFu .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdt2cnjLFu .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-vdt2cnjLFu .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdt2cnjLFu .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-vdt2cnjLFu .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-vdt2cnjLFu .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-vdt2cnjLFu .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdt2cnjLFu .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-vdt2cnjLFu .item-title {
  color: #144031;
}
.cid-vdt2cnjLFu .item-desc {
  color: #144031;
}
.cid-vdt2cnNLnC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdt2cnNLnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt2cnNLnC .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-vdt2cnNLnC .container {
    padding: 0 30px;
  }
}
.cid-vdt2cnNLnC .items-wrapper .item:first-child {
  position: relative;
}
.cid-vdt2cnNLnC .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-vdt2cnNLnC .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-vdt2cnNLnC .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-vdt2cnNLnC .items-wrapper .item:last-child {
  position: relative;
}
.cid-vdt2cnNLnC .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-vdt2cnNLnC .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-vdt2cnNLnC .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vdt2cnNLnC .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vdt2cnNLnC .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdt2cnNLnC .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vdt2cnNLnC .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdt2cnNLnC .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-vdt2cnNLnC .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-vdt2cnNLnC .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdt2cnNLnC .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-vdt2cnNLnC .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-vdt2cnNLnC .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-vdt2cnNLnC .item-title {
  color: #144031;
}
.cid-vdt2cnNLnC .item-text {
  color: #144031;
}
.cid-vdt2co8pSF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdt2co8pSF .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdt2co8pSF .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdt2co8pSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt2co8pSF .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-vdt2co8pSF .container {
    padding: 0 30px;
  }
}
.cid-vdt2co8pSF .row {
  justify-content: center;
}
.cid-vdt2co8pSF .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdt2co8pSF .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdt2co8pSF .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-vdt2co8pSF .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-vdt2co8pSF .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-vdt2co8pSF .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-vdt2co8pSF .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-vdt2co8pSF .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-vdt2co8pSF .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-vdt2co8pSF .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #144031;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-vdt2co8pSF .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-vdt2co8pSF .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-vdt2co8pSF .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-vdt2co8pSF .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vdt2co8pSF .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-vdt2co8pSF .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vdt2co8pSF .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-vdt2co8pSF .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdt2co8pSF .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdt2co8pSF .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #c7fcb5;
}
@media (max-width: 992px) {
  .cid-vdt2co8pSF .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-vdt2co8pSF .mbr-desc {
  color: #c7fcb5;
}
.cid-vdt2co8pSF .mbr-section-title {
  color: #ffffff;
}
.cid-vdt2co8pSF .mbr-text {
  color: #ffffff;
}
.cid-vdt2coxWr8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdt2coxWr8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt2coxWr8 .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-vdt2coxWr8 .container {
    padding: 0 30px;
  }
}
.cid-vdt2coxWr8 .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-vdt2coxWr8 .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-vdt2coxWr8 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vdt2coxWr8 .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-vdt2coxWr8 .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-vdt2coxWr8 .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-vdt2coxWr8 .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-vdt2coxWr8 .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-vdt2coxWr8 .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-vdt2coxWr8 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdt2coxWr8 .item-title {
  color: #144031;
}
.cid-vdt2coxWr8 .item-text {
  color: #144031;
}
.cid-vdt2coV7Hu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdt2coV7Hu .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  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-vdt2coV7Hu .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdt2coV7Hu .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdt2coV7Hu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt2coV7Hu .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-vdt2coV7Hu .container {
    padding: 0 30px;
  }
}
.cid-vdt2coV7Hu .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vdt2coV7Hu .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdt2coV7Hu .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdt2coV7Hu .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdt2coV7Hu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdt2coV7Hu .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-vdt2coV7Hu .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-vdt2coV7Hu .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-vdt2coV7Hu .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-vdt2coV7Hu .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vdt2coV7Hu .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #c7fcb5 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdt2coV7Hu .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-vdt2coV7Hu .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #c7fcb5;
  transition: all 0.3s ease-in-out;
}
.cid-vdt2coV7Hu .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vdt2coV7Hu .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-vdt2coV7Hu .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-vdt2coV7Hu .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-vdt2coV7Hu .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-vdt2coV7Hu .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vdt2coV7Hu .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #c7fcb5;
  border-color: #c7fcb5;
  border-radius: 0;
}
.cid-vdt2coV7Hu .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-vdt2coV7Hu .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-vdt2coV7Hu .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-vdt2coV7Hu .mbr-section-title {
  color: #ffffff;
}
.cid-vdt2coV7Hu .mbr-section-title,
.cid-vdt2coV7Hu .mbr-section-btn {
  text-align: center;
}
.cid-vdt2coV7Hu LABEL {
  color: #fffcf5;
}
.cid-vdt2cpn38c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdt2cpn38c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt2cpn38c .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-vdt2cpn38c .container {
    padding: 0 30px;
  }
}
.cid-vdt2cpn38c .card {
  justify-content: center;
}
.cid-vdt2cpn38c .title-wrapper {
  margin-bottom: 20px;
}
.cid-vdt2cpn38c .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vdt2cpn38c .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-vdt2cpn38c .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdt2cpn38c .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-vdt2cpn38c .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdt2cpn38c .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-vdt2cpn38c .nav-wrapper .list .item-wrap:hover::before,
.cid-vdt2cpn38c .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdt2cpn38c .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdt2cpn38c .mbr-copy {
  margin-bottom: 0;
  color: #144031;
  text-align: left;
}
.cid-vdt2cpn38c .mbr-section-title {
  color: #144031;
}
.cid-vdt2cpn38c .list {
  color: #144031;
}
.cid-vdt2cpn38c .mbr-section-title,
.cid-vdt2cpn38c .title-wrapper {
  text-align: left;
}
.cid-vdt2Jh5QiG {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vdt2Jh5QiG .navbar-dropdown {
  background-color: #22654e !important;
  padding: 0;
}
.cid-vdt2Jh5QiG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #22654e !important;
  background: #22654e;
}
.cid-vdt2Jh5QiG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdt2Jh5QiG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdt2Jh5QiG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vdt2Jh5QiG .menu_box .navbar.opened,
  .cid-vdt2Jh5QiG .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdt2Jh5QiG nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdt2Jh5QiG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vdt2Jh5QiG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vdt2Jh5QiG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vdt2Jh5QiG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdt2Jh5QiG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdt2Jh5QiG .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vdt2Jh5QiG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdt2Jh5QiG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdt2Jh5QiG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdt2Jh5QiG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdt2Jh5QiG .offcanvas-body .mbr-text,
  .cid-vdt2Jh5QiG .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vdt2Jh5QiG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vdt2Jh5QiG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdt2Jh5QiG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vdt2Jh5QiG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdt2Jh5QiG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdt2Jh5QiG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdt2Jh5QiG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdt2Jh5QiG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdt2Jh5QiG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdt2Jh5QiG .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-vdt2Jh5QiG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdt2Jh5QiG 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-vdt2Jh5QiG .lg_brand {
    margin: 0 1rem;
  }
  .cid-vdt2Jh5QiG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vdt2Jh5QiG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdt2Jh5QiG .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vdt2Jh5QiG .nav-item {
    margin: 0 !important;
  }
}
.cid-vdt2Jh5QiG .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vdt2Jh5QiG .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-vdt2Jh5QiG .nav-item .nav-link:hover,
.cid-vdt2Jh5QiG .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vdt2Jh5QiG .nav-item .nav-link:hover:before,
.cid-vdt2Jh5QiG .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vdt2Jh5QiG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdt2Jh5QiG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdt2Jh5QiG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdt2Jh5QiG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdt2Jh5QiG .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-vdt2Jh5QiG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdt2Jh5QiG .offcanvas_box {
    display: none;
  }
}
.cid-vdt2Jh5QiG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vdt2Jh5QiG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdt2Jh5QiG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdt2Jh5QiG .container {
  display: flex;
  margin: auto;
}
.cid-vdt2Jh5QiG .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-vdt2Jh5QiG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdt2Jh5QiG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdt2Jh5QiG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdt2Jh5QiG .navbar-nav {
    margin: 0;
  }
}
.cid-vdt2Jh5QiG .dropdown-menu,
.cid-vdt2Jh5QiG .navbar.opened {
  background-color: false !important;
}
.cid-vdt2Jh5QiG .nav-item:focus,
.cid-vdt2Jh5QiG .nav-link:focus {
  outline: none;
}
.cid-vdt2Jh5QiG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdt2Jh5QiG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdt2Jh5QiG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdt2Jh5QiG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdt2Jh5QiG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdt2Jh5QiG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdt2Jh5QiG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vdt2Jh5QiG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vdt2Jh5QiG .navbar.opened {
  transition: all 0.3s;
}
.cid-vdt2Jh5QiG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdt2Jh5QiG .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdt2Jh5QiG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vdt2Jh5QiG .navbar.collapsed {
  justify-content: center;
}
.cid-vdt2Jh5QiG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdt2Jh5QiG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdt2Jh5QiG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdt2Jh5QiG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdt2Jh5QiG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdt2Jh5QiG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdt2Jh5QiG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdt2Jh5QiG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdt2Jh5QiG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vdt2Jh5QiG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdt2Jh5QiG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdt2Jh5QiG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdt2Jh5QiG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdt2Jh5QiG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdt2Jh5QiG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdt2Jh5QiG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdt2Jh5QiG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdt2Jh5QiG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdt2Jh5QiG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vdt2Jh5QiG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdt2Jh5QiG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdt2Jh5QiG .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdt2Jh5QiG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdt2Jh5QiG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdt2Jh5QiG .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-vdt2Jh5QiG .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vdt2Jh5QiG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdt2Jh5QiG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdt2Jh5QiG .dropdown-item.active,
.cid-vdt2Jh5QiG .dropdown-item:active {
  background-color: transparent;
}
.cid-vdt2Jh5QiG .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vdt2Jh5QiG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdt2Jh5QiG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdt2Jh5QiG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdt2Jh5QiG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vdt2Jh5QiG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdt2Jh5QiG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-vdt2Jh5QiG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vdt2Jh5QiG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdt2Jh5QiG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdt2Jh5QiG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdt2Jh5QiG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdt2Jh5QiG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdt2Jh5QiG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdt2Jh5QiG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdt2Jh5QiG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdt2Jh5QiG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdt2Jh5QiG .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-vdt2Jh5QiG .navbar {
    height: 70px;
  }
  .cid-vdt2Jh5QiG .navbar.opened {
    height: auto;
  }
  .cid-vdt2Jh5QiG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdt2Jh5QiG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdt2Jh5QiG .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vdt2Jh5QiG .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vdt2Jh5QiG .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vdt2Jh5QiG .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vdt2Jh5QiG .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-vdt2Jh5QiG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdt2Jh5QiG .text_widget {
  margin-bottom: 32px;
}
.cid-vdt2Jh5QiG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vdt2Jh5QiG .text_widget a:hover,
.cid-vdt2Jh5QiG .text_widget a:focus {
  opacity: .8;
}
.cid-vdt2Jh5QiG .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-vdt2Jh5QiG .contacts-wrapper {
    display: none;
  }
}
.cid-vdt2Jh5QiG .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vdt2Jh5QiG .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vdt2Jh5QiG .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-vdt2Jh5QiG .contacts-wrapper a .mbr-contact:hover:before,
.cid-vdt2Jh5QiG .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vdt2Jh5QiG .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vdt2Jh5QiG .navbar-caption {
  color: #c7fcb5;
}
.cid-vdt2Jh5QiG .mbr-contact {
  color: #ffffff;
}
.cid-vdt2Jh5QiG .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vdt2Jh5QiG .mbr-section-subtitle,
.cid-vdt2Jh5QiG .text_widget,
.cid-vdt2Jh5QiG .mbr-section-btn {
  text-align: center;
}
.cid-vdt2Jh5QiG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vdt2JhGxHG {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdt2JhGxHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt2JhGxHG .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-vdt2JhGxHG .container {
    padding: 0 30px;
  }
}
.cid-vdt2JhGxHG .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-vdt2JhGxHG .content-wrapper {
    display: block;
  }
}
.cid-vdt2JhGxHG .content-wrapper .card {
  justify-content: center;
}
.cid-vdt2JhGxHG .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdt2JhGxHG .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-vdt2JhGxHG .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vdt2JhGxHG .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vdt2JhGxHG .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdt2JhGxHG .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-vdt2JhGxHG .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-vdt2JhGxHG .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdt2JhGxHG .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-vdt2JhGxHG .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-vdt2JhGxHG .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vdt2JhGxHG .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-vdt2JhGxHG .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdt2JhGxHG .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-vdt2JhGxHG .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-vdt2JhGxHG .mbr-section-title {
  color: #144031;
}
.cid-vdt2JhGxHG .mbr-text {
  color: #144031;
}
.cid-vdt2JhGxHG .list {
  color: #144031;
}
.cid-vdt2Ji470b {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaffe2;
}
.cid-vdt2Ji470b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt2Ji470b .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-vdt2Ji470b .container {
    padding: 0 30px;
  }
}
.cid-vdt2Ji470b .row {
  justify-content: center;
}
.cid-vdt2Ji470b .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-vdt2Ji470b .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vdt2Ji470b .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-vdt2Ji470b .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-vdt2Ji470b .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdt2Ji470b .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-vdt2Ji470b .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vdt2Ji470b .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-vdt2Ji470b .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-vdt2Ji470b .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-vdt2Ji470b .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdt2Ji470b .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-vdt2Ji470b .item-title {
  color: #144031;
}
.cid-vdt2Ji470b .item-desc {
  color: #144031;
}
.cid-vdt2JizRG2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdt2JizRG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt2JizRG2 .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-vdt2JizRG2 .container {
    padding: 0 30px;
  }
}
.cid-vdt2JizRG2 .items-wrapper .item:first-child {
  position: relative;
}
.cid-vdt2JizRG2 .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-vdt2JizRG2 .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-vdt2JizRG2 .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-vdt2JizRG2 .items-wrapper .item:last-child {
  position: relative;
}
.cid-vdt2JizRG2 .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-vdt2JizRG2 .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-vdt2JizRG2 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vdt2JizRG2 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vdt2JizRG2 .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdt2JizRG2 .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vdt2JizRG2 .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdt2JizRG2 .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-vdt2JizRG2 .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-vdt2JizRG2 .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-vdt2JizRG2 .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-vdt2JizRG2 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-vdt2JizRG2 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-vdt2JizRG2 .item-title {
  color: #144031;
}
.cid-vdt2JizRG2 .item-text {
  color: #144031;
}
.cid-vdt2JiVLQa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdt2JiVLQa .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdt2JiVLQa .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdt2JiVLQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt2JiVLQa .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-vdt2JiVLQa .container {
    padding: 0 30px;
  }
}
.cid-vdt2JiVLQa .row {
  justify-content: center;
}
.cid-vdt2JiVLQa .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdt2JiVLQa .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdt2JiVLQa .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-vdt2JiVLQa .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-vdt2JiVLQa .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-vdt2JiVLQa .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-vdt2JiVLQa .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-vdt2JiVLQa .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-vdt2JiVLQa .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-vdt2JiVLQa .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #144031;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-vdt2JiVLQa .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-vdt2JiVLQa .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-vdt2JiVLQa .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-vdt2JiVLQa .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vdt2JiVLQa .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-vdt2JiVLQa .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vdt2JiVLQa .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-vdt2JiVLQa .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdt2JiVLQa .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdt2JiVLQa .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #c7fcb5;
}
@media (max-width: 992px) {
  .cid-vdt2JiVLQa .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-vdt2JiVLQa .mbr-desc {
  color: #c7fcb5;
}
.cid-vdt2JiVLQa .mbr-section-title {
  color: #ffffff;
}
.cid-vdt2JiVLQa .mbr-text {
  color: #ffffff;
}
.cid-vdt2JjmN8i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdt2JjmN8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt2JjmN8i .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-vdt2JjmN8i .container {
    padding: 0 30px;
  }
}
.cid-vdt2JjmN8i .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-vdt2JjmN8i .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-vdt2JjmN8i .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vdt2JjmN8i .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-vdt2JjmN8i .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-vdt2JjmN8i .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-vdt2JjmN8i .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-vdt2JjmN8i .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-vdt2JjmN8i .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-vdt2JjmN8i .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdt2JjmN8i .item-title {
  color: #144031;
}
.cid-vdt2JjmN8i .item-text {
  color: #144031;
}
.cid-vdt2JjM1xx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-vdt2JjM1xx .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  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-vdt2JjM1xx .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdt2JjM1xx .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-vdt2JjM1xx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt2JjM1xx .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-vdt2JjM1xx .container {
    padding: 0 30px;
  }
}
.cid-vdt2JjM1xx .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vdt2JjM1xx .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdt2JjM1xx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdt2JjM1xx .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vdt2JjM1xx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdt2JjM1xx .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-vdt2JjM1xx .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-vdt2JjM1xx .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-vdt2JjM1xx .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-vdt2JjM1xx .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vdt2JjM1xx .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #c7fcb5 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdt2JjM1xx .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-vdt2JjM1xx .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #c7fcb5;
  transition: all 0.3s ease-in-out;
}
.cid-vdt2JjM1xx .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vdt2JjM1xx .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-vdt2JjM1xx .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-vdt2JjM1xx .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-vdt2JjM1xx .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-vdt2JjM1xx .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vdt2JjM1xx .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #c7fcb5;
  border-color: #c7fcb5;
  border-radius: 0;
}
.cid-vdt2JjM1xx .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-vdt2JjM1xx .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-vdt2JjM1xx .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-vdt2JjM1xx .mbr-section-title {
  color: #ffffff;
}
.cid-vdt2JjM1xx .mbr-section-title,
.cid-vdt2JjM1xx .mbr-section-btn {
  text-align: center;
}
.cid-vdt2JjM1xx LABEL {
  color: #fffcf5;
}
.cid-vdt2JkfRLg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-vdt2JkfRLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdt2JkfRLg .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-vdt2JkfRLg .container {
    padding: 0 30px;
  }
}
.cid-vdt2JkfRLg .card {
  justify-content: center;
}
.cid-vdt2JkfRLg .title-wrapper {
  margin-bottom: 20px;
}
.cid-vdt2JkfRLg .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vdt2JkfRLg .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-vdt2JkfRLg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdt2JkfRLg .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-vdt2JkfRLg .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdt2JkfRLg .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-vdt2JkfRLg .nav-wrapper .list .item-wrap:hover::before,
.cid-vdt2JkfRLg .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdt2JkfRLg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-vdt2JkfRLg .mbr-copy {
  margin-bottom: 0;
  color: #144031;
  text-align: left;
}
.cid-vdt2JkfRLg .mbr-section-title {
  color: #144031;
}
.cid-vdt2JkfRLg .list {
  color: #144031;
}
.cid-vdt2JkfRLg .mbr-section-title,
.cid-vdt2JkfRLg .title-wrapper {
  text-align: left;
}
.cid-veRYu7TyCC {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-veRYu7TyCC .navbar-dropdown {
  background-color: #22654e !important;
  padding: 0;
}
.cid-veRYu7TyCC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #22654e !important;
  background: #22654e;
}
.cid-veRYu7TyCC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veRYu7TyCC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veRYu7TyCC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-veRYu7TyCC .menu_box .navbar.opened,
  .cid-veRYu7TyCC .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-veRYu7TyCC nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-veRYu7TyCC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-veRYu7TyCC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veRYu7TyCC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-veRYu7TyCC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veRYu7TyCC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-veRYu7TyCC .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-veRYu7TyCC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-veRYu7TyCC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-veRYu7TyCC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-veRYu7TyCC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-veRYu7TyCC .offcanvas-body .mbr-text,
  .cid-veRYu7TyCC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-veRYu7TyCC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-veRYu7TyCC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-veRYu7TyCC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-veRYu7TyCC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-veRYu7TyCC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-veRYu7TyCC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-veRYu7TyCC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-veRYu7TyCC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-veRYu7TyCC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veRYu7TyCC .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-veRYu7TyCC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-veRYu7TyCC 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-veRYu7TyCC .lg_brand {
    margin: 0 1rem;
  }
  .cid-veRYu7TyCC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-veRYu7TyCC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-veRYu7TyCC .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-veRYu7TyCC .nav-item {
    margin: 0 !important;
  }
}
.cid-veRYu7TyCC .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-veRYu7TyCC .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-veRYu7TyCC .nav-item .nav-link:hover,
.cid-veRYu7TyCC .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-veRYu7TyCC .nav-item .nav-link:hover:before,
.cid-veRYu7TyCC .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-veRYu7TyCC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veRYu7TyCC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veRYu7TyCC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veRYu7TyCC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veRYu7TyCC .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-veRYu7TyCC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veRYu7TyCC .offcanvas_box {
    display: none;
  }
}
.cid-veRYu7TyCC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-veRYu7TyCC .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veRYu7TyCC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veRYu7TyCC .container {
  display: flex;
  margin: auto;
}
.cid-veRYu7TyCC .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-veRYu7TyCC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veRYu7TyCC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veRYu7TyCC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-veRYu7TyCC .navbar-nav {
    margin: 0;
  }
}
.cid-veRYu7TyCC .dropdown-menu,
.cid-veRYu7TyCC .navbar.opened {
  background-color: false !important;
}
.cid-veRYu7TyCC .nav-item:focus,
.cid-veRYu7TyCC .nav-link:focus {
  outline: none;
}
.cid-veRYu7TyCC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veRYu7TyCC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veRYu7TyCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veRYu7TyCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veRYu7TyCC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veRYu7TyCC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veRYu7TyCC .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-veRYu7TyCC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-veRYu7TyCC .navbar.opened {
  transition: all 0.3s;
}
.cid-veRYu7TyCC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veRYu7TyCC .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-veRYu7TyCC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-veRYu7TyCC .navbar.collapsed {
  justify-content: center;
}
.cid-veRYu7TyCC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veRYu7TyCC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veRYu7TyCC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veRYu7TyCC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veRYu7TyCC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veRYu7TyCC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veRYu7TyCC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veRYu7TyCC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veRYu7TyCC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-veRYu7TyCC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veRYu7TyCC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veRYu7TyCC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veRYu7TyCC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veRYu7TyCC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veRYu7TyCC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veRYu7TyCC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veRYu7TyCC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veRYu7TyCC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veRYu7TyCC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-veRYu7TyCC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veRYu7TyCC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veRYu7TyCC .navbar.navbar-short {
  min-height: 60px;
}
.cid-veRYu7TyCC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veRYu7TyCC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veRYu7TyCC .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-veRYu7TyCC .navbar-brand {
    margin-right: 25px;
  }
}
.cid-veRYu7TyCC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-veRYu7TyCC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veRYu7TyCC .dropdown-item.active,
.cid-veRYu7TyCC .dropdown-item:active {
  background-color: transparent;
}
.cid-veRYu7TyCC .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-veRYu7TyCC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veRYu7TyCC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veRYu7TyCC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veRYu7TyCC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-veRYu7TyCC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veRYu7TyCC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-veRYu7TyCC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-veRYu7TyCC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veRYu7TyCC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veRYu7TyCC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veRYu7TyCC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veRYu7TyCC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veRYu7TyCC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veRYu7TyCC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veRYu7TyCC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veRYu7TyCC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veRYu7TyCC .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-veRYu7TyCC .navbar {
    height: 70px;
  }
  .cid-veRYu7TyCC .navbar.opened {
    height: auto;
  }
  .cid-veRYu7TyCC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veRYu7TyCC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-veRYu7TyCC .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-veRYu7TyCC .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-veRYu7TyCC .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-veRYu7TyCC .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-veRYu7TyCC .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-veRYu7TyCC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veRYu7TyCC .text_widget {
  margin-bottom: 32px;
}
.cid-veRYu7TyCC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-veRYu7TyCC .text_widget a:hover,
.cid-veRYu7TyCC .text_widget a:focus {
  opacity: .8;
}
.cid-veRYu7TyCC .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-veRYu7TyCC .contacts-wrapper {
    display: none;
  }
}
.cid-veRYu7TyCC .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-veRYu7TyCC .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-veRYu7TyCC .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-veRYu7TyCC .contacts-wrapper a .mbr-contact:hover:before,
.cid-veRYu7TyCC .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-veRYu7TyCC .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-veRYu7TyCC .navbar-caption {
  color: #c7fcb5;
}
.cid-veRYu7TyCC .mbr-contact {
  color: #ffffff;
}
.cid-veRYu7TyCC .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-veRYu7TyCC .mbr-section-subtitle,
.cid-veRYu7TyCC .text_widget,
.cid-veRYu7TyCC .mbr-section-btn {
  text-align: center;
}
.cid-veRYu7TyCC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-veRYu8llDb {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veRYu8llDb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veRYu8llDb .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-veRYu8llDb .container {
    padding: 0 30px;
  }
}
.cid-veRYu8llDb .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-veRYu8llDb .content-wrapper {
    display: block;
  }
}
.cid-veRYu8llDb .content-wrapper .card {
  justify-content: center;
}
.cid-veRYu8llDb .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-veRYu8llDb .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-veRYu8llDb .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-veRYu8llDb .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-veRYu8llDb .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-veRYu8llDb .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-veRYu8llDb .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-veRYu8llDb .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veRYu8llDb .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-veRYu8llDb .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-veRYu8llDb .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-veRYu8llDb .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-veRYu8llDb .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veRYu8llDb .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-veRYu8llDb .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-veRYu8llDb .mbr-section-title {
  color: #144031;
}
.cid-veRYu8llDb .mbr-text {
  color: #144031;
}
.cid-veRYu8llDb .list {
  color: #144031;
}
.cid-veRYualO2Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-veRYualO2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-veRYualO2Z .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-veRYualO2Z .container {
    padding: 0 30px;
  }
}
.cid-veRYualO2Z .card {
  justify-content: center;
}
.cid-veRYualO2Z .title-wrapper {
  margin-bottom: 20px;
}
.cid-veRYualO2Z .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-veRYualO2Z .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-veRYualO2Z .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-veRYualO2Z .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-veRYualO2Z .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-veRYualO2Z .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-veRYualO2Z .nav-wrapper .list .item-wrap:hover::before,
.cid-veRYualO2Z .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-veRYualO2Z .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-veRYualO2Z .mbr-copy {
  margin-bottom: 0;
  color: #144031;
  text-align: left;
}
.cid-veRYualO2Z .mbr-section-title {
  color: #144031;
}
.cid-veRYualO2Z .list {
  color: #144031;
}
.cid-veRYualO2Z .mbr-section-title,
.cid-veRYualO2Z .title-wrapper {
  text-align: left;
}
.cid-veRZqLigUZ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-veRZqLigUZ .navbar-dropdown {
  background-color: #22654e !important;
  padding: 0;
}
.cid-veRZqLigUZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #22654e !important;
  background: #22654e;
}
.cid-veRZqLigUZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veRZqLigUZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veRZqLigUZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-veRZqLigUZ .menu_box .navbar.opened,
  .cid-veRZqLigUZ .menu_box .navbar-collapse {
    background-color: #22654e !important;
    transition: all 0s ease 0s;
  }
}
.cid-veRZqLigUZ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-veRZqLigUZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-veRZqLigUZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veRZqLigUZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-veRZqLigUZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veRZqLigUZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-veRZqLigUZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-veRZqLigUZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-veRZqLigUZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-veRZqLigUZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-veRZqLigUZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-veRZqLigUZ .offcanvas-body .mbr-text,
  .cid-veRZqLigUZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-veRZqLigUZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-veRZqLigUZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-veRZqLigUZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-veRZqLigUZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-veRZqLigUZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-veRZqLigUZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-veRZqLigUZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-veRZqLigUZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-veRZqLigUZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veRZqLigUZ .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-veRZqLigUZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-veRZqLigUZ 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-veRZqLigUZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-veRZqLigUZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-veRZqLigUZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-veRZqLigUZ .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-veRZqLigUZ .nav-item {
    margin: 0 !important;
  }
}
.cid-veRZqLigUZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-veRZqLigUZ .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-veRZqLigUZ .nav-item .nav-link:hover,
.cid-veRZqLigUZ .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-veRZqLigUZ .nav-item .nav-link:hover:before,
.cid-veRZqLigUZ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-veRZqLigUZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veRZqLigUZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veRZqLigUZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veRZqLigUZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veRZqLigUZ .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-veRZqLigUZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veRZqLigUZ .offcanvas_box {
    display: none;
  }
}
.cid-veRZqLigUZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-veRZqLigUZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veRZqLigUZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veRZqLigUZ .container {
  display: flex;
  margin: auto;
}
.cid-veRZqLigUZ .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-veRZqLigUZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veRZqLigUZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veRZqLigUZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-veRZqLigUZ .navbar-nav {
    margin: 0;
  }
}
.cid-veRZqLigUZ .dropdown-menu,
.cid-veRZqLigUZ .navbar.opened {
  background-color: false !important;
}
.cid-veRZqLigUZ .nav-item:focus,
.cid-veRZqLigUZ .nav-link:focus {
  outline: none;
}
.cid-veRZqLigUZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veRZqLigUZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veRZqLigUZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veRZqLigUZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veRZqLigUZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veRZqLigUZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veRZqLigUZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-veRZqLigUZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-veRZqLigUZ .navbar.opened {
  transition: all 0.3s;
}
.cid-veRZqLigUZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veRZqLigUZ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-veRZqLigUZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-veRZqLigUZ .navbar.collapsed {
  justify-content: center;
}
.cid-veRZqLigUZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veRZqLigUZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veRZqLigUZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veRZqLigUZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veRZqLigUZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veRZqLigUZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veRZqLigUZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veRZqLigUZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veRZqLigUZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-veRZqLigUZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veRZqLigUZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veRZqLigUZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veRZqLigUZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veRZqLigUZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veRZqLigUZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veRZqLigUZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veRZqLigUZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veRZqLigUZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veRZqLigUZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-veRZqLigUZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veRZqLigUZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veRZqLigUZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-veRZqLigUZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veRZqLigUZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veRZqLigUZ .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-veRZqLigUZ .navbar-brand {
    margin-right: 25px;
  }
}
.cid-veRZqLigUZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-veRZqLigUZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veRZqLigUZ .dropdown-item.active,
.cid-veRZqLigUZ .dropdown-item:active {
  background-color: transparent;
}
.cid-veRZqLigUZ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-veRZqLigUZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veRZqLigUZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veRZqLigUZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veRZqLigUZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-veRZqLigUZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veRZqLigUZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #22654e;
  background: #c7fcb5;
}
.cid-veRZqLigUZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-veRZqLigUZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veRZqLigUZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veRZqLigUZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veRZqLigUZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veRZqLigUZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veRZqLigUZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veRZqLigUZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veRZqLigUZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veRZqLigUZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veRZqLigUZ .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-veRZqLigUZ .navbar {
    height: 70px;
  }
  .cid-veRZqLigUZ .navbar.opened {
    height: auto;
  }
  .cid-veRZqLigUZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veRZqLigUZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-veRZqLigUZ .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-veRZqLigUZ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-veRZqLigUZ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-veRZqLigUZ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-veRZqLigUZ .navbar-caption:hover {
  color: #dbf5d1;
}
@media (min-width: 992px) {
  .cid-veRZqLigUZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veRZqLigUZ .text_widget {
  margin-bottom: 32px;
}
.cid-veRZqLigUZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-veRZqLigUZ .text_widget a:hover,
.cid-veRZqLigUZ .text_widget a:focus {
  opacity: .8;
}
.cid-veRZqLigUZ .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-veRZqLigUZ .contacts-wrapper {
    display: none;
  }
}
.cid-veRZqLigUZ .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-veRZqLigUZ .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-veRZqLigUZ .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-veRZqLigUZ .contacts-wrapper a .mbr-contact:hover:before,
.cid-veRZqLigUZ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-veRZqLigUZ .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-veRZqLigUZ .navbar-caption {
  color: #c7fcb5;
}
.cid-veRZqLigUZ .mbr-contact {
  color: #ffffff;
}
.cid-veRZqLigUZ .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-veRZqLigUZ .mbr-section-subtitle,
.cid-veRZqLigUZ .text_widget,
.cid-veRZqLigUZ .mbr-section-btn {
  text-align: center;
}
.cid-veRZqLigUZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-veRZqLUAYZ {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veRZqLUAYZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veRZqLUAYZ .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-veRZqLUAYZ .container {
    padding: 0 30px;
  }
}
.cid-veRZqLUAYZ .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-veRZqLUAYZ .content-wrapper {
    display: block;
  }
}
.cid-veRZqLUAYZ .content-wrapper .card {
  justify-content: center;
}
.cid-veRZqLUAYZ .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-veRZqLUAYZ .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-veRZqLUAYZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-veRZqLUAYZ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-veRZqLUAYZ .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-veRZqLUAYZ .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-veRZqLUAYZ .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-veRZqLUAYZ .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veRZqLUAYZ .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-veRZqLUAYZ .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-veRZqLUAYZ .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-veRZqLUAYZ .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-veRZqLUAYZ .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veRZqLUAYZ .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-veRZqLUAYZ .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-veRZqLUAYZ .mbr-section-title {
  color: #144031;
}
.cid-veRZqLUAYZ .mbr-text {
  color: #144031;
}
.cid-veRZqLUAYZ .list {
  color: #144031;
}
.cid-veRZqMAty7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-veRZqMAty7 .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  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-veRZqMAty7 .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-veRZqMAty7 .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-veRZqMAty7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veRZqMAty7 .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-veRZqMAty7 .container {
    padding: 0 30px;
  }
}
.cid-veRZqMAty7 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-veRZqMAty7 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veRZqMAty7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veRZqMAty7 .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-veRZqMAty7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-veRZqMAty7 .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-veRZqMAty7 .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-veRZqMAty7 .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-veRZqMAty7 .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-veRZqMAty7 .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-veRZqMAty7 .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #c7fcb5 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-veRZqMAty7 .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-veRZqMAty7 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #c7fcb5;
  transition: all 0.3s ease-in-out;
}
.cid-veRZqMAty7 .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-veRZqMAty7 .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-veRZqMAty7 .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-veRZqMAty7 .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-veRZqMAty7 .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-veRZqMAty7 .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-veRZqMAty7 .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #c7fcb5;
  border-color: #c7fcb5;
  border-radius: 0;
}
.cid-veRZqMAty7 .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-veRZqMAty7 .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-veRZqMAty7 .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-veRZqMAty7 .mbr-section-title {
  color: #ffffff;
}
.cid-veRZqMAty7 .mbr-section-title,
.cid-veRZqMAty7 .mbr-section-btn {
  text-align: center;
}
.cid-veRZqMAty7 LABEL {
  color: #fffcf5;
}
.cid-veRZqMWYQq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-veRZqMWYQq .mbr-fallback-image.disabled {
  display: none;
}
.cid-veRZqMWYQq .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-veRZqMWYQq .container {
    padding: 0 30px;
  }
}
.cid-veRZqMWYQq .card {
  justify-content: center;
}
.cid-veRZqMWYQq .title-wrapper {
  margin-bottom: 20px;
}
.cid-veRZqMWYQq .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-veRZqMWYQq .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-veRZqMWYQq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-veRZqMWYQq .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-veRZqMWYQq .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-veRZqMWYQq .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-veRZqMWYQq .nav-wrapper .list .item-wrap:hover::before,
.cid-veRZqMWYQq .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-veRZqMWYQq .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-veRZqMWYQq .mbr-copy {
  margin-bottom: 0;
  color: #144031;
  text-align: left;
}
.cid-veRZqMWYQq .mbr-section-title {
  color: #144031;
}
.cid-veRZqMWYQq .list {
  color: #144031;
}
.cid-veRZqMWYQq .mbr-section-title,
.cid-veRZqMWYQq .title-wrapper {
  text-align: left;
}
