.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: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #ffa600 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !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: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #ffa600;
  color: #ffa600;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #9fe870 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #ffa600 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #996400 !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: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffedcc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.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: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vc3BFWiSdg {
  background-color: transparent;
}
.cid-vc3BFWiSdg .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vc3BFWiSdg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vc3BFWiSdg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vc3BFWiSdg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vc3BFWiSdg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vc3BFWiSdg .menu_box .navbar.opened,
  .cid-vc3BFWiSdg .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vc3BFWiSdg .navbar-dropdown {
  position: relative !important;
}
.cid-vc3BFWiSdg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vc3BFWiSdg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vc3BFWiSdg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vc3BFWiSdg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vc3BFWiSdg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vc3BFWiSdg .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vc3BFWiSdg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vc3BFWiSdg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vc3BFWiSdg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vc3BFWiSdg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vc3BFWiSdg .offcanvas-body .mbr-text,
  .cid-vc3BFWiSdg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vc3BFWiSdg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vc3BFWiSdg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vc3BFWiSdg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vc3BFWiSdg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vc3BFWiSdg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vc3BFWiSdg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vc3BFWiSdg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vc3BFWiSdg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vc3BFWiSdg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vc3BFWiSdg .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-vc3BFWiSdg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vc3BFWiSdg 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-vc3BFWiSdg .lg_brand {
    margin: 0 1rem;
  }
  .cid-vc3BFWiSdg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vc3BFWiSdg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vc3BFWiSdg .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vc3BFWiSdg .nav-item {
    margin: 0 !important;
  }
}
.cid-vc3BFWiSdg .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vc3BFWiSdg .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-vc3BFWiSdg .nav-item .nav-link:hover,
.cid-vc3BFWiSdg .nav-item .nav-link:focus {
  color: #969696 !important;
}
.cid-vc3BFWiSdg .nav-item .nav-link:hover:before,
.cid-vc3BFWiSdg .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vc3BFWiSdg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vc3BFWiSdg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vc3BFWiSdg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vc3BFWiSdg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vc3BFWiSdg .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-vc3BFWiSdg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vc3BFWiSdg .offcanvas_box {
    display: none;
  }
}
.cid-vc3BFWiSdg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vc3BFWiSdg .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vc3BFWiSdg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vc3BFWiSdg .container {
  display: flex;
  margin: auto;
}
.cid-vc3BFWiSdg .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-vc3BFWiSdg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vc3BFWiSdg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vc3BFWiSdg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vc3BFWiSdg .navbar-nav {
    margin: 0;
  }
}
.cid-vc3BFWiSdg .dropdown-menu,
.cid-vc3BFWiSdg .navbar.opened {
  background-color: false !important;
}
.cid-vc3BFWiSdg .nav-item:focus,
.cid-vc3BFWiSdg .nav-link:focus {
  outline: none;
}
.cid-vc3BFWiSdg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vc3BFWiSdg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vc3BFWiSdg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vc3BFWiSdg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vc3BFWiSdg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vc3BFWiSdg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vc3BFWiSdg .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vc3BFWiSdg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vc3BFWiSdg .navbar.opened {
  transition: all 0.3s;
}
.cid-vc3BFWiSdg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vc3BFWiSdg .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 73px;

  border-radius: 0 !important;
}
.cid-vc3BFWiSdg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vc3BFWiSdg .navbar.collapsed {
  justify-content: center;
}
.cid-vc3BFWiSdg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vc3BFWiSdg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vc3BFWiSdg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vc3BFWiSdg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vc3BFWiSdg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vc3BFWiSdg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vc3BFWiSdg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vc3BFWiSdg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vc3BFWiSdg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vc3BFWiSdg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vc3BFWiSdg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vc3BFWiSdg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vc3BFWiSdg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vc3BFWiSdg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vc3BFWiSdg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vc3BFWiSdg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vc3BFWiSdg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vc3BFWiSdg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vc3BFWiSdg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vc3BFWiSdg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vc3BFWiSdg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vc3BFWiSdg .navbar.navbar-short {
  min-height: 60px;
}
.cid-vc3BFWiSdg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vc3BFWiSdg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vc3BFWiSdg .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-vc3BFWiSdg .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vc3BFWiSdg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vc3BFWiSdg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vc3BFWiSdg .dropdown-item.active,
.cid-vc3BFWiSdg .dropdown-item:active {
  background-color: transparent;
}
.cid-vc3BFWiSdg .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vc3BFWiSdg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vc3BFWiSdg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vc3BFWiSdg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vc3BFWiSdg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vc3BFWiSdg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vc3BFWiSdg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #c7fcb5;
}
.cid-vc3BFWiSdg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vc3BFWiSdg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vc3BFWiSdg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vc3BFWiSdg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vc3BFWiSdg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vc3BFWiSdg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc3BFWiSdg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vc3BFWiSdg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vc3BFWiSdg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc3BFWiSdg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vc3BFWiSdg .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-vc3BFWiSdg .navbar {
    height: 70px;
  }
  .cid-vc3BFWiSdg .navbar.opened {
    height: auto;
  }
  .cid-vc3BFWiSdg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vc3BFWiSdg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vc3BFWiSdg .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vc3BFWiSdg .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vc3BFWiSdg .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vc3BFWiSdg .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vc3BFWiSdg .navbar-caption:hover {
  color: #ffa600;
}
@media (min-width: 992px) {
  .cid-vc3BFWiSdg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vc3BFWiSdg .text_widget {
  margin-bottom: 32px;
}
.cid-vc3BFWiSdg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vc3BFWiSdg .text_widget a:hover,
.cid-vc3BFWiSdg .text_widget a:focus {
  opacity: .8;
}
.cid-vc3BFWiSdg .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-vc3BFWiSdg .contacts-wrapper {
    display: none;
  }
}
.cid-vc3BFWiSdg .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vc3BFWiSdg .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vc3BFWiSdg .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-vc3BFWiSdg .contacts-wrapper a .mbr-contact:hover:before,
.cid-vc3BFWiSdg .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vc3BFWiSdg .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vc3BFWiSdg .navbar-caption {
  color: #c7fcb5;
}
.cid-vc3BFWiSdg .mbr-contact {
  color: #ffffff;
}
.cid-vc3BFWiSdg .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vc3BFWiSdg .mbr-section-subtitle,
.cid-vc3BFWiSdg .text_widget,
.cid-vc3BFWiSdg .mbr-section-btn {
  text-align: center;
}
.cid-vc3BFWiSdg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vc3BNdF1oA {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/a-beautifully-landscaped-202602231709.jpeg-1376x768.jpg");
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vc3BNdF1oA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3BNdF1oA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3BNdF1oA .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vc3BNdF1oA .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vc3BNdF1oA .card {
  justify-content: flex-end;
}
.cid-vc3BNdF1oA .title-wrapper {
  margin-bottom: 20px;
}
.cid-vc3BNdF1oA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc3BNdF1oA .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vc3BNdF1oA .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc3BNdF1oA .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vc3BNdF1oA .mbr-section-title {
  color: #ffffff;
}
.cid-vc3BNdF1oA .mbr-section-subtitle {
  color: #caf31d;
}
.cid-vc3BNdF1oA .mbr-text {
  color: #ffffff;
}
.cid-vc3BNdF1oA .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vc3BNdF1oA .mbr-section-btn {
    text-align: left;
  }
}
.cid-vc3BYKwIcp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vc3BYKwIcp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3BYKwIcp .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-vc3BYKwIcp .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vc3BYKwIcp .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc3BYKwIcp .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vc3BYKwIcp .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vc3BYKwIcp .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vc3BYKwIcp .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vc3BYKwIcp .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vc3BYKwIcp .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vc3BYKwIcp .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #bcef9b;
}
.cid-vc3BYKwIcp .mbr-section-title {
  color: #000000;
}
.cid-vc3BYKwIcp .mbr-text,
.cid-vc3BYKwIcp .text-wrapper {
  color: #4f4f4f;
}
.cid-vc3BYKwIcp .list {
  color: #000000;
}
.cid-vc3CY1ZBMO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vc3CY1ZBMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3CY1ZBMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3CY1ZBMO .items-wrapper {
  margin: 0 -17px;
}
.cid-vc3CY1ZBMO .items-wrapper .item {
  padding: 0 17px;
}
.cid-vc3CY1ZBMO .item {
  margin-bottom: 34px;
}
@media (max-width: 992px) {
  .cid-vc3CY1ZBMO .item {
    margin-bottom: 20px;
  }
  .cid-vc3CY1ZBMO .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vc3CY1ZBMO .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vc3CY1ZBMO .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vc3CY1ZBMO .title-wrapper .label-wrapper .mbr-label {
  margin-bottom: 15px;
}
.cid-vc3CY1ZBMO .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vc3CY1ZBMO .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vc3CY1ZBMO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vc3CY1ZBMO .item-wrapper {
  padding: 45px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vc3CY1ZBMO .item-wrapper {
    padding: 20px;
  }
}
.cid-vc3CY1ZBMO .item-wrapper .card-box .title-wrap {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-vc3CY1ZBMO .item-wrapper .card-box .title-wrap {
    display: block;
  }
}
.cid-vc3CY1ZBMO .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-vc3CY1ZBMO .item-wrapper .card-box .title-wrap .item-number_1,
.cid-vc3CY1ZBMO .item-wrapper .card-box .title-wrap .item-number_2,
.cid-vc3CY1ZBMO .item-wrapper .card-box .title-wrap .item-number_3,
.cid-vc3CY1ZBMO .item-wrapper .card-box .title-wrap .item-number_4 {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc3CY1ZBMO .item-wrapper .card-box .title-wrap .item-number_1,
  .cid-vc3CY1ZBMO .item-wrapper .card-box .title-wrap .item-number_2,
  .cid-vc3CY1ZBMO .item-wrapper .card-box .title-wrap .item-number_3,
  .cid-vc3CY1ZBMO .item-wrapper .card-box .title-wrap .item-number_4 {
    margin-bottom: 10px;
  }
}
.cid-vc3CY1ZBMO .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vc3CY1ZBMO .item-wrapper .card-box .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-vc3CY1ZBMO .item-wrapper .card-box .item-btn {
    margin-top: 10px;
  }
}
.cid-vc3CY1ZBMO .card_1 {
  background-color: #eaf1e5;
}
.cid-vc3CY1ZBMO .card_2 {
  background-color: #d7e5ce;
}
.cid-vc3CY1ZBMO .card_3 {
  background-color: #deedd5;
}
.cid-vc3CY1ZBMO .card_4 {
  background-color: #e1edda;
}
.cid-vc3CY1ZBMO .main-btn {
  width: 100%;
}
.cid-vc3CY1ZBMO .main-btn .btn {
  padding: 60px 90px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc3CY1ZBMO .main-btn .btn {
    padding: 30px;
  }
}
.cid-vc3CY1ZBMO .main-btn .btn:hover,
.cid-vc3CY1ZBMO .main-btn .btn:focus {
  transform: none !important;
}
.cid-vc3CY1ZBMO .mbr-label {
  color: #3a353e;
}
.cid-vc3CY1ZBMO .mbr-section-title {
  color: #3a353e;
}
.cid-vc3CY1ZBMO .mbr-text {
  color: #3a353e;
}
.cid-vc3CY1ZBMO .item-number_1 {
  color: #71b6aa;
}
.cid-vc3CY1ZBMO .item-number_2 {
  color: #f27696;
}
.cid-vc3CY1ZBMO .item-number_3 {
  color: #a48cc2;
}
.cid-vc3CY1ZBMO .item-number_4 {
  color: #f3c471;
}
.cid-vc3CY1ZBMO .item-title {
  color: #3a353e;
}
.cid-vc3CY1ZBMO .item-text {
  color: #3a353e;
}
.cid-vc3D5cDBAQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/a-beautifully-landscaped-202602231722.jpeg-1376x768.jpg");
  overflow: hidden;
}
.cid-vc3D5cDBAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3D5cDBAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3D5cDBAQ .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vc3D5cDBAQ .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vc3D5cDBAQ .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vc3D5cDBAQ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc3D5cDBAQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vc3D5cDBAQ .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vc3D5cDBAQ .mbr-section-title {
  color: #ffffff;
}
.cid-vc3D5cDBAQ .mbr-text,
.cid-vc3D5cDBAQ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vc3D5cDBAQ .mbr-section-btn,
.cid-vc3D5cDBAQ .mbr-section-title {
  text-align: center;
}
.cid-vc3DjURyUm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1edda;
}
.cid-vc3DjURyUm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3DjURyUm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3DjURyUm .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vc3DjURyUm .content-wrap {
    padding: 30px 20px;
  }
}
.cid-vc3DjURyUm .content-wrap .row {
  justify-content: center;
}
.cid-vc3DjURyUm .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3DjURyUm .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3DjURyUm .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vc3DjURyUm .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-vc3DjURyUm .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-vc3DjURyUm .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc3DjURyUm .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3DjURyUm .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3DjURyUm .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3DjURyUm .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc3DjURyUm .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vc3DjURyUm .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vc3DjURyUm .nav-wrapper .list .item-wrap:hover,
.cid-vc3DjURyUm .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vc3DjURyUm .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3DjURyUm .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3DjURyUm .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3DjURyUm .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc3DjURyUm .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vc3DjURyUm .contacts-wrapper .list .item-wrap:hover,
.cid-vc3DjURyUm .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vc3DjURyUm .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vc3DjURyUm .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3DjURyUm .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3DjURyUm .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3DjURyUm .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vc3DjURyUm .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vc3DjURyUm .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vc3DjURyUm .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-vc3DjURyUm .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-vc3DjURyUm .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-vc3DjURyUm .mbr-section-title {
  color: #ed463f;
}
.cid-vc3DjURyUm .mbr-section-subtitle {
  color: #404349;
}
.cid-vc3DjURyUm .list {
  color: #404349;
}
.cid-vc3DjURyUm .mbr-section-title,
.cid-vc3DjURyUm .title-wrapper {
  color: #2e481a;
}
.cid-vc3DjURyUm .list,
.cid-vc3DjURyUm .item-wrap {
  color: #2e481a;
}
.cid-vc3NyYwZ15 {
  background-color: transparent;
}
.cid-vc3NyYwZ15 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vc3NyYwZ15 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vc3NyYwZ15 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vc3NyYwZ15 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vc3NyYwZ15 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vc3NyYwZ15 .menu_box .navbar.opened,
  .cid-vc3NyYwZ15 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vc3NyYwZ15 .navbar-dropdown {
  position: relative !important;
}
.cid-vc3NyYwZ15 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vc3NyYwZ15 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vc3NyYwZ15 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vc3NyYwZ15 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vc3NyYwZ15 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vc3NyYwZ15 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vc3NyYwZ15 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vc3NyYwZ15 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vc3NyYwZ15 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vc3NyYwZ15 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vc3NyYwZ15 .offcanvas-body .mbr-text,
  .cid-vc3NyYwZ15 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vc3NyYwZ15 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vc3NyYwZ15 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vc3NyYwZ15 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vc3NyYwZ15 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vc3NyYwZ15 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vc3NyYwZ15 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vc3NyYwZ15 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vc3NyYwZ15 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vc3NyYwZ15 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vc3NyYwZ15 .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-vc3NyYwZ15 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vc3NyYwZ15 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-vc3NyYwZ15 .lg_brand {
    margin: 0 1rem;
  }
  .cid-vc3NyYwZ15 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vc3NyYwZ15 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vc3NyYwZ15 .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vc3NyYwZ15 .nav-item {
    margin: 0 !important;
  }
}
.cid-vc3NyYwZ15 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vc3NyYwZ15 .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-vc3NyYwZ15 .nav-item .nav-link:hover,
.cid-vc3NyYwZ15 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vc3NyYwZ15 .nav-item .nav-link:hover:before,
.cid-vc3NyYwZ15 .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vc3NyYwZ15 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vc3NyYwZ15 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vc3NyYwZ15 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vc3NyYwZ15 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vc3NyYwZ15 .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-vc3NyYwZ15 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vc3NyYwZ15 .offcanvas_box {
    display: none;
  }
}
.cid-vc3NyYwZ15 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vc3NyYwZ15 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vc3NyYwZ15 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vc3NyYwZ15 .container {
  display: flex;
  margin: auto;
}
.cid-vc3NyYwZ15 .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-vc3NyYwZ15 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vc3NyYwZ15 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vc3NyYwZ15 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vc3NyYwZ15 .navbar-nav {
    margin: 0;
  }
}
.cid-vc3NyYwZ15 .dropdown-menu,
.cid-vc3NyYwZ15 .navbar.opened {
  background-color: false !important;
}
.cid-vc3NyYwZ15 .nav-item:focus,
.cid-vc3NyYwZ15 .nav-link:focus {
  outline: none;
}
.cid-vc3NyYwZ15 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vc3NyYwZ15 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vc3NyYwZ15 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vc3NyYwZ15 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vc3NyYwZ15 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vc3NyYwZ15 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vc3NyYwZ15 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vc3NyYwZ15 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vc3NyYwZ15 .navbar.opened {
  transition: all 0.3s;
}
.cid-vc3NyYwZ15 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vc3NyYwZ15 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vc3NyYwZ15 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vc3NyYwZ15 .navbar.collapsed {
  justify-content: center;
}
.cid-vc3NyYwZ15 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vc3NyYwZ15 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vc3NyYwZ15 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vc3NyYwZ15 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vc3NyYwZ15 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vc3NyYwZ15 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vc3NyYwZ15 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vc3NyYwZ15 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vc3NyYwZ15 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vc3NyYwZ15 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vc3NyYwZ15 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vc3NyYwZ15 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vc3NyYwZ15 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vc3NyYwZ15 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vc3NyYwZ15 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vc3NyYwZ15 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vc3NyYwZ15 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vc3NyYwZ15 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vc3NyYwZ15 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vc3NyYwZ15 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vc3NyYwZ15 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vc3NyYwZ15 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vc3NyYwZ15 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vc3NyYwZ15 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vc3NyYwZ15 .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-vc3NyYwZ15 .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vc3NyYwZ15 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vc3NyYwZ15 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vc3NyYwZ15 .dropdown-item.active,
.cid-vc3NyYwZ15 .dropdown-item:active {
  background-color: transparent;
}
.cid-vc3NyYwZ15 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vc3NyYwZ15 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vc3NyYwZ15 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vc3NyYwZ15 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vc3NyYwZ15 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vc3NyYwZ15 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vc3NyYwZ15 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #c7fcb5;
}
.cid-vc3NyYwZ15 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vc3NyYwZ15 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vc3NyYwZ15 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vc3NyYwZ15 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vc3NyYwZ15 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vc3NyYwZ15 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc3NyYwZ15 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vc3NyYwZ15 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vc3NyYwZ15 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc3NyYwZ15 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vc3NyYwZ15 .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-vc3NyYwZ15 .navbar {
    height: 70px;
  }
  .cid-vc3NyYwZ15 .navbar.opened {
    height: auto;
  }
  .cid-vc3NyYwZ15 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vc3NyYwZ15 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vc3NyYwZ15 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vc3NyYwZ15 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vc3NyYwZ15 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vc3NyYwZ15 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vc3NyYwZ15 .navbar-caption:hover {
  color: #ffa600;
}
@media (min-width: 992px) {
  .cid-vc3NyYwZ15 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vc3NyYwZ15 .text_widget {
  margin-bottom: 32px;
}
.cid-vc3NyYwZ15 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vc3NyYwZ15 .text_widget a:hover,
.cid-vc3NyYwZ15 .text_widget a:focus {
  opacity: .8;
}
.cid-vc3NyYwZ15 .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-vc3NyYwZ15 .contacts-wrapper {
    display: none;
  }
}
.cid-vc3NyYwZ15 .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vc3NyYwZ15 .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vc3NyYwZ15 .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-vc3NyYwZ15 .contacts-wrapper a .mbr-contact:hover:before,
.cid-vc3NyYwZ15 .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vc3NyYwZ15 .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vc3NyYwZ15 .navbar-caption {
  color: #c7fcb5;
}
.cid-vc3NyYwZ15 .mbr-contact {
  color: #ffffff;
}
.cid-vc3NyYwZ15 .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vc3NyYwZ15 .mbr-section-subtitle,
.cid-vc3NyYwZ15 .text_widget,
.cid-vc3NyYwZ15 .mbr-section-btn {
  text-align: center;
}
.cid-vc3NyYwZ15 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vc3Nz09e3g {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/a-beautifully-landscaped-202602231722.jpeg-1376x768.jpg");
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vc3Nz09e3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3Nz09e3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3Nz09e3g .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vc3Nz09e3g .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vc3Nz09e3g .card {
  justify-content: flex-end;
}
.cid-vc3Nz09e3g .title-wrapper {
  margin-bottom: 20px;
}
.cid-vc3Nz09e3g .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc3Nz09e3g .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vc3Nz09e3g .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc3Nz09e3g .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vc3Nz09e3g .mbr-section-title {
  color: #ffffff;
}
.cid-vc3Nz09e3g .mbr-section-subtitle {
  color: #caf31d;
}
.cid-vc3Nz09e3g .mbr-text {
  color: #ffffff;
}
.cid-vc3Nz09e3g .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vc3Nz09e3g .mbr-section-btn {
    text-align: left;
  }
}
.cid-vc3ObwPgLv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vc3ObwPgLv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3ObwPgLv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3ObwPgLv .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vc3ObwPgLv .item {
  padding: 20px;

}
.cid-vc3ObwPgLv .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vc3ObwPgLv .item-wrapper img {

}
.cid-vc3ObwPgLv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vc3ObwPgLv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vc3ObwPgLv .carousel-control,
.cid-vc3ObwPgLv .close {
  background: #1b1b1b;
}
.cid-vc3ObwPgLv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vc3ObwPgLv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vc3ObwPgLv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vc3ObwPgLv .carousel-control-next span {
  margin-left: 5px;
}
.cid-vc3ObwPgLv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vc3ObwPgLv .close::before {
  content: '\e91a';
}
.cid-vc3ObwPgLv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vc3ObwPgLv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vc3ObwPgLv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vc3ObwPgLv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vc3ObwPgLv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vc3ObwPgLv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vc3ObwPgLv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vc3ObwPgLv .carousel-indicators li.active,
.cid-vc3ObwPgLv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vc3ObwPgLv .carousel-indicators li::after,
.cid-vc3ObwPgLv .carousel-indicators li::before {
  content: none;
}
.cid-vc3ObwPgLv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vc3ObwPgLv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vc3ObwPgLv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vc3ObwPgLv .carousel-indicators {
    display: none;
  }
}
.cid-vc3ObwPgLv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vc3ObwPgLv .carousel-inner > .active {
  display: block;
}
.cid-vc3ObwPgLv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vc3ObwPgLv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vc3ObwPgLv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vc3ObwPgLv .carousel-control,
  .cid-vc3ObwPgLv .carousel-indicators,
  .cid-vc3ObwPgLv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vc3ObwPgLv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vc3ObwPgLv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vc3ObwPgLv .carousel-indicators .active,
.cid-vc3ObwPgLv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vc3ObwPgLv .carousel-indicators .active {
  background: #fff;
}
.cid-vc3ObwPgLv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vc3ObwPgLv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vc3ObwPgLv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vc3ObwPgLv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vc3ObwPgLv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vc3ObwPgLv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vc3ObwPgLv .carousel {
  width: 100%;
}
.cid-vc3ObwPgLv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vc3ObwPgLv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vc3ObwPgLv .modal.fade .modal-dialog,
.cid-vc3ObwPgLv .modal.in .modal-dialog {
  transform: none;
}
.cid-vc3ObwPgLv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vc3ObwPgLv H6 {
  text-align: center;
}
.cid-vc3Nz44llP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1edda;
}
.cid-vc3Nz44llP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3Nz44llP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3Nz44llP .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vc3Nz44llP .content-wrap {
    padding: 30px 20px;
  }
}
.cid-vc3Nz44llP .content-wrap .row {
  justify-content: center;
}
.cid-vc3Nz44llP .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3Nz44llP .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3Nz44llP .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vc3Nz44llP .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-vc3Nz44llP .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-vc3Nz44llP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc3Nz44llP .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3Nz44llP .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3Nz44llP .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3Nz44llP .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc3Nz44llP .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vc3Nz44llP .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vc3Nz44llP .nav-wrapper .list .item-wrap:hover,
.cid-vc3Nz44llP .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vc3Nz44llP .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3Nz44llP .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3Nz44llP .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3Nz44llP .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc3Nz44llP .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vc3Nz44llP .contacts-wrapper .list .item-wrap:hover,
.cid-vc3Nz44llP .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vc3Nz44llP .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vc3Nz44llP .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3Nz44llP .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3Nz44llP .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3Nz44llP .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vc3Nz44llP .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vc3Nz44llP .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vc3Nz44llP .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-vc3Nz44llP .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-vc3Nz44llP .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-vc3Nz44llP .mbr-section-title {
  color: #ed463f;
}
.cid-vc3Nz44llP .mbr-section-subtitle {
  color: #404349;
}
.cid-vc3Nz44llP .list {
  color: #404349;
}
.cid-vc3Nz44llP .mbr-section-title,
.cid-vc3Nz44llP .title-wrapper {
  color: #2e481a;
}
.cid-vc3Nz44llP .list,
.cid-vc3Nz44llP .item-wrap {
  color: #2e481a;
}
.cid-vc3Ojiho9H {
  background-color: transparent;
}
.cid-vc3Ojiho9H .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vc3Ojiho9H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vc3Ojiho9H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vc3Ojiho9H .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vc3Ojiho9H .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vc3Ojiho9H .menu_box .navbar.opened,
  .cid-vc3Ojiho9H .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vc3Ojiho9H .navbar-dropdown {
  position: relative !important;
}
.cid-vc3Ojiho9H .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vc3Ojiho9H .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vc3Ojiho9H .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vc3Ojiho9H .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vc3Ojiho9H .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vc3Ojiho9H .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vc3Ojiho9H .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vc3Ojiho9H .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vc3Ojiho9H .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vc3Ojiho9H .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vc3Ojiho9H .offcanvas-body .mbr-text,
  .cid-vc3Ojiho9H .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vc3Ojiho9H .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vc3Ojiho9H .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vc3Ojiho9H .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vc3Ojiho9H .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vc3Ojiho9H .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vc3Ojiho9H .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vc3Ojiho9H .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vc3Ojiho9H ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vc3Ojiho9H .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vc3Ojiho9H .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-vc3Ojiho9H .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vc3Ojiho9H 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-vc3Ojiho9H .lg_brand {
    margin: 0 1rem;
  }
  .cid-vc3Ojiho9H .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vc3Ojiho9H .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vc3Ojiho9H .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vc3Ojiho9H .nav-item {
    margin: 0 !important;
  }
}
.cid-vc3Ojiho9H .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vc3Ojiho9H .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-vc3Ojiho9H .nav-item .nav-link:hover,
.cid-vc3Ojiho9H .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vc3Ojiho9H .nav-item .nav-link:hover:before,
.cid-vc3Ojiho9H .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vc3Ojiho9H .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vc3Ojiho9H .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vc3Ojiho9H .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vc3Ojiho9H .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vc3Ojiho9H .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-vc3Ojiho9H .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vc3Ojiho9H .offcanvas_box {
    display: none;
  }
}
.cid-vc3Ojiho9H .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vc3Ojiho9H .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vc3Ojiho9H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vc3Ojiho9H .container {
  display: flex;
  margin: auto;
}
.cid-vc3Ojiho9H .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-vc3Ojiho9H .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vc3Ojiho9H .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vc3Ojiho9H .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vc3Ojiho9H .navbar-nav {
    margin: 0;
  }
}
.cid-vc3Ojiho9H .dropdown-menu,
.cid-vc3Ojiho9H .navbar.opened {
  background-color: false !important;
}
.cid-vc3Ojiho9H .nav-item:focus,
.cid-vc3Ojiho9H .nav-link:focus {
  outline: none;
}
.cid-vc3Ojiho9H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vc3Ojiho9H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vc3Ojiho9H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vc3Ojiho9H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vc3Ojiho9H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vc3Ojiho9H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vc3Ojiho9H .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vc3Ojiho9H .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vc3Ojiho9H .navbar.opened {
  transition: all 0.3s;
}
.cid-vc3Ojiho9H .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vc3Ojiho9H .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vc3Ojiho9H .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vc3Ojiho9H .navbar.collapsed {
  justify-content: center;
}
.cid-vc3Ojiho9H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vc3Ojiho9H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vc3Ojiho9H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vc3Ojiho9H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vc3Ojiho9H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vc3Ojiho9H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vc3Ojiho9H .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vc3Ojiho9H .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vc3Ojiho9H .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vc3Ojiho9H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vc3Ojiho9H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vc3Ojiho9H .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vc3Ojiho9H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vc3Ojiho9H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vc3Ojiho9H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vc3Ojiho9H .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vc3Ojiho9H .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vc3Ojiho9H .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vc3Ojiho9H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vc3Ojiho9H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vc3Ojiho9H .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vc3Ojiho9H .navbar.navbar-short {
  min-height: 60px;
}
.cid-vc3Ojiho9H .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vc3Ojiho9H .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vc3Ojiho9H .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-vc3Ojiho9H .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vc3Ojiho9H .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vc3Ojiho9H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vc3Ojiho9H .dropdown-item.active,
.cid-vc3Ojiho9H .dropdown-item:active {
  background-color: transparent;
}
.cid-vc3Ojiho9H .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vc3Ojiho9H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vc3Ojiho9H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vc3Ojiho9H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vc3Ojiho9H ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vc3Ojiho9H .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vc3Ojiho9H button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #c7fcb5;
}
.cid-vc3Ojiho9H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vc3Ojiho9H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vc3Ojiho9H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vc3Ojiho9H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vc3Ojiho9H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vc3Ojiho9H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc3Ojiho9H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vc3Ojiho9H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vc3Ojiho9H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc3Ojiho9H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vc3Ojiho9H .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-vc3Ojiho9H .navbar {
    height: 70px;
  }
  .cid-vc3Ojiho9H .navbar.opened {
    height: auto;
  }
  .cid-vc3Ojiho9H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vc3Ojiho9H .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vc3Ojiho9H .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vc3Ojiho9H .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vc3Ojiho9H .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vc3Ojiho9H .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vc3Ojiho9H .navbar-caption:hover {
  color: #ffa600;
}
@media (min-width: 992px) {
  .cid-vc3Ojiho9H .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vc3Ojiho9H .text_widget {
  margin-bottom: 32px;
}
.cid-vc3Ojiho9H .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vc3Ojiho9H .text_widget a:hover,
.cid-vc3Ojiho9H .text_widget a:focus {
  opacity: .8;
}
.cid-vc3Ojiho9H .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-vc3Ojiho9H .contacts-wrapper {
    display: none;
  }
}
.cid-vc3Ojiho9H .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vc3Ojiho9H .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vc3Ojiho9H .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-vc3Ojiho9H .contacts-wrapper a .mbr-contact:hover:before,
.cid-vc3Ojiho9H .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vc3Ojiho9H .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vc3Ojiho9H .navbar-caption {
  color: #c7fcb5;
}
.cid-vc3Ojiho9H .mbr-contact {
  color: #ffffff;
}
.cid-vc3Ojiho9H .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vc3Ojiho9H .mbr-section-subtitle,
.cid-vc3Ojiho9H .text_widget,
.cid-vc3Ojiho9H .mbr-section-btn {
  text-align: center;
}
.cid-vc3Ojiho9H a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vc3OjjJWAP {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/a-beautifully-landscaped-202602231722.jpeg-1376x768.jpg");
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vc3OjjJWAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3OjjJWAP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3OjjJWAP .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vc3OjjJWAP .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vc3OjjJWAP .card {
  justify-content: flex-end;
}
.cid-vc3OjjJWAP .title-wrapper {
  margin-bottom: 20px;
}
.cid-vc3OjjJWAP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc3OjjJWAP .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vc3OjjJWAP .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc3OjjJWAP .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vc3OjjJWAP .mbr-section-title {
  color: #ffffff;
}
.cid-vc3OjjJWAP .mbr-section-subtitle {
  color: #caf31d;
}
.cid-vc3OjjJWAP .mbr-text {
  color: #ffffff;
}
.cid-vc3OjjJWAP .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vc3OjjJWAP .mbr-section-btn {
    text-align: left;
  }
}
.cid-vc3ODc0Q3M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vc3ODc0Q3M .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3ODc0Q3M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3ODc0Q3M .items-wrapper {
  margin: 0 -17px;
}
.cid-vc3ODc0Q3M .items-wrapper .item {
  padding: 0 17px;
}
.cid-vc3ODc0Q3M .item {
  margin-bottom: 34px;
}
@media (max-width: 992px) {
  .cid-vc3ODc0Q3M .item {
    margin-bottom: 20px;
  }
  .cid-vc3ODc0Q3M .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vc3ODc0Q3M .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vc3ODc0Q3M .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vc3ODc0Q3M .title-wrapper .label-wrapper .mbr-label {
  margin-bottom: 15px;
}
.cid-vc3ODc0Q3M .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vc3ODc0Q3M .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vc3ODc0Q3M .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vc3ODc0Q3M .item-wrapper {
  padding: 45px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vc3ODc0Q3M .item-wrapper {
    padding: 20px;
  }
}
.cid-vc3ODc0Q3M .item-wrapper .card-box .title-wrap {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-vc3ODc0Q3M .item-wrapper .card-box .title-wrap {
    display: block;
  }
}
.cid-vc3ODc0Q3M .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-vc3ODc0Q3M .item-wrapper .card-box .title-wrap .item-number_1,
.cid-vc3ODc0Q3M .item-wrapper .card-box .title-wrap .item-number_2,
.cid-vc3ODc0Q3M .item-wrapper .card-box .title-wrap .item-number_3,
.cid-vc3ODc0Q3M .item-wrapper .card-box .title-wrap .item-number_4 {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc3ODc0Q3M .item-wrapper .card-box .title-wrap .item-number_1,
  .cid-vc3ODc0Q3M .item-wrapper .card-box .title-wrap .item-number_2,
  .cid-vc3ODc0Q3M .item-wrapper .card-box .title-wrap .item-number_3,
  .cid-vc3ODc0Q3M .item-wrapper .card-box .title-wrap .item-number_4 {
    margin-bottom: 10px;
  }
}
.cid-vc3ODc0Q3M .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vc3ODc0Q3M .item-wrapper .card-box .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-vc3ODc0Q3M .item-wrapper .card-box .item-btn {
    margin-top: 10px;
  }
}
.cid-vc3ODc0Q3M .card_1 {
  background-color: #eaf1e5;
}
.cid-vc3ODc0Q3M .card_2 {
  background-color: #d7e5ce;
}
.cid-vc3ODc0Q3M .card_3 {
  background-color: #deedd5;
}
.cid-vc3ODc0Q3M .card_4 {
  background-color: #e1edda;
}
.cid-vc3ODc0Q3M .main-btn {
  width: 100%;
}
.cid-vc3ODc0Q3M .main-btn .btn {
  padding: 60px 90px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc3ODc0Q3M .main-btn .btn {
    padding: 30px;
  }
}
.cid-vc3ODc0Q3M .main-btn .btn:hover,
.cid-vc3ODc0Q3M .main-btn .btn:focus {
  transform: none !important;
}
.cid-vc3ODc0Q3M .mbr-label {
  color: #3a353e;
}
.cid-vc3ODc0Q3M .mbr-section-title {
  color: #3a353e;
}
.cid-vc3ODc0Q3M .mbr-text {
  color: #3a353e;
}
.cid-vc3ODc0Q3M .item-number_1 {
  color: #71b6aa;
}
.cid-vc3ODc0Q3M .item-number_2 {
  color: #f27696;
}
.cid-vc3ODc0Q3M .item-number_3 {
  color: #a48cc2;
}
.cid-vc3ODc0Q3M .item-number_4 {
  color: #f3c471;
}
.cid-vc3ODc0Q3M .item-title {
  color: #3a353e;
}
.cid-vc3ODc0Q3M .item-text {
  color: #3a353e;
}
.cid-vc3OjmWFDH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1edda;
}
.cid-vc3OjmWFDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3OjmWFDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3OjmWFDH .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vc3OjmWFDH .content-wrap {
    padding: 30px 20px;
  }
}
.cid-vc3OjmWFDH .content-wrap .row {
  justify-content: center;
}
.cid-vc3OjmWFDH .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3OjmWFDH .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3OjmWFDH .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vc3OjmWFDH .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-vc3OjmWFDH .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-vc3OjmWFDH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc3OjmWFDH .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3OjmWFDH .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3OjmWFDH .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3OjmWFDH .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc3OjmWFDH .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vc3OjmWFDH .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vc3OjmWFDH .nav-wrapper .list .item-wrap:hover,
.cid-vc3OjmWFDH .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vc3OjmWFDH .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3OjmWFDH .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3OjmWFDH .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3OjmWFDH .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc3OjmWFDH .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vc3OjmWFDH .contacts-wrapper .list .item-wrap:hover,
.cid-vc3OjmWFDH .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vc3OjmWFDH .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vc3OjmWFDH .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3OjmWFDH .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3OjmWFDH .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3OjmWFDH .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vc3OjmWFDH .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vc3OjmWFDH .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vc3OjmWFDH .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-vc3OjmWFDH .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-vc3OjmWFDH .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-vc3OjmWFDH .mbr-section-title {
  color: #ed463f;
}
.cid-vc3OjmWFDH .mbr-section-subtitle {
  color: #404349;
}
.cid-vc3OjmWFDH .list {
  color: #404349;
}
.cid-vc3OjmWFDH .mbr-section-title,
.cid-vc3OjmWFDH .title-wrapper {
  color: #2e481a;
}
.cid-vc3OjmWFDH .list,
.cid-vc3OjmWFDH .item-wrap {
  color: #2e481a;
}
.cid-vc3P2coH2z {
  background-color: transparent;
}
.cid-vc3P2coH2z .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vc3P2coH2z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vc3P2coH2z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vc3P2coH2z .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vc3P2coH2z .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vc3P2coH2z .menu_box .navbar.opened,
  .cid-vc3P2coH2z .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vc3P2coH2z .navbar-dropdown {
  position: relative !important;
}
.cid-vc3P2coH2z .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vc3P2coH2z .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vc3P2coH2z .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vc3P2coH2z .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vc3P2coH2z .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vc3P2coH2z .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vc3P2coH2z .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vc3P2coH2z .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vc3P2coH2z .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vc3P2coH2z .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vc3P2coH2z .offcanvas-body .mbr-text,
  .cid-vc3P2coH2z .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vc3P2coH2z .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vc3P2coH2z .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vc3P2coH2z .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vc3P2coH2z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vc3P2coH2z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vc3P2coH2z .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vc3P2coH2z .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vc3P2coH2z ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vc3P2coH2z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vc3P2coH2z .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-vc3P2coH2z .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vc3P2coH2z 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-vc3P2coH2z .lg_brand {
    margin: 0 1rem;
  }
  .cid-vc3P2coH2z .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vc3P2coH2z .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vc3P2coH2z .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vc3P2coH2z .nav-item {
    margin: 0 !important;
  }
}
.cid-vc3P2coH2z .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vc3P2coH2z .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-vc3P2coH2z .nav-item .nav-link:hover,
.cid-vc3P2coH2z .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vc3P2coH2z .nav-item .nav-link:hover:before,
.cid-vc3P2coH2z .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vc3P2coH2z .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vc3P2coH2z .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vc3P2coH2z .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vc3P2coH2z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vc3P2coH2z .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-vc3P2coH2z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vc3P2coH2z .offcanvas_box {
    display: none;
  }
}
.cid-vc3P2coH2z .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vc3P2coH2z .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vc3P2coH2z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vc3P2coH2z .container {
  display: flex;
  margin: auto;
}
.cid-vc3P2coH2z .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-vc3P2coH2z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vc3P2coH2z .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vc3P2coH2z .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vc3P2coH2z .navbar-nav {
    margin: 0;
  }
}
.cid-vc3P2coH2z .dropdown-menu,
.cid-vc3P2coH2z .navbar.opened {
  background-color: false !important;
}
.cid-vc3P2coH2z .nav-item:focus,
.cid-vc3P2coH2z .nav-link:focus {
  outline: none;
}
.cid-vc3P2coH2z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vc3P2coH2z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vc3P2coH2z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vc3P2coH2z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vc3P2coH2z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vc3P2coH2z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vc3P2coH2z .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vc3P2coH2z .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vc3P2coH2z .navbar.opened {
  transition: all 0.3s;
}
.cid-vc3P2coH2z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vc3P2coH2z .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vc3P2coH2z .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vc3P2coH2z .navbar.collapsed {
  justify-content: center;
}
.cid-vc3P2coH2z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vc3P2coH2z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vc3P2coH2z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vc3P2coH2z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vc3P2coH2z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vc3P2coH2z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vc3P2coH2z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vc3P2coH2z .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vc3P2coH2z .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vc3P2coH2z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vc3P2coH2z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vc3P2coH2z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vc3P2coH2z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vc3P2coH2z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vc3P2coH2z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vc3P2coH2z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vc3P2coH2z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vc3P2coH2z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vc3P2coH2z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vc3P2coH2z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vc3P2coH2z .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vc3P2coH2z .navbar.navbar-short {
  min-height: 60px;
}
.cid-vc3P2coH2z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vc3P2coH2z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vc3P2coH2z .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-vc3P2coH2z .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vc3P2coH2z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vc3P2coH2z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vc3P2coH2z .dropdown-item.active,
.cid-vc3P2coH2z .dropdown-item:active {
  background-color: transparent;
}
.cid-vc3P2coH2z .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vc3P2coH2z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vc3P2coH2z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vc3P2coH2z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vc3P2coH2z ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vc3P2coH2z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vc3P2coH2z button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #c7fcb5;
}
.cid-vc3P2coH2z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vc3P2coH2z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vc3P2coH2z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vc3P2coH2z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vc3P2coH2z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vc3P2coH2z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc3P2coH2z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vc3P2coH2z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vc3P2coH2z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc3P2coH2z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vc3P2coH2z .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-vc3P2coH2z .navbar {
    height: 70px;
  }
  .cid-vc3P2coH2z .navbar.opened {
    height: auto;
  }
  .cid-vc3P2coH2z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vc3P2coH2z .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vc3P2coH2z .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vc3P2coH2z .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vc3P2coH2z .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vc3P2coH2z .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vc3P2coH2z .navbar-caption:hover {
  color: #ffa600;
}
@media (min-width: 992px) {
  .cid-vc3P2coH2z .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vc3P2coH2z .text_widget {
  margin-bottom: 32px;
}
.cid-vc3P2coH2z .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vc3P2coH2z .text_widget a:hover,
.cid-vc3P2coH2z .text_widget a:focus {
  opacity: .8;
}
.cid-vc3P2coH2z .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-vc3P2coH2z .contacts-wrapper {
    display: none;
  }
}
.cid-vc3P2coH2z .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vc3P2coH2z .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vc3P2coH2z .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-vc3P2coH2z .contacts-wrapper a .mbr-contact:hover:before,
.cid-vc3P2coH2z .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vc3P2coH2z .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vc3P2coH2z .navbar-caption {
  color: #c7fcb5;
}
.cid-vc3P2coH2z .mbr-contact {
  color: #ffffff;
}
.cid-vc3P2coH2z .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vc3P2coH2z .mbr-section-subtitle,
.cid-vc3P2coH2z .text_widget,
.cid-vc3P2coH2z .mbr-section-btn {
  text-align: center;
}
.cid-vc3P2coH2z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vc3P2dSryD {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/a-beautifully-landscaped-202602231722.jpeg-1376x768.jpg");
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vc3P2dSryD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3P2dSryD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3P2dSryD .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vc3P2dSryD .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vc3P2dSryD .card {
  justify-content: flex-end;
}
.cid-vc3P2dSryD .title-wrapper {
  margin-bottom: 20px;
}
.cid-vc3P2dSryD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc3P2dSryD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vc3P2dSryD .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc3P2dSryD .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vc3P2dSryD .mbr-section-title {
  color: #ffffff;
}
.cid-vc3P2dSryD .mbr-section-subtitle {
  color: #caf31d;
}
.cid-vc3P2dSryD .mbr-text {
  color: #ffffff;
}
.cid-vc3P2dSryD .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vc3P2dSryD .mbr-section-btn {
    text-align: left;
  }
}
.cid-vc3Q9sUyzL {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-vc3Q9sUyzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3Q9sUyzL .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-vc3Q9sUyzL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3Q9sUyzL h1 {
  max-width: 800px;
}
.cid-vc3Q9sUyzL p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-vc3Q9sUyzL {
    align-items: center;
  }
  .cid-vc3Q9sUyzL .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vc3Q9sUyzL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vc3Q9sUyzL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vc3Q9sUyzL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vc3Q9sUyzL .content-wrap {
    width: 100%;
  }
}
.cid-vc3Q9sUyzL .mbr-section-subtitle,
.cid-vc3Q9sUyzL .line {
  color: #291f1e;
}
.cid-vc3Q9sUyzL .mbr-text,
.cid-vc3Q9sUyzL .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-vc3Q9sUyzL .mbr-section-title {
  color: #291f1e;
}
.cid-vc3P2g1f3t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1edda;
}
.cid-vc3P2g1f3t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3P2g1f3t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3P2g1f3t .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vc3P2g1f3t .content-wrap {
    padding: 30px 20px;
  }
}
.cid-vc3P2g1f3t .content-wrap .row {
  justify-content: center;
}
.cid-vc3P2g1f3t .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3P2g1f3t .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3P2g1f3t .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vc3P2g1f3t .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-vc3P2g1f3t .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-vc3P2g1f3t .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc3P2g1f3t .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3P2g1f3t .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3P2g1f3t .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3P2g1f3t .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc3P2g1f3t .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vc3P2g1f3t .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vc3P2g1f3t .nav-wrapper .list .item-wrap:hover,
.cid-vc3P2g1f3t .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vc3P2g1f3t .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3P2g1f3t .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3P2g1f3t .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3P2g1f3t .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc3P2g1f3t .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vc3P2g1f3t .contacts-wrapper .list .item-wrap:hover,
.cid-vc3P2g1f3t .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vc3P2g1f3t .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vc3P2g1f3t .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3P2g1f3t .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3P2g1f3t .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3P2g1f3t .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vc3P2g1f3t .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vc3P2g1f3t .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vc3P2g1f3t .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-vc3P2g1f3t .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-vc3P2g1f3t .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-vc3P2g1f3t .mbr-section-title {
  color: #ed463f;
}
.cid-vc3P2g1f3t .mbr-section-subtitle {
  color: #404349;
}
.cid-vc3P2g1f3t .list {
  color: #404349;
}
.cid-vc3P2g1f3t .mbr-section-title,
.cid-vc3P2g1f3t .title-wrapper {
  color: #2e481a;
}
.cid-vc3P2g1f3t .list,
.cid-vc3P2g1f3t .item-wrap {
  color: #2e481a;
}
.cid-vc3QNyUrJG {
  background-color: transparent;
}
.cid-vc3QNyUrJG .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vc3QNyUrJG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vc3QNyUrJG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vc3QNyUrJG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vc3QNyUrJG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vc3QNyUrJG .menu_box .navbar.opened,
  .cid-vc3QNyUrJG .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vc3QNyUrJG .navbar-dropdown {
  position: relative !important;
}
.cid-vc3QNyUrJG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vc3QNyUrJG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vc3QNyUrJG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vc3QNyUrJG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vc3QNyUrJG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vc3QNyUrJG .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vc3QNyUrJG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vc3QNyUrJG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vc3QNyUrJG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vc3QNyUrJG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vc3QNyUrJG .offcanvas-body .mbr-text,
  .cid-vc3QNyUrJG .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vc3QNyUrJG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vc3QNyUrJG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vc3QNyUrJG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vc3QNyUrJG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vc3QNyUrJG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vc3QNyUrJG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vc3QNyUrJG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vc3QNyUrJG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vc3QNyUrJG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vc3QNyUrJG .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-vc3QNyUrJG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vc3QNyUrJG 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-vc3QNyUrJG .lg_brand {
    margin: 0 1rem;
  }
  .cid-vc3QNyUrJG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vc3QNyUrJG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vc3QNyUrJG .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vc3QNyUrJG .nav-item {
    margin: 0 !important;
  }
}
.cid-vc3QNyUrJG .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vc3QNyUrJG .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-vc3QNyUrJG .nav-item .nav-link:hover,
.cid-vc3QNyUrJG .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vc3QNyUrJG .nav-item .nav-link:hover:before,
.cid-vc3QNyUrJG .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vc3QNyUrJG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vc3QNyUrJG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vc3QNyUrJG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vc3QNyUrJG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vc3QNyUrJG .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-vc3QNyUrJG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vc3QNyUrJG .offcanvas_box {
    display: none;
  }
}
.cid-vc3QNyUrJG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vc3QNyUrJG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vc3QNyUrJG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vc3QNyUrJG .container {
  display: flex;
  margin: auto;
}
.cid-vc3QNyUrJG .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-vc3QNyUrJG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vc3QNyUrJG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vc3QNyUrJG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vc3QNyUrJG .navbar-nav {
    margin: 0;
  }
}
.cid-vc3QNyUrJG .dropdown-menu,
.cid-vc3QNyUrJG .navbar.opened {
  background-color: false !important;
}
.cid-vc3QNyUrJG .nav-item:focus,
.cid-vc3QNyUrJG .nav-link:focus {
  outline: none;
}
.cid-vc3QNyUrJG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vc3QNyUrJG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vc3QNyUrJG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vc3QNyUrJG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vc3QNyUrJG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vc3QNyUrJG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vc3QNyUrJG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vc3QNyUrJG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vc3QNyUrJG .navbar.opened {
  transition: all 0.3s;
}
.cid-vc3QNyUrJG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vc3QNyUrJG .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vc3QNyUrJG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vc3QNyUrJG .navbar.collapsed {
  justify-content: center;
}
.cid-vc3QNyUrJG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vc3QNyUrJG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vc3QNyUrJG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vc3QNyUrJG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vc3QNyUrJG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vc3QNyUrJG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vc3QNyUrJG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vc3QNyUrJG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vc3QNyUrJG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vc3QNyUrJG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vc3QNyUrJG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vc3QNyUrJG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vc3QNyUrJG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vc3QNyUrJG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vc3QNyUrJG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vc3QNyUrJG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vc3QNyUrJG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vc3QNyUrJG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vc3QNyUrJG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vc3QNyUrJG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vc3QNyUrJG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vc3QNyUrJG .navbar.navbar-short {
  min-height: 60px;
}
.cid-vc3QNyUrJG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vc3QNyUrJG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vc3QNyUrJG .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-vc3QNyUrJG .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vc3QNyUrJG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vc3QNyUrJG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vc3QNyUrJG .dropdown-item.active,
.cid-vc3QNyUrJG .dropdown-item:active {
  background-color: transparent;
}
.cid-vc3QNyUrJG .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vc3QNyUrJG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vc3QNyUrJG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vc3QNyUrJG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vc3QNyUrJG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vc3QNyUrJG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vc3QNyUrJG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #c7fcb5;
}
.cid-vc3QNyUrJG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vc3QNyUrJG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vc3QNyUrJG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vc3QNyUrJG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vc3QNyUrJG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vc3QNyUrJG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc3QNyUrJG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vc3QNyUrJG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vc3QNyUrJG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc3QNyUrJG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vc3QNyUrJG .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-vc3QNyUrJG .navbar {
    height: 70px;
  }
  .cid-vc3QNyUrJG .navbar.opened {
    height: auto;
  }
  .cid-vc3QNyUrJG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vc3QNyUrJG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vc3QNyUrJG .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vc3QNyUrJG .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vc3QNyUrJG .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vc3QNyUrJG .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vc3QNyUrJG .navbar-caption:hover {
  color: #ffa600;
}
@media (min-width: 992px) {
  .cid-vc3QNyUrJG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vc3QNyUrJG .text_widget {
  margin-bottom: 32px;
}
.cid-vc3QNyUrJG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vc3QNyUrJG .text_widget a:hover,
.cid-vc3QNyUrJG .text_widget a:focus {
  opacity: .8;
}
.cid-vc3QNyUrJG .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-vc3QNyUrJG .contacts-wrapper {
    display: none;
  }
}
.cid-vc3QNyUrJG .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vc3QNyUrJG .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vc3QNyUrJG .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-vc3QNyUrJG .contacts-wrapper a .mbr-contact:hover:before,
.cid-vc3QNyUrJG .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vc3QNyUrJG .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vc3QNyUrJG .navbar-caption {
  color: #c7fcb5;
}
.cid-vc3QNyUrJG .mbr-contact {
  color: #ffffff;
}
.cid-vc3QNyUrJG .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vc3QNyUrJG .mbr-section-subtitle,
.cid-vc3QNyUrJG .text_widget,
.cid-vc3QNyUrJG .mbr-section-btn {
  text-align: center;
}
.cid-vc3QNyUrJG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vc3QNAjHeS {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/a-beautifully-landscaped-202602231722.jpeg-1376x768.jpg");
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vc3QNAjHeS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3QNAjHeS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3QNAjHeS .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vc3QNAjHeS .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vc3QNAjHeS .card {
  justify-content: flex-end;
}
.cid-vc3QNAjHeS .title-wrapper {
  margin-bottom: 20px;
}
.cid-vc3QNAjHeS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc3QNAjHeS .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vc3QNAjHeS .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc3QNAjHeS .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vc3QNAjHeS .mbr-section-title {
  color: #ffffff;
}
.cid-vc3QNAjHeS .mbr-section-subtitle {
  color: #caf31d;
}
.cid-vc3QNAjHeS .mbr-text {
  color: #ffffff;
}
.cid-vc3QNAjHeS .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vc3QNAjHeS .mbr-section-btn {
    text-align: left;
  }
}
.cid-vc3QNBjr63 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-vc3QNBjr63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3QNBjr63 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-vc3QNBjr63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3QNBjr63 h1 {
  max-width: 800px;
}
.cid-vc3QNBjr63 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-vc3QNBjr63 {
    align-items: center;
  }
  .cid-vc3QNBjr63 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vc3QNBjr63 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vc3QNBjr63 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vc3QNBjr63 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vc3QNBjr63 .content-wrap {
    width: 100%;
  }
}
.cid-vc3QNBjr63 .mbr-section-subtitle,
.cid-vc3QNBjr63 .line {
  color: #291f1e;
}
.cid-vc3QNBjr63 .mbr-text,
.cid-vc3QNBjr63 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-vc3QNBjr63 .mbr-section-title {
  color: #291f1e;
}
.cid-vc3QNCfKLc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1edda;
}
.cid-vc3QNCfKLc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3QNCfKLc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3QNCfKLc .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vc3QNCfKLc .content-wrap {
    padding: 30px 20px;
  }
}
.cid-vc3QNCfKLc .content-wrap .row {
  justify-content: center;
}
.cid-vc3QNCfKLc .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3QNCfKLc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3QNCfKLc .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vc3QNCfKLc .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-vc3QNCfKLc .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-vc3QNCfKLc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc3QNCfKLc .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3QNCfKLc .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3QNCfKLc .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3QNCfKLc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc3QNCfKLc .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vc3QNCfKLc .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vc3QNCfKLc .nav-wrapper .list .item-wrap:hover,
.cid-vc3QNCfKLc .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vc3QNCfKLc .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3QNCfKLc .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3QNCfKLc .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3QNCfKLc .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc3QNCfKLc .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vc3QNCfKLc .contacts-wrapper .list .item-wrap:hover,
.cid-vc3QNCfKLc .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vc3QNCfKLc .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vc3QNCfKLc .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3QNCfKLc .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3QNCfKLc .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3QNCfKLc .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vc3QNCfKLc .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vc3QNCfKLc .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vc3QNCfKLc .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-vc3QNCfKLc .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-vc3QNCfKLc .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-vc3QNCfKLc .mbr-section-title {
  color: #ed463f;
}
.cid-vc3QNCfKLc .mbr-section-subtitle {
  color: #404349;
}
.cid-vc3QNCfKLc .list {
  color: #404349;
}
.cid-vc3QNCfKLc .mbr-section-title,
.cid-vc3QNCfKLc .title-wrapper {
  color: #2e481a;
}
.cid-vc3QNCfKLc .list,
.cid-vc3QNCfKLc .item-wrap {
  color: #2e481a;
}
.cid-vc3Rdl8bXS {
  background-color: transparent;
}
.cid-vc3Rdl8bXS .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vc3Rdl8bXS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vc3Rdl8bXS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vc3Rdl8bXS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vc3Rdl8bXS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vc3Rdl8bXS .menu_box .navbar.opened,
  .cid-vc3Rdl8bXS .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vc3Rdl8bXS .navbar-dropdown {
  position: relative !important;
}
.cid-vc3Rdl8bXS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vc3Rdl8bXS .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vc3Rdl8bXS .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vc3Rdl8bXS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vc3Rdl8bXS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vc3Rdl8bXS .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vc3Rdl8bXS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vc3Rdl8bXS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vc3Rdl8bXS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vc3Rdl8bXS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vc3Rdl8bXS .offcanvas-body .mbr-text,
  .cid-vc3Rdl8bXS .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vc3Rdl8bXS .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vc3Rdl8bXS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vc3Rdl8bXS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vc3Rdl8bXS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vc3Rdl8bXS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vc3Rdl8bXS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vc3Rdl8bXS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vc3Rdl8bXS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vc3Rdl8bXS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vc3Rdl8bXS .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-vc3Rdl8bXS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vc3Rdl8bXS 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-vc3Rdl8bXS .lg_brand {
    margin: 0 1rem;
  }
  .cid-vc3Rdl8bXS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vc3Rdl8bXS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vc3Rdl8bXS .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vc3Rdl8bXS .nav-item {
    margin: 0 !important;
  }
}
.cid-vc3Rdl8bXS .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vc3Rdl8bXS .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-vc3Rdl8bXS .nav-item .nav-link:hover,
.cid-vc3Rdl8bXS .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vc3Rdl8bXS .nav-item .nav-link:hover:before,
.cid-vc3Rdl8bXS .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vc3Rdl8bXS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vc3Rdl8bXS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vc3Rdl8bXS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vc3Rdl8bXS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vc3Rdl8bXS .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-vc3Rdl8bXS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vc3Rdl8bXS .offcanvas_box {
    display: none;
  }
}
.cid-vc3Rdl8bXS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vc3Rdl8bXS .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vc3Rdl8bXS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vc3Rdl8bXS .container {
  display: flex;
  margin: auto;
}
.cid-vc3Rdl8bXS .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-vc3Rdl8bXS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vc3Rdl8bXS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vc3Rdl8bXS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vc3Rdl8bXS .navbar-nav {
    margin: 0;
  }
}
.cid-vc3Rdl8bXS .dropdown-menu,
.cid-vc3Rdl8bXS .navbar.opened {
  background-color: false !important;
}
.cid-vc3Rdl8bXS .nav-item:focus,
.cid-vc3Rdl8bXS .nav-link:focus {
  outline: none;
}
.cid-vc3Rdl8bXS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vc3Rdl8bXS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vc3Rdl8bXS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vc3Rdl8bXS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vc3Rdl8bXS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vc3Rdl8bXS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vc3Rdl8bXS .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vc3Rdl8bXS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vc3Rdl8bXS .navbar.opened {
  transition: all 0.3s;
}
.cid-vc3Rdl8bXS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vc3Rdl8bXS .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vc3Rdl8bXS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vc3Rdl8bXS .navbar.collapsed {
  justify-content: center;
}
.cid-vc3Rdl8bXS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vc3Rdl8bXS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vc3Rdl8bXS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vc3Rdl8bXS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vc3Rdl8bXS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vc3Rdl8bXS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vc3Rdl8bXS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vc3Rdl8bXS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vc3Rdl8bXS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vc3Rdl8bXS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vc3Rdl8bXS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vc3Rdl8bXS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vc3Rdl8bXS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vc3Rdl8bXS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vc3Rdl8bXS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vc3Rdl8bXS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vc3Rdl8bXS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vc3Rdl8bXS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vc3Rdl8bXS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vc3Rdl8bXS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vc3Rdl8bXS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vc3Rdl8bXS .navbar.navbar-short {
  min-height: 60px;
}
.cid-vc3Rdl8bXS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vc3Rdl8bXS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vc3Rdl8bXS .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-vc3Rdl8bXS .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vc3Rdl8bXS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vc3Rdl8bXS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vc3Rdl8bXS .dropdown-item.active,
.cid-vc3Rdl8bXS .dropdown-item:active {
  background-color: transparent;
}
.cid-vc3Rdl8bXS .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vc3Rdl8bXS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vc3Rdl8bXS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vc3Rdl8bXS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vc3Rdl8bXS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vc3Rdl8bXS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vc3Rdl8bXS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #c7fcb5;
}
.cid-vc3Rdl8bXS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vc3Rdl8bXS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vc3Rdl8bXS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vc3Rdl8bXS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vc3Rdl8bXS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vc3Rdl8bXS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc3Rdl8bXS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vc3Rdl8bXS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vc3Rdl8bXS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc3Rdl8bXS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vc3Rdl8bXS .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-vc3Rdl8bXS .navbar {
    height: 70px;
  }
  .cid-vc3Rdl8bXS .navbar.opened {
    height: auto;
  }
  .cid-vc3Rdl8bXS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vc3Rdl8bXS .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vc3Rdl8bXS .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vc3Rdl8bXS .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vc3Rdl8bXS .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vc3Rdl8bXS .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vc3Rdl8bXS .navbar-caption:hover {
  color: #ffa600;
}
@media (min-width: 992px) {
  .cid-vc3Rdl8bXS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vc3Rdl8bXS .text_widget {
  margin-bottom: 32px;
}
.cid-vc3Rdl8bXS .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vc3Rdl8bXS .text_widget a:hover,
.cid-vc3Rdl8bXS .text_widget a:focus {
  opacity: .8;
}
.cid-vc3Rdl8bXS .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-vc3Rdl8bXS .contacts-wrapper {
    display: none;
  }
}
.cid-vc3Rdl8bXS .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vc3Rdl8bXS .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vc3Rdl8bXS .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-vc3Rdl8bXS .contacts-wrapper a .mbr-contact:hover:before,
.cid-vc3Rdl8bXS .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vc3Rdl8bXS .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vc3Rdl8bXS .navbar-caption {
  color: #c7fcb5;
}
.cid-vc3Rdl8bXS .mbr-contact {
  color: #ffffff;
}
.cid-vc3Rdl8bXS .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vc3Rdl8bXS .mbr-section-subtitle,
.cid-vc3Rdl8bXS .text_widget,
.cid-vc3Rdl8bXS .mbr-section-btn {
  text-align: center;
}
.cid-vc3Rdl8bXS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vc3Rdnf7re {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/a-beautifully-landscaped-202602231722.jpeg-1376x768.jpg");
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vc3Rdnf7re .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3Rdnf7re .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3Rdnf7re .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vc3Rdnf7re .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vc3Rdnf7re .card {
  justify-content: flex-end;
}
.cid-vc3Rdnf7re .title-wrapper {
  margin-bottom: 20px;
}
.cid-vc3Rdnf7re .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc3Rdnf7re .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vc3Rdnf7re .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc3Rdnf7re .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vc3Rdnf7re .mbr-section-title {
  color: #ffffff;
}
.cid-vc3Rdnf7re .mbr-section-subtitle {
  color: #caf31d;
}
.cid-vc3Rdnf7re .mbr-text {
  color: #ffffff;
}
.cid-vc3Rdnf7re .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vc3Rdnf7re .mbr-section-btn {
    text-align: left;
  }
}
.cid-vc3RdoaJGl {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-vc3RdoaJGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3RdoaJGl .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-vc3RdoaJGl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3RdoaJGl h1 {
  max-width: 800px;
}
.cid-vc3RdoaJGl p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-vc3RdoaJGl {
    align-items: center;
  }
  .cid-vc3RdoaJGl .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vc3RdoaJGl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vc3RdoaJGl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vc3RdoaJGl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vc3RdoaJGl .content-wrap {
    width: 100%;
  }
}
.cid-vc3RdoaJGl .mbr-section-subtitle,
.cid-vc3RdoaJGl .line {
  color: #291f1e;
}
.cid-vc3RdoaJGl .mbr-text,
.cid-vc3RdoaJGl .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-vc3RdoaJGl .mbr-section-title {
  color: #291f1e;
}
.cid-vc3Rdp90DT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1edda;
}
.cid-vc3Rdp90DT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3Rdp90DT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3Rdp90DT .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vc3Rdp90DT .content-wrap {
    padding: 30px 20px;
  }
}
.cid-vc3Rdp90DT .content-wrap .row {
  justify-content: center;
}
.cid-vc3Rdp90DT .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3Rdp90DT .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3Rdp90DT .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vc3Rdp90DT .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-vc3Rdp90DT .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-vc3Rdp90DT .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc3Rdp90DT .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3Rdp90DT .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3Rdp90DT .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3Rdp90DT .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc3Rdp90DT .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vc3Rdp90DT .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vc3Rdp90DT .nav-wrapper .list .item-wrap:hover,
.cid-vc3Rdp90DT .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vc3Rdp90DT .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3Rdp90DT .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3Rdp90DT .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3Rdp90DT .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc3Rdp90DT .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vc3Rdp90DT .contacts-wrapper .list .item-wrap:hover,
.cid-vc3Rdp90DT .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vc3Rdp90DT .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vc3Rdp90DT .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3Rdp90DT .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3Rdp90DT .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3Rdp90DT .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vc3Rdp90DT .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vc3Rdp90DT .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vc3Rdp90DT .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-vc3Rdp90DT .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-vc3Rdp90DT .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-vc3Rdp90DT .mbr-section-title {
  color: #ed463f;
}
.cid-vc3Rdp90DT .mbr-section-subtitle {
  color: #404349;
}
.cid-vc3Rdp90DT .list {
  color: #404349;
}
.cid-vc3Rdp90DT .mbr-section-title,
.cid-vc3Rdp90DT .title-wrapper {
  color: #2e481a;
}
.cid-vc3Rdp90DT .list,
.cid-vc3Rdp90DT .item-wrap {
  color: #2e481a;
}
.cid-vc3Tr4aV5T {
  background-color: transparent;
}
.cid-vc3Tr4aV5T .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vc3Tr4aV5T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vc3Tr4aV5T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vc3Tr4aV5T .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vc3Tr4aV5T .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vc3Tr4aV5T .menu_box .navbar.opened,
  .cid-vc3Tr4aV5T .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vc3Tr4aV5T .navbar-dropdown {
  position: relative !important;
}
.cid-vc3Tr4aV5T .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vc3Tr4aV5T .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vc3Tr4aV5T .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vc3Tr4aV5T .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vc3Tr4aV5T .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vc3Tr4aV5T .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vc3Tr4aV5T .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vc3Tr4aV5T .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vc3Tr4aV5T .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vc3Tr4aV5T .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vc3Tr4aV5T .offcanvas-body .mbr-text,
  .cid-vc3Tr4aV5T .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vc3Tr4aV5T .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vc3Tr4aV5T .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vc3Tr4aV5T .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vc3Tr4aV5T .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vc3Tr4aV5T .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vc3Tr4aV5T .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vc3Tr4aV5T .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vc3Tr4aV5T ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vc3Tr4aV5T .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vc3Tr4aV5T .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-vc3Tr4aV5T .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vc3Tr4aV5T 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-vc3Tr4aV5T .lg_brand {
    margin: 0 1rem;
  }
  .cid-vc3Tr4aV5T .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vc3Tr4aV5T .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vc3Tr4aV5T .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vc3Tr4aV5T .nav-item {
    margin: 0 !important;
  }
}
.cid-vc3Tr4aV5T .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vc3Tr4aV5T .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-vc3Tr4aV5T .nav-item .nav-link:hover,
.cid-vc3Tr4aV5T .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vc3Tr4aV5T .nav-item .nav-link:hover:before,
.cid-vc3Tr4aV5T .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vc3Tr4aV5T .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vc3Tr4aV5T .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vc3Tr4aV5T .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vc3Tr4aV5T .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vc3Tr4aV5T .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-vc3Tr4aV5T .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vc3Tr4aV5T .offcanvas_box {
    display: none;
  }
}
.cid-vc3Tr4aV5T .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vc3Tr4aV5T .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vc3Tr4aV5T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vc3Tr4aV5T .container {
  display: flex;
  margin: auto;
}
.cid-vc3Tr4aV5T .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-vc3Tr4aV5T .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vc3Tr4aV5T .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vc3Tr4aV5T .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vc3Tr4aV5T .navbar-nav {
    margin: 0;
  }
}
.cid-vc3Tr4aV5T .dropdown-menu,
.cid-vc3Tr4aV5T .navbar.opened {
  background-color: false !important;
}
.cid-vc3Tr4aV5T .nav-item:focus,
.cid-vc3Tr4aV5T .nav-link:focus {
  outline: none;
}
.cid-vc3Tr4aV5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vc3Tr4aV5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vc3Tr4aV5T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vc3Tr4aV5T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vc3Tr4aV5T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vc3Tr4aV5T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vc3Tr4aV5T .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vc3Tr4aV5T .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vc3Tr4aV5T .navbar.opened {
  transition: all 0.3s;
}
.cid-vc3Tr4aV5T .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vc3Tr4aV5T .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vc3Tr4aV5T .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vc3Tr4aV5T .navbar.collapsed {
  justify-content: center;
}
.cid-vc3Tr4aV5T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vc3Tr4aV5T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vc3Tr4aV5T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vc3Tr4aV5T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vc3Tr4aV5T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vc3Tr4aV5T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vc3Tr4aV5T .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vc3Tr4aV5T .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vc3Tr4aV5T .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vc3Tr4aV5T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vc3Tr4aV5T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vc3Tr4aV5T .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vc3Tr4aV5T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vc3Tr4aV5T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vc3Tr4aV5T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vc3Tr4aV5T .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vc3Tr4aV5T .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vc3Tr4aV5T .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vc3Tr4aV5T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vc3Tr4aV5T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vc3Tr4aV5T .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vc3Tr4aV5T .navbar.navbar-short {
  min-height: 60px;
}
.cid-vc3Tr4aV5T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vc3Tr4aV5T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vc3Tr4aV5T .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-vc3Tr4aV5T .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vc3Tr4aV5T .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vc3Tr4aV5T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vc3Tr4aV5T .dropdown-item.active,
.cid-vc3Tr4aV5T .dropdown-item:active {
  background-color: transparent;
}
.cid-vc3Tr4aV5T .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vc3Tr4aV5T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vc3Tr4aV5T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vc3Tr4aV5T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vc3Tr4aV5T ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vc3Tr4aV5T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vc3Tr4aV5T button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #c7fcb5;
}
.cid-vc3Tr4aV5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vc3Tr4aV5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vc3Tr4aV5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vc3Tr4aV5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vc3Tr4aV5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vc3Tr4aV5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc3Tr4aV5T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vc3Tr4aV5T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vc3Tr4aV5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc3Tr4aV5T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vc3Tr4aV5T .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-vc3Tr4aV5T .navbar {
    height: 70px;
  }
  .cid-vc3Tr4aV5T .navbar.opened {
    height: auto;
  }
  .cid-vc3Tr4aV5T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vc3Tr4aV5T .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vc3Tr4aV5T .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vc3Tr4aV5T .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vc3Tr4aV5T .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vc3Tr4aV5T .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vc3Tr4aV5T .navbar-caption:hover {
  color: #ffa600;
}
@media (min-width: 992px) {
  .cid-vc3Tr4aV5T .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vc3Tr4aV5T .text_widget {
  margin-bottom: 32px;
}
.cid-vc3Tr4aV5T .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vc3Tr4aV5T .text_widget a:hover,
.cid-vc3Tr4aV5T .text_widget a:focus {
  opacity: .8;
}
.cid-vc3Tr4aV5T .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-vc3Tr4aV5T .contacts-wrapper {
    display: none;
  }
}
.cid-vc3Tr4aV5T .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vc3Tr4aV5T .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vc3Tr4aV5T .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-vc3Tr4aV5T .contacts-wrapper a .mbr-contact:hover:before,
.cid-vc3Tr4aV5T .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vc3Tr4aV5T .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vc3Tr4aV5T .navbar-caption {
  color: #c7fcb5;
}
.cid-vc3Tr4aV5T .mbr-contact {
  color: #ffffff;
}
.cid-vc3Tr4aV5T .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vc3Tr4aV5T .mbr-section-subtitle,
.cid-vc3Tr4aV5T .text_widget,
.cid-vc3Tr4aV5T .mbr-section-btn {
  text-align: center;
}
.cid-vc3Tr4aV5T a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vc3Tr6MbUF {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/a-beautifully-landscaped-202602231722.jpeg-1376x768.jpg");
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vc3Tr6MbUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3Tr6MbUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3Tr6MbUF .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vc3Tr6MbUF .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vc3Tr6MbUF .card {
  justify-content: flex-end;
}
.cid-vc3Tr6MbUF .title-wrapper {
  margin-bottom: 20px;
}
.cid-vc3Tr6MbUF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc3Tr6MbUF .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vc3Tr6MbUF .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc3Tr6MbUF .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vc3Tr6MbUF .mbr-section-title {
  color: #ffffff;
}
.cid-vc3Tr6MbUF .mbr-section-subtitle {
  color: #caf31d;
}
.cid-vc3Tr6MbUF .mbr-text {
  color: #ffffff;
}
.cid-vc3Tr6MbUF .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vc3Tr6MbUF .mbr-section-btn {
    text-align: left;
  }
}
.cid-vc3TTiNN2n {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vc3TTiNN2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3TTiNN2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3TTiNN2n .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9fe870;
  margin-bottom: 2rem;
}
.cid-vc3TTiNN2n .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-vc3TTiNN2n .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vc3TTiNN2n .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-vc3UmrqNnj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vc3UmrqNnj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3UmrqNnj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3UmrqNnj .google-map {
  height: 30rem;
  position: relative;
}
.cid-vc3UmrqNnj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vc3UmrqNnj .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vc3UmrqNnj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vc3UmrqNnj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vc3Tr8B52I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1edda;
}
.cid-vc3Tr8B52I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3Tr8B52I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3Tr8B52I .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vc3Tr8B52I .content-wrap {
    padding: 30px 20px;
  }
}
.cid-vc3Tr8B52I .content-wrap .row {
  justify-content: center;
}
.cid-vc3Tr8B52I .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3Tr8B52I .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3Tr8B52I .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vc3Tr8B52I .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-vc3Tr8B52I .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-vc3Tr8B52I .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc3Tr8B52I .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3Tr8B52I .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3Tr8B52I .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3Tr8B52I .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc3Tr8B52I .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vc3Tr8B52I .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vc3Tr8B52I .nav-wrapper .list .item-wrap:hover,
.cid-vc3Tr8B52I .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vc3Tr8B52I .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3Tr8B52I .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3Tr8B52I .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3Tr8B52I .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc3Tr8B52I .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vc3Tr8B52I .contacts-wrapper .list .item-wrap:hover,
.cid-vc3Tr8B52I .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vc3Tr8B52I .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vc3Tr8B52I .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3Tr8B52I .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3Tr8B52I .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3Tr8B52I .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vc3Tr8B52I .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vc3Tr8B52I .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vc3Tr8B52I .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-vc3Tr8B52I .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-vc3Tr8B52I .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-vc3Tr8B52I .mbr-section-title {
  color: #ed463f;
}
.cid-vc3Tr8B52I .mbr-section-subtitle {
  color: #404349;
}
.cid-vc3Tr8B52I .list {
  color: #404349;
}
.cid-vc3Tr8B52I .mbr-section-title,
.cid-vc3Tr8B52I .title-wrapper {
  color: #2e481a;
}
.cid-vc3Tr8B52I .list,
.cid-vc3Tr8B52I .item-wrap {
  color: #2e481a;
}
.cid-vc3T8GPpGI {
  background-color: transparent;
}
.cid-vc3T8GPpGI .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vc3T8GPpGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vc3T8GPpGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vc3T8GPpGI .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vc3T8GPpGI .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vc3T8GPpGI .menu_box .navbar.opened,
  .cid-vc3T8GPpGI .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vc3T8GPpGI .navbar-dropdown {
  position: relative !important;
}
.cid-vc3T8GPpGI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vc3T8GPpGI .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vc3T8GPpGI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vc3T8GPpGI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vc3T8GPpGI .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vc3T8GPpGI .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vc3T8GPpGI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vc3T8GPpGI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vc3T8GPpGI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vc3T8GPpGI .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vc3T8GPpGI .offcanvas-body .mbr-text,
  .cid-vc3T8GPpGI .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vc3T8GPpGI .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vc3T8GPpGI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vc3T8GPpGI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vc3T8GPpGI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vc3T8GPpGI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vc3T8GPpGI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vc3T8GPpGI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vc3T8GPpGI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vc3T8GPpGI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vc3T8GPpGI .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-vc3T8GPpGI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vc3T8GPpGI 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-vc3T8GPpGI .lg_brand {
    margin: 0 1rem;
  }
  .cid-vc3T8GPpGI .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vc3T8GPpGI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vc3T8GPpGI .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vc3T8GPpGI .nav-item {
    margin: 0 !important;
  }
}
.cid-vc3T8GPpGI .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vc3T8GPpGI .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-vc3T8GPpGI .nav-item .nav-link:hover,
.cid-vc3T8GPpGI .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vc3T8GPpGI .nav-item .nav-link:hover:before,
.cid-vc3T8GPpGI .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vc3T8GPpGI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vc3T8GPpGI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vc3T8GPpGI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vc3T8GPpGI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vc3T8GPpGI .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-vc3T8GPpGI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vc3T8GPpGI .offcanvas_box {
    display: none;
  }
}
.cid-vc3T8GPpGI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vc3T8GPpGI .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vc3T8GPpGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vc3T8GPpGI .container {
  display: flex;
  margin: auto;
}
.cid-vc3T8GPpGI .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-vc3T8GPpGI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vc3T8GPpGI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vc3T8GPpGI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vc3T8GPpGI .navbar-nav {
    margin: 0;
  }
}
.cid-vc3T8GPpGI .dropdown-menu,
.cid-vc3T8GPpGI .navbar.opened {
  background-color: false !important;
}
.cid-vc3T8GPpGI .nav-item:focus,
.cid-vc3T8GPpGI .nav-link:focus {
  outline: none;
}
.cid-vc3T8GPpGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vc3T8GPpGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vc3T8GPpGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vc3T8GPpGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vc3T8GPpGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vc3T8GPpGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vc3T8GPpGI .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vc3T8GPpGI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vc3T8GPpGI .navbar.opened {
  transition: all 0.3s;
}
.cid-vc3T8GPpGI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vc3T8GPpGI .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vc3T8GPpGI .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vc3T8GPpGI .navbar.collapsed {
  justify-content: center;
}
.cid-vc3T8GPpGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vc3T8GPpGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vc3T8GPpGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vc3T8GPpGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vc3T8GPpGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vc3T8GPpGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vc3T8GPpGI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vc3T8GPpGI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vc3T8GPpGI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vc3T8GPpGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vc3T8GPpGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vc3T8GPpGI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vc3T8GPpGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vc3T8GPpGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vc3T8GPpGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vc3T8GPpGI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vc3T8GPpGI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vc3T8GPpGI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vc3T8GPpGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vc3T8GPpGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vc3T8GPpGI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vc3T8GPpGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-vc3T8GPpGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vc3T8GPpGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vc3T8GPpGI .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-vc3T8GPpGI .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vc3T8GPpGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vc3T8GPpGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vc3T8GPpGI .dropdown-item.active,
.cid-vc3T8GPpGI .dropdown-item:active {
  background-color: transparent;
}
.cid-vc3T8GPpGI .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vc3T8GPpGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vc3T8GPpGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vc3T8GPpGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vc3T8GPpGI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vc3T8GPpGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vc3T8GPpGI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #c7fcb5;
}
.cid-vc3T8GPpGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vc3T8GPpGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vc3T8GPpGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vc3T8GPpGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vc3T8GPpGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vc3T8GPpGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc3T8GPpGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vc3T8GPpGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vc3T8GPpGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc3T8GPpGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vc3T8GPpGI .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-vc3T8GPpGI .navbar {
    height: 70px;
  }
  .cid-vc3T8GPpGI .navbar.opened {
    height: auto;
  }
  .cid-vc3T8GPpGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vc3T8GPpGI .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vc3T8GPpGI .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vc3T8GPpGI .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vc3T8GPpGI .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vc3T8GPpGI .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vc3T8GPpGI .navbar-caption:hover {
  color: #ffa600;
}
@media (min-width: 992px) {
  .cid-vc3T8GPpGI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vc3T8GPpGI .text_widget {
  margin-bottom: 32px;
}
.cid-vc3T8GPpGI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vc3T8GPpGI .text_widget a:hover,
.cid-vc3T8GPpGI .text_widget a:focus {
  opacity: .8;
}
.cid-vc3T8GPpGI .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-vc3T8GPpGI .contacts-wrapper {
    display: none;
  }
}
.cid-vc3T8GPpGI .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vc3T8GPpGI .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vc3T8GPpGI .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-vc3T8GPpGI .contacts-wrapper a .mbr-contact:hover:before,
.cid-vc3T8GPpGI .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vc3T8GPpGI .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vc3T8GPpGI .navbar-caption {
  color: #c7fcb5;
}
.cid-vc3T8GPpGI .mbr-contact {
  color: #ffffff;
}
.cid-vc3T8GPpGI .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vc3T8GPpGI .mbr-section-subtitle,
.cid-vc3T8GPpGI .text_widget,
.cid-vc3T8GPpGI .mbr-section-btn {
  text-align: center;
}
.cid-vc3T8GPpGI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vc3T8Ie4iH {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/a-beautifully-landscaped-202602231722.jpeg-1376x768.jpg");
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vc3T8Ie4iH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3T8Ie4iH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3T8Ie4iH .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vc3T8Ie4iH .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vc3T8Ie4iH .card {
  justify-content: flex-end;
}
.cid-vc3T8Ie4iH .title-wrapper {
  margin-bottom: 20px;
}
.cid-vc3T8Ie4iH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc3T8Ie4iH .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vc3T8Ie4iH .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc3T8Ie4iH .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vc3T8Ie4iH .mbr-section-title {
  color: #ffffff;
}
.cid-vc3T8Ie4iH .mbr-section-subtitle {
  color: #caf31d;
}
.cid-vc3T8Ie4iH .mbr-text {
  color: #ffffff;
}
.cid-vc3T8Ie4iH .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vc3T8Ie4iH .mbr-section-btn {
    text-align: left;
  }
}
.cid-vc3T8J8Wtw {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-vc3T8J8Wtw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3T8J8Wtw .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-vc3T8J8Wtw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3T8J8Wtw h1 {
  max-width: 800px;
}
.cid-vc3T8J8Wtw p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-vc3T8J8Wtw {
    align-items: center;
  }
  .cid-vc3T8J8Wtw .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vc3T8J8Wtw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vc3T8J8Wtw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vc3T8J8Wtw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vc3T8J8Wtw .content-wrap {
    width: 100%;
  }
}
.cid-vc3T8J8Wtw .mbr-section-subtitle,
.cid-vc3T8J8Wtw .line {
  color: #291f1e;
}
.cid-vc3T8J8Wtw .mbr-text,
.cid-vc3T8J8Wtw .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-vc3T8J8Wtw .mbr-section-title {
  color: #291f1e;
}
.cid-vc3T8KaN1v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1edda;
}
.cid-vc3T8KaN1v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3T8KaN1v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3T8KaN1v .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vc3T8KaN1v .content-wrap {
    padding: 30px 20px;
  }
}
.cid-vc3T8KaN1v .content-wrap .row {
  justify-content: center;
}
.cid-vc3T8KaN1v .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3T8KaN1v .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3T8KaN1v .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vc3T8KaN1v .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-vc3T8KaN1v .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-vc3T8KaN1v .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc3T8KaN1v .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3T8KaN1v .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3T8KaN1v .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3T8KaN1v .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc3T8KaN1v .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vc3T8KaN1v .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vc3T8KaN1v .nav-wrapper .list .item-wrap:hover,
.cid-vc3T8KaN1v .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vc3T8KaN1v .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3T8KaN1v .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3T8KaN1v .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3T8KaN1v .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc3T8KaN1v .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vc3T8KaN1v .contacts-wrapper .list .item-wrap:hover,
.cid-vc3T8KaN1v .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vc3T8KaN1v .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vc3T8KaN1v .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3T8KaN1v .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3T8KaN1v .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3T8KaN1v .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vc3T8KaN1v .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vc3T8KaN1v .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vc3T8KaN1v .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-vc3T8KaN1v .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-vc3T8KaN1v .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-vc3T8KaN1v .mbr-section-title {
  color: #ed463f;
}
.cid-vc3T8KaN1v .mbr-section-subtitle {
  color: #404349;
}
.cid-vc3T8KaN1v .list {
  color: #404349;
}
.cid-vc3T8KaN1v .mbr-section-title,
.cid-vc3T8KaN1v .title-wrapper {
  color: #2e481a;
}
.cid-vc3T8KaN1v .list,
.cid-vc3T8KaN1v .item-wrap {
  color: #2e481a;
}
.cid-vc3SCowIUQ {
  background-color: transparent;
}
.cid-vc3SCowIUQ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vc3SCowIUQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vc3SCowIUQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vc3SCowIUQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vc3SCowIUQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vc3SCowIUQ .menu_box .navbar.opened,
  .cid-vc3SCowIUQ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vc3SCowIUQ .navbar-dropdown {
  position: relative !important;
}
.cid-vc3SCowIUQ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vc3SCowIUQ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vc3SCowIUQ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vc3SCowIUQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vc3SCowIUQ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vc3SCowIUQ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vc3SCowIUQ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vc3SCowIUQ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vc3SCowIUQ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vc3SCowIUQ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vc3SCowIUQ .offcanvas-body .mbr-text,
  .cid-vc3SCowIUQ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vc3SCowIUQ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vc3SCowIUQ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vc3SCowIUQ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vc3SCowIUQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vc3SCowIUQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vc3SCowIUQ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vc3SCowIUQ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vc3SCowIUQ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vc3SCowIUQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vc3SCowIUQ .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-vc3SCowIUQ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vc3SCowIUQ 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-vc3SCowIUQ .lg_brand {
    margin: 0 1rem;
  }
  .cid-vc3SCowIUQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vc3SCowIUQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vc3SCowIUQ .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vc3SCowIUQ .nav-item {
    margin: 0 !important;
  }
}
.cid-vc3SCowIUQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vc3SCowIUQ .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-vc3SCowIUQ .nav-item .nav-link:hover,
.cid-vc3SCowIUQ .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vc3SCowIUQ .nav-item .nav-link:hover:before,
.cid-vc3SCowIUQ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vc3SCowIUQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vc3SCowIUQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vc3SCowIUQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vc3SCowIUQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vc3SCowIUQ .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-vc3SCowIUQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vc3SCowIUQ .offcanvas_box {
    display: none;
  }
}
.cid-vc3SCowIUQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vc3SCowIUQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vc3SCowIUQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vc3SCowIUQ .container {
  display: flex;
  margin: auto;
}
.cid-vc3SCowIUQ .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-vc3SCowIUQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vc3SCowIUQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vc3SCowIUQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vc3SCowIUQ .navbar-nav {
    margin: 0;
  }
}
.cid-vc3SCowIUQ .dropdown-menu,
.cid-vc3SCowIUQ .navbar.opened {
  background-color: false !important;
}
.cid-vc3SCowIUQ .nav-item:focus,
.cid-vc3SCowIUQ .nav-link:focus {
  outline: none;
}
.cid-vc3SCowIUQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vc3SCowIUQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vc3SCowIUQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vc3SCowIUQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vc3SCowIUQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vc3SCowIUQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vc3SCowIUQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vc3SCowIUQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vc3SCowIUQ .navbar.opened {
  transition: all 0.3s;
}
.cid-vc3SCowIUQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vc3SCowIUQ .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vc3SCowIUQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vc3SCowIUQ .navbar.collapsed {
  justify-content: center;
}
.cid-vc3SCowIUQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vc3SCowIUQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vc3SCowIUQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vc3SCowIUQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vc3SCowIUQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vc3SCowIUQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vc3SCowIUQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vc3SCowIUQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vc3SCowIUQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vc3SCowIUQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vc3SCowIUQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vc3SCowIUQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vc3SCowIUQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vc3SCowIUQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vc3SCowIUQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vc3SCowIUQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vc3SCowIUQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vc3SCowIUQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vc3SCowIUQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vc3SCowIUQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vc3SCowIUQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vc3SCowIUQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vc3SCowIUQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vc3SCowIUQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vc3SCowIUQ .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-vc3SCowIUQ .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vc3SCowIUQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vc3SCowIUQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vc3SCowIUQ .dropdown-item.active,
.cid-vc3SCowIUQ .dropdown-item:active {
  background-color: transparent;
}
.cid-vc3SCowIUQ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vc3SCowIUQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vc3SCowIUQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vc3SCowIUQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vc3SCowIUQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vc3SCowIUQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vc3SCowIUQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #c7fcb5;
}
.cid-vc3SCowIUQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vc3SCowIUQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vc3SCowIUQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vc3SCowIUQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vc3SCowIUQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vc3SCowIUQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc3SCowIUQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vc3SCowIUQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vc3SCowIUQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc3SCowIUQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vc3SCowIUQ .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-vc3SCowIUQ .navbar {
    height: 70px;
  }
  .cid-vc3SCowIUQ .navbar.opened {
    height: auto;
  }
  .cid-vc3SCowIUQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vc3SCowIUQ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vc3SCowIUQ .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vc3SCowIUQ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vc3SCowIUQ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vc3SCowIUQ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vc3SCowIUQ .navbar-caption:hover {
  color: #ffa600;
}
@media (min-width: 992px) {
  .cid-vc3SCowIUQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vc3SCowIUQ .text_widget {
  margin-bottom: 32px;
}
.cid-vc3SCowIUQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vc3SCowIUQ .text_widget a:hover,
.cid-vc3SCowIUQ .text_widget a:focus {
  opacity: .8;
}
.cid-vc3SCowIUQ .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-vc3SCowIUQ .contacts-wrapper {
    display: none;
  }
}
.cid-vc3SCowIUQ .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vc3SCowIUQ .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vc3SCowIUQ .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-vc3SCowIUQ .contacts-wrapper a .mbr-contact:hover:before,
.cid-vc3SCowIUQ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vc3SCowIUQ .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vc3SCowIUQ .navbar-caption {
  color: #c7fcb5;
}
.cid-vc3SCowIUQ .mbr-contact {
  color: #ffffff;
}
.cid-vc3SCowIUQ .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vc3SCowIUQ .mbr-section-subtitle,
.cid-vc3SCowIUQ .text_widget,
.cid-vc3SCowIUQ .mbr-section-btn {
  text-align: center;
}
.cid-vc3SCowIUQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vc3SCpXCEu {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/a-beautifully-landscaped-202602231722.jpeg-1376x768.jpg");
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vc3SCpXCEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3SCpXCEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3SCpXCEu .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vc3SCpXCEu .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vc3SCpXCEu .card {
  justify-content: flex-end;
}
.cid-vc3SCpXCEu .title-wrapper {
  margin-bottom: 20px;
}
.cid-vc3SCpXCEu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc3SCpXCEu .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vc3SCpXCEu .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc3SCpXCEu .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vc3SCpXCEu .mbr-section-title {
  color: #ffffff;
}
.cid-vc3SCpXCEu .mbr-section-subtitle {
  color: #caf31d;
}
.cid-vc3SCpXCEu .mbr-text {
  color: #ffffff;
}
.cid-vc3SCpXCEu .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vc3SCpXCEu .mbr-section-btn {
    text-align: left;
  }
}
.cid-vc3SCqSamM {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-vc3SCqSamM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3SCqSamM .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-vc3SCqSamM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3SCqSamM h1 {
  max-width: 800px;
}
.cid-vc3SCqSamM p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-vc3SCqSamM {
    align-items: center;
  }
  .cid-vc3SCqSamM .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vc3SCqSamM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vc3SCqSamM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vc3SCqSamM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vc3SCqSamM .content-wrap {
    width: 100%;
  }
}
.cid-vc3SCqSamM .mbr-section-subtitle,
.cid-vc3SCqSamM .line {
  color: #291f1e;
}
.cid-vc3SCqSamM .mbr-text,
.cid-vc3SCqSamM .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-vc3SCqSamM .mbr-section-title {
  color: #291f1e;
}
.cid-vc3SCrO5fL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1edda;
}
.cid-vc3SCrO5fL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3SCrO5fL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3SCrO5fL .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vc3SCrO5fL .content-wrap {
    padding: 30px 20px;
  }
}
.cid-vc3SCrO5fL .content-wrap .row {
  justify-content: center;
}
.cid-vc3SCrO5fL .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3SCrO5fL .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3SCrO5fL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vc3SCrO5fL .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-vc3SCrO5fL .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-vc3SCrO5fL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc3SCrO5fL .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3SCrO5fL .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3SCrO5fL .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3SCrO5fL .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc3SCrO5fL .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vc3SCrO5fL .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vc3SCrO5fL .nav-wrapper .list .item-wrap:hover,
.cid-vc3SCrO5fL .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vc3SCrO5fL .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3SCrO5fL .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3SCrO5fL .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3SCrO5fL .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc3SCrO5fL .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vc3SCrO5fL .contacts-wrapper .list .item-wrap:hover,
.cid-vc3SCrO5fL .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vc3SCrO5fL .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vc3SCrO5fL .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3SCrO5fL .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3SCrO5fL .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3SCrO5fL .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vc3SCrO5fL .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vc3SCrO5fL .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vc3SCrO5fL .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-vc3SCrO5fL .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-vc3SCrO5fL .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-vc3SCrO5fL .mbr-section-title {
  color: #ed463f;
}
.cid-vc3SCrO5fL .mbr-section-subtitle {
  color: #404349;
}
.cid-vc3SCrO5fL .list {
  color: #404349;
}
.cid-vc3SCrO5fL .mbr-section-title,
.cid-vc3SCrO5fL .title-wrapper {
  color: #2e481a;
}
.cid-vc3SCrO5fL .list,
.cid-vc3SCrO5fL .item-wrap {
  color: #2e481a;
}
.cid-vc3SgzCzwV {
  background-color: transparent;
}
.cid-vc3SgzCzwV .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vc3SgzCzwV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vc3SgzCzwV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vc3SgzCzwV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vc3SgzCzwV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vc3SgzCzwV .menu_box .navbar.opened,
  .cid-vc3SgzCzwV .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vc3SgzCzwV .navbar-dropdown {
  position: relative !important;
}
.cid-vc3SgzCzwV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vc3SgzCzwV .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vc3SgzCzwV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vc3SgzCzwV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vc3SgzCzwV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vc3SgzCzwV .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vc3SgzCzwV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vc3SgzCzwV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vc3SgzCzwV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vc3SgzCzwV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vc3SgzCzwV .offcanvas-body .mbr-text,
  .cid-vc3SgzCzwV .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vc3SgzCzwV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vc3SgzCzwV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vc3SgzCzwV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vc3SgzCzwV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vc3SgzCzwV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vc3SgzCzwV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vc3SgzCzwV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vc3SgzCzwV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vc3SgzCzwV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vc3SgzCzwV .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-vc3SgzCzwV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vc3SgzCzwV 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-vc3SgzCzwV .lg_brand {
    margin: 0 1rem;
  }
  .cid-vc3SgzCzwV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vc3SgzCzwV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vc3SgzCzwV .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vc3SgzCzwV .nav-item {
    margin: 0 !important;
  }
}
.cid-vc3SgzCzwV .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vc3SgzCzwV .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-vc3SgzCzwV .nav-item .nav-link:hover,
.cid-vc3SgzCzwV .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vc3SgzCzwV .nav-item .nav-link:hover:before,
.cid-vc3SgzCzwV .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vc3SgzCzwV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vc3SgzCzwV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vc3SgzCzwV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vc3SgzCzwV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vc3SgzCzwV .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-vc3SgzCzwV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vc3SgzCzwV .offcanvas_box {
    display: none;
  }
}
.cid-vc3SgzCzwV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vc3SgzCzwV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vc3SgzCzwV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vc3SgzCzwV .container {
  display: flex;
  margin: auto;
}
.cid-vc3SgzCzwV .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-vc3SgzCzwV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vc3SgzCzwV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vc3SgzCzwV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vc3SgzCzwV .navbar-nav {
    margin: 0;
  }
}
.cid-vc3SgzCzwV .dropdown-menu,
.cid-vc3SgzCzwV .navbar.opened {
  background-color: false !important;
}
.cid-vc3SgzCzwV .nav-item:focus,
.cid-vc3SgzCzwV .nav-link:focus {
  outline: none;
}
.cid-vc3SgzCzwV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vc3SgzCzwV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vc3SgzCzwV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vc3SgzCzwV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vc3SgzCzwV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vc3SgzCzwV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vc3SgzCzwV .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vc3SgzCzwV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vc3SgzCzwV .navbar.opened {
  transition: all 0.3s;
}
.cid-vc3SgzCzwV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vc3SgzCzwV .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vc3SgzCzwV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vc3SgzCzwV .navbar.collapsed {
  justify-content: center;
}
.cid-vc3SgzCzwV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vc3SgzCzwV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vc3SgzCzwV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vc3SgzCzwV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vc3SgzCzwV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vc3SgzCzwV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vc3SgzCzwV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vc3SgzCzwV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vc3SgzCzwV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vc3SgzCzwV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vc3SgzCzwV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vc3SgzCzwV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vc3SgzCzwV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vc3SgzCzwV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vc3SgzCzwV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vc3SgzCzwV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vc3SgzCzwV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vc3SgzCzwV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vc3SgzCzwV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vc3SgzCzwV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vc3SgzCzwV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vc3SgzCzwV .navbar.navbar-short {
  min-height: 60px;
}
.cid-vc3SgzCzwV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vc3SgzCzwV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vc3SgzCzwV .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-vc3SgzCzwV .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vc3SgzCzwV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vc3SgzCzwV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vc3SgzCzwV .dropdown-item.active,
.cid-vc3SgzCzwV .dropdown-item:active {
  background-color: transparent;
}
.cid-vc3SgzCzwV .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vc3SgzCzwV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vc3SgzCzwV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vc3SgzCzwV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vc3SgzCzwV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vc3SgzCzwV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vc3SgzCzwV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #c7fcb5;
}
.cid-vc3SgzCzwV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vc3SgzCzwV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vc3SgzCzwV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vc3SgzCzwV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vc3SgzCzwV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vc3SgzCzwV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc3SgzCzwV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vc3SgzCzwV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vc3SgzCzwV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc3SgzCzwV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vc3SgzCzwV .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-vc3SgzCzwV .navbar {
    height: 70px;
  }
  .cid-vc3SgzCzwV .navbar.opened {
    height: auto;
  }
  .cid-vc3SgzCzwV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vc3SgzCzwV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vc3SgzCzwV .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vc3SgzCzwV .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vc3SgzCzwV .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vc3SgzCzwV .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vc3SgzCzwV .navbar-caption:hover {
  color: #ffa600;
}
@media (min-width: 992px) {
  .cid-vc3SgzCzwV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vc3SgzCzwV .text_widget {
  margin-bottom: 32px;
}
.cid-vc3SgzCzwV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vc3SgzCzwV .text_widget a:hover,
.cid-vc3SgzCzwV .text_widget a:focus {
  opacity: .8;
}
.cid-vc3SgzCzwV .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-vc3SgzCzwV .contacts-wrapper {
    display: none;
  }
}
.cid-vc3SgzCzwV .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vc3SgzCzwV .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vc3SgzCzwV .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-vc3SgzCzwV .contacts-wrapper a .mbr-contact:hover:before,
.cid-vc3SgzCzwV .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vc3SgzCzwV .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vc3SgzCzwV .navbar-caption {
  color: #c7fcb5;
}
.cid-vc3SgzCzwV .mbr-contact {
  color: #ffffff;
}
.cid-vc3SgzCzwV .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vc3SgzCzwV .mbr-section-subtitle,
.cid-vc3SgzCzwV .text_widget,
.cid-vc3SgzCzwV .mbr-section-btn {
  text-align: center;
}
.cid-vc3SgzCzwV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vc3SgBFhGa {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/a-beautifully-landscaped-202602231722.jpeg-1376x768.jpg");
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vc3SgBFhGa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3SgBFhGa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3SgBFhGa .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vc3SgBFhGa .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vc3SgBFhGa .card {
  justify-content: flex-end;
}
.cid-vc3SgBFhGa .title-wrapper {
  margin-bottom: 20px;
}
.cid-vc3SgBFhGa .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc3SgBFhGa .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vc3SgBFhGa .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc3SgBFhGa .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vc3SgBFhGa .mbr-section-title {
  color: #ffffff;
}
.cid-vc3SgBFhGa .mbr-section-subtitle {
  color: #caf31d;
}
.cid-vc3SgBFhGa .mbr-text {
  color: #ffffff;
}
.cid-vc3SgBFhGa .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vc3SgBFhGa .mbr-section-btn {
    text-align: left;
  }
}
.cid-vc3SgCBxoQ {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-vc3SgCBxoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3SgCBxoQ .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-vc3SgCBxoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3SgCBxoQ h1 {
  max-width: 800px;
}
.cid-vc3SgCBxoQ p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-vc3SgCBxoQ {
    align-items: center;
  }
  .cid-vc3SgCBxoQ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vc3SgCBxoQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vc3SgCBxoQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vc3SgCBxoQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vc3SgCBxoQ .content-wrap {
    width: 100%;
  }
}
.cid-vc3SgCBxoQ .mbr-section-subtitle,
.cid-vc3SgCBxoQ .line {
  color: #291f1e;
}
.cid-vc3SgCBxoQ .mbr-text,
.cid-vc3SgCBxoQ .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-vc3SgCBxoQ .mbr-section-title {
  color: #291f1e;
}
.cid-vc3SgDAKZo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1edda;
}
.cid-vc3SgDAKZo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3SgDAKZo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3SgDAKZo .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vc3SgDAKZo .content-wrap {
    padding: 30px 20px;
  }
}
.cid-vc3SgDAKZo .content-wrap .row {
  justify-content: center;
}
.cid-vc3SgDAKZo .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3SgDAKZo .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3SgDAKZo .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vc3SgDAKZo .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-vc3SgDAKZo .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-vc3SgDAKZo .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc3SgDAKZo .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3SgDAKZo .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3SgDAKZo .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3SgDAKZo .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc3SgDAKZo .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vc3SgDAKZo .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vc3SgDAKZo .nav-wrapper .list .item-wrap:hover,
.cid-vc3SgDAKZo .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vc3SgDAKZo .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3SgDAKZo .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3SgDAKZo .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3SgDAKZo .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc3SgDAKZo .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vc3SgDAKZo .contacts-wrapper .list .item-wrap:hover,
.cid-vc3SgDAKZo .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vc3SgDAKZo .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vc3SgDAKZo .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3SgDAKZo .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3SgDAKZo .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3SgDAKZo .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vc3SgDAKZo .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vc3SgDAKZo .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vc3SgDAKZo .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-vc3SgDAKZo .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-vc3SgDAKZo .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-vc3SgDAKZo .mbr-section-title {
  color: #ed463f;
}
.cid-vc3SgDAKZo .mbr-section-subtitle {
  color: #404349;
}
.cid-vc3SgDAKZo .list {
  color: #404349;
}
.cid-vc3SgDAKZo .mbr-section-title,
.cid-vc3SgDAKZo .title-wrapper {
  color: #2e481a;
}
.cid-vc3SgDAKZo .list,
.cid-vc3SgDAKZo .item-wrap {
  color: #2e481a;
}
.cid-vc3RNOyFUM {
  background-color: transparent;
}
.cid-vc3RNOyFUM .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vc3RNOyFUM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vc3RNOyFUM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vc3RNOyFUM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vc3RNOyFUM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vc3RNOyFUM .menu_box .navbar.opened,
  .cid-vc3RNOyFUM .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vc3RNOyFUM .navbar-dropdown {
  position: relative !important;
}
.cid-vc3RNOyFUM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vc3RNOyFUM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vc3RNOyFUM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vc3RNOyFUM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vc3RNOyFUM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vc3RNOyFUM .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-vc3RNOyFUM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vc3RNOyFUM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vc3RNOyFUM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vc3RNOyFUM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vc3RNOyFUM .offcanvas-body .mbr-text,
  .cid-vc3RNOyFUM .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vc3RNOyFUM .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vc3RNOyFUM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vc3RNOyFUM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-vc3RNOyFUM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vc3RNOyFUM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vc3RNOyFUM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vc3RNOyFUM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vc3RNOyFUM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vc3RNOyFUM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vc3RNOyFUM .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-vc3RNOyFUM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vc3RNOyFUM 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-vc3RNOyFUM .lg_brand {
    margin: 0 1rem;
  }
  .cid-vc3RNOyFUM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-vc3RNOyFUM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vc3RNOyFUM .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-vc3RNOyFUM .nav-item {
    margin: 0 !important;
  }
}
.cid-vc3RNOyFUM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vc3RNOyFUM .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-vc3RNOyFUM .nav-item .nav-link:hover,
.cid-vc3RNOyFUM .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vc3RNOyFUM .nav-item .nav-link:hover:before,
.cid-vc3RNOyFUM .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vc3RNOyFUM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vc3RNOyFUM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vc3RNOyFUM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vc3RNOyFUM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vc3RNOyFUM .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-vc3RNOyFUM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vc3RNOyFUM .offcanvas_box {
    display: none;
  }
}
.cid-vc3RNOyFUM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vc3RNOyFUM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vc3RNOyFUM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vc3RNOyFUM .container {
  display: flex;
  margin: auto;
}
.cid-vc3RNOyFUM .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-vc3RNOyFUM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vc3RNOyFUM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vc3RNOyFUM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vc3RNOyFUM .navbar-nav {
    margin: 0;
  }
}
.cid-vc3RNOyFUM .dropdown-menu,
.cid-vc3RNOyFUM .navbar.opened {
  background-color: false !important;
}
.cid-vc3RNOyFUM .nav-item:focus,
.cid-vc3RNOyFUM .nav-link:focus {
  outline: none;
}
.cid-vc3RNOyFUM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vc3RNOyFUM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vc3RNOyFUM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vc3RNOyFUM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vc3RNOyFUM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vc3RNOyFUM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vc3RNOyFUM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vc3RNOyFUM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vc3RNOyFUM .navbar.opened {
  transition: all 0.3s;
}
.cid-vc3RNOyFUM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vc3RNOyFUM .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vc3RNOyFUM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vc3RNOyFUM .navbar.collapsed {
  justify-content: center;
}
.cid-vc3RNOyFUM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vc3RNOyFUM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vc3RNOyFUM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vc3RNOyFUM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vc3RNOyFUM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vc3RNOyFUM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vc3RNOyFUM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vc3RNOyFUM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vc3RNOyFUM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vc3RNOyFUM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vc3RNOyFUM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vc3RNOyFUM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vc3RNOyFUM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vc3RNOyFUM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vc3RNOyFUM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vc3RNOyFUM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vc3RNOyFUM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vc3RNOyFUM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vc3RNOyFUM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vc3RNOyFUM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vc3RNOyFUM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vc3RNOyFUM .navbar.navbar-short {
  min-height: 60px;
}
.cid-vc3RNOyFUM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vc3RNOyFUM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vc3RNOyFUM .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-vc3RNOyFUM .navbar-brand {
    margin-right: 25px;
  }
}
.cid-vc3RNOyFUM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vc3RNOyFUM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vc3RNOyFUM .dropdown-item.active,
.cid-vc3RNOyFUM .dropdown-item:active {
  background-color: transparent;
}
.cid-vc3RNOyFUM .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vc3RNOyFUM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vc3RNOyFUM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vc3RNOyFUM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vc3RNOyFUM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vc3RNOyFUM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vc3RNOyFUM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #c7fcb5;
}
.cid-vc3RNOyFUM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-vc3RNOyFUM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vc3RNOyFUM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vc3RNOyFUM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vc3RNOyFUM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vc3RNOyFUM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc3RNOyFUM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vc3RNOyFUM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vc3RNOyFUM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc3RNOyFUM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vc3RNOyFUM .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-vc3RNOyFUM .navbar {
    height: 70px;
  }
  .cid-vc3RNOyFUM .navbar.opened {
    height: auto;
  }
  .cid-vc3RNOyFUM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vc3RNOyFUM .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vc3RNOyFUM .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vc3RNOyFUM .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vc3RNOyFUM .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vc3RNOyFUM .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-vc3RNOyFUM .navbar-caption:hover {
  color: #ffa600;
}
@media (min-width: 992px) {
  .cid-vc3RNOyFUM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vc3RNOyFUM .text_widget {
  margin-bottom: 32px;
}
.cid-vc3RNOyFUM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vc3RNOyFUM .text_widget a:hover,
.cid-vc3RNOyFUM .text_widget a:focus {
  opacity: .8;
}
.cid-vc3RNOyFUM .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-vc3RNOyFUM .contacts-wrapper {
    display: none;
  }
}
.cid-vc3RNOyFUM .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vc3RNOyFUM .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-vc3RNOyFUM .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-vc3RNOyFUM .contacts-wrapper a .mbr-contact:hover:before,
.cid-vc3RNOyFUM .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-vc3RNOyFUM .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-vc3RNOyFUM .navbar-caption {
  color: #c7fcb5;
}
.cid-vc3RNOyFUM .mbr-contact {
  color: #ffffff;
}
.cid-vc3RNOyFUM .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-vc3RNOyFUM .mbr-section-subtitle,
.cid-vc3RNOyFUM .text_widget,
.cid-vc3RNOyFUM .mbr-section-btn {
  text-align: center;
}
.cid-vc3RNOyFUM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vc3RNQ6ZWl {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/a-beautifully-landscaped-202602231722.jpeg-1376x768.jpg");
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.cid-vc3RNQ6ZWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3RNQ6ZWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3RNQ6ZWl .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.cid-vc3RNQ6ZWl .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vc3RNQ6ZWl .card {
  justify-content: flex-end;
}
.cid-vc3RNQ6ZWl .title-wrapper {
  margin-bottom: 20px;
}
.cid-vc3RNQ6ZWl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc3RNQ6ZWl .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vc3RNQ6ZWl .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc3RNQ6ZWl .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vc3RNQ6ZWl .mbr-section-title {
  color: #ffffff;
}
.cid-vc3RNQ6ZWl .mbr-section-subtitle {
  color: #caf31d;
}
.cid-vc3RNQ6ZWl .mbr-text {
  color: #ffffff;
}
.cid-vc3RNQ6ZWl .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vc3RNQ6ZWl .mbr-section-btn {
    text-align: left;
  }
}
.cid-vc3RNR15Ex {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-vc3RNR15Ex .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3RNR15Ex .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-vc3RNR15Ex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3RNR15Ex h1 {
  max-width: 800px;
}
.cid-vc3RNR15Ex p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-vc3RNR15Ex {
    align-items: center;
  }
  .cid-vc3RNR15Ex .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vc3RNR15Ex .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vc3RNR15Ex {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vc3RNR15Ex .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vc3RNR15Ex .content-wrap {
    width: 100%;
  }
}
.cid-vc3RNR15Ex .mbr-section-subtitle,
.cid-vc3RNR15Ex .line {
  color: #291f1e;
}
.cid-vc3RNR15Ex .mbr-text,
.cid-vc3RNR15Ex .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-vc3RNR15Ex .mbr-section-title {
  color: #291f1e;
}
.cid-vc3RNRW9rh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1edda;
}
.cid-vc3RNRW9rh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3RNRW9rh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3RNRW9rh .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vc3RNRW9rh .content-wrap {
    padding: 30px 20px;
  }
}
.cid-vc3RNRW9rh .content-wrap .row {
  justify-content: center;
}
.cid-vc3RNRW9rh .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3RNRW9rh .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3RNRW9rh .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vc3RNRW9rh .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-vc3RNRW9rh .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-vc3RNRW9rh .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc3RNRW9rh .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3RNRW9rh .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3RNRW9rh .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3RNRW9rh .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc3RNRW9rh .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vc3RNRW9rh .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vc3RNRW9rh .nav-wrapper .list .item-wrap:hover,
.cid-vc3RNRW9rh .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vc3RNRW9rh .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3RNRW9rh .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3RNRW9rh .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3RNRW9rh .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc3RNRW9rh .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vc3RNRW9rh .contacts-wrapper .list .item-wrap:hover,
.cid-vc3RNRW9rh .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vc3RNRW9rh .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vc3RNRW9rh .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc3RNRW9rh .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vc3RNRW9rh .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vc3RNRW9rh .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vc3RNRW9rh .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vc3RNRW9rh .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vc3RNRW9rh .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-vc3RNRW9rh .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-vc3RNRW9rh .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-vc3RNRW9rh .mbr-section-title {
  color: #ed463f;
}
.cid-vc3RNRW9rh .mbr-section-subtitle {
  color: #404349;
}
.cid-vc3RNRW9rh .list {
  color: #404349;
}
.cid-vc3RNRW9rh .mbr-section-title,
.cid-vc3RNRW9rh .title-wrapper {
  color: #2e481a;
}
.cid-vc3RNRW9rh .list,
.cid-vc3RNRW9rh .item-wrap {
  color: #2e481a;
}
