.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f92c50 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !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: #f92c50;
  color: #f92c50;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !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: #f92c50 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !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: #ba0525 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !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: #f92c50;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f92c50;
  border-color: #f92c50;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f92c50;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff2f5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #f92c50 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #f92c50;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f92c50;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f92c50;
}
.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: #f92c50;
  border-bottom-color: #f92c50;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%23f92c50' %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-uXmnZo6VQu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXmnZo6VQu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXmnZo6VQu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXmnZo6VQu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXmnZo6VQu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uXmnZo6VQu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXmnZo6VQu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXmnZo6VQu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uXmnZo6VQu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uXmnZo6VQu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uXmnZo6VQu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXmnZo6VQu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXmnZo6VQu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXmnZo6VQu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uXmnZo6VQu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXmnZo6VQu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXmnZo6VQu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXmnZo6VQu .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXmnZo6VQu .navbar-logo {
    padding-left: 0;
  }
}
.cid-uXmnZo6VQu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXmnZo6VQu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXmnZo6VQu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uXmnZo6VQu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXmnZo6VQu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXmnZo6VQu .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uXmnZo6VQu .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXmnZo6VQu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uXmnZo6VQu .nav-item:focus,
.cid-uXmnZo6VQu .nav-link:focus {
  outline: none;
}
.cid-uXmnZo6VQu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXmnZo6VQu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXmnZo6VQu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXmnZo6VQu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXmnZo6VQu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXmnZo6VQu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXmnZo6VQu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXmnZo6VQu .navbar.opened {
  transition: all 0.3s;
}
.cid-uXmnZo6VQu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXmnZo6VQu .navbar .navbar-logo img {
  width: auto;
}
.cid-uXmnZo6VQu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXmnZo6VQu .navbar.collapsed {
  justify-content: center;
}
.cid-uXmnZo6VQu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXmnZo6VQu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXmnZo6VQu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uXmnZo6VQu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXmnZo6VQu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXmnZo6VQu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uXmnZo6VQu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXmnZo6VQu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXmnZo6VQu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXmnZo6VQu .navbar {
    min-height: 72px;
  }
  .cid-uXmnZo6VQu .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXmnZo6VQu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXmnZo6VQu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXmnZo6VQu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXmnZo6VQu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXmnZo6VQu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uXmnZo6VQu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXmnZo6VQu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXmnZo6VQu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXmnZo6VQu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXmnZo6VQu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXmnZo6VQu .dropdown-item.active,
.cid-uXmnZo6VQu .dropdown-item:active {
  background-color: transparent;
}
.cid-uXmnZo6VQu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXmnZo6VQu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXmnZo6VQu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXmnZo6VQu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXmnZo6VQu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXmnZo6VQu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXmnZo6VQu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXmnZo6VQu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXmnZo6VQu .navbar-buttons {
    text-align: left;
  }
}
.cid-uXmnZo6VQu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXmnZo6VQu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uXmnZo6VQu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXmnZo6VQu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXmnZo6VQu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXmnZo6VQu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXmnZo6VQu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXmnZo6VQu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXmnZo6VQu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXmnZo6VQu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXmnZo6VQu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXmnZo6VQu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXmnZo6VQu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXmnZo6VQu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXmnZo6VQu .navbar {
    height: 70px;
  }
  .cid-uXmnZo6VQu .navbar.opened {
    height: auto;
  }
  .cid-uXmnZo6VQu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXmnZo6VQu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXmnZo6VQu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXmnZo6VQu .navbar-brand {
    margin-right: auto;
  }
  .cid-uXmnZo6VQu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXmnZo6VQu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXmnZo6VQu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXmnZo6VQu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXmnZo6VQu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0bgMsnKqS {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #2d6006;
}
.cid-v0bgMsnKqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bgMsnKqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0bgMsnKqS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0bgMsnKqS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0bgMsnKqS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0bgMsnKqS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0bgMsnKqS .mbr-section-title {
  color: #ffffff;
}
.cid-v0bgMsnKqS .mbr-text,
.cid-v0bgMsnKqS .mbr-section-btn {
  color: #ffffff;
}
.cid-uXmqV0Q4KZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #e1e7f2 -70%, #ffffff 100%);
}
.cid-uXmqV0Q4KZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXmqV0Q4KZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXmqV0Q4KZ .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXmqV0Q4KZ .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXmqV0Q4KZ .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXmqV0Q4KZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXmqV0Q4KZ .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXmqV0Q4KZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXmqV0Q4KZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXmqV0Q4KZ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uXmqV0Q4KZ .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uXmqV0Q4KZ .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ebfff5;
  color: #ebfff5;
  font-size: 11px;
}
.cid-uXmqV0Q4KZ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXmqV0Q4KZ .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uXmqV0Q4KZ .list_2 {
    padding-left: 0;
  }
}
.cid-uXmqV0Q4KZ .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uXmqV0Q4KZ .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uXmqV0Q4KZ .mbr-text,
.cid-uXmqV0Q4KZ .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uXmqV0Q4KZ .list {
  color: #666666;
}
.cid-uXmqV0Q4KZ .list,
.cid-uXmqV0Q4KZ .item-wrap,
.cid-uXmqV0Q4KZ .list-wrapper {
  color: #000000;
}
.cid-uXp1Gb2oib {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4a6a32;
}
.cid-uXp1Gb2oib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXp1Gb2oib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uXp1Gb2oib .container {
    padding: 0 16px;
  }
}
.cid-uXp1Gb2oib .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uXp1Gb2oib .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uXp1Gb2oib .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXp1Gb2oib .mbr-section-title {
  color: #000000;
}
.cid-uXp1Gb2oib .mbr-text {
  color: #000000;
}
.cid-uXp1Gb2oib .mbr-text,
.cid-uXp1Gb2oib .icon-wrapper {
  color: #ffffff;
}
.cid-v0bnbA6ZeJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bnbA6ZeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bnbA6ZeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bnbA6ZeJ .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-v0bnbA6ZeJ .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-v0bnbA6ZeJ .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v0bnbA6ZeJ .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0bnbA6ZeJ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #157575 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-v0bnbA6ZeJ .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v0bnbA6ZeJ .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v0bnbA6ZeJ .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-v0bnbA6ZeJ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v0bnbA6ZeJ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v0bnbA6ZeJ .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-v0bnbA6ZeJ .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0bnbA6ZeJ .mbr-section-title {
  color: #404349;
}
.cid-v0bnbA6ZeJ .mbr-text {
  color: #ffffff;
}
.cid-v0bnbA6ZeJ .mbr-desc {
  color: #b19a7c;
}
.cid-v0bnbA6ZeJ .mbr-section-title,
.cid-v0bnbA6ZeJ .mbr-section-btn {
  color: #f7f7f7;
}
.cid-uXk71tCP6p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXk71tCP6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXk71tCP6p .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXk71tCP6p .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXk71tCP6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXk71tCP6p .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uXk71tCP6p .card-title,
.cid-uXk71tCP6p .iconfont-wrapper,
.cid-uXk71tCP6p .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXk71tCP6p .content-head {
  max-width: 800px;
}
.cid-uXk71tCP6p .mbr-section-title {
  color: #000000;
}
.cid-uXk71tCP6p .mbr-section-btn {
  text-align: center;
}
.cid-uXk71tCP6p .card-title,
.cid-uXk71tCP6p .iconfont-wrapper {
  color: #2d6006;
}
.cid-uXmxfTKouj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXmxfTKouj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXmxfTKouj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXmxfTKouj .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXmxfTKouj .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXmxfTKouj .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXmxfTKouj .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uXmxfTKouj .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXmxfTKouj .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXmxfTKouj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uXmxfTKouj .card-wrapper {
  background-color: #4a6a32;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #000000;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uXmxfTKouj .card-wrapper {
    padding: 24px;
  }
}
.cid-uXmxfTKouj .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uXmxfTKouj .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXmxfTKouj .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXmxfTKouj .mbr-label,
.cid-uXmxfTKouj .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXmxfTKouj .mbr-section-title,
.cid-uXmxfTKouj .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXmxfTKouj .mbr-text,
.cid-uXmxfTKouj .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXmxfTKouj .item-text {
  color: #000000;
}
.cid-uXmxfTKouj .item-text,
.cid-uXmxfTKouj .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v0boA5pTwX {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #4a6a32;
}
.cid-v0boA5pTwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0boA5pTwX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0boA5pTwX .items-wrapper {
  margin: 0 -10px;
}
.cid-v0boA5pTwX .card {
  padding: 0 10px;
}
.cid-v0boA5pTwX .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 10px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0boA5pTwX .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-v0boA5pTwX .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-v0boA5pTwX .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-v0boA5pTwX .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0boA5pTwX .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-v0boA5pTwX .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0boA5pTwX .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0boA5pTwX .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 650px;
}
@media (max-width: 992px) {
  .cid-v0boA5pTwX .slider-wrap {
    min-height: 350px;
  }
}
.cid-v0boA5pTwX .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #ffffff;
  padding: 16px 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v0boA5pTwX .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-v0boA5pTwX .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-v0boA5pTwX .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-v0boA5pTwX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v0boA5pTwX .embla__slide .slide-content {
  width: 100%;
}
.cid-v0boA5pTwX .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v0boA5pTwX .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v0boA5pTwX .embla__button--next,
.cid-v0boA5pTwX .embla__button--prev {
  display: flex;
}
.cid-v0boA5pTwX .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #fff1e2 !important;
  color: #404349 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v0boA5pTwX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v0boA5pTwX .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-v0boA5pTwX .embla__button.embla__button--prev {
  left: 10px;
}
.cid-v0boA5pTwX .embla__button.embla__button--next {
  right: 10px;
}
.cid-v0boA5pTwX .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-v0boA5pTwX .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v0boA5pTwX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0boA5pTwX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0boA5pTwX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0boA5pTwX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v0boA5pTwX .mbr-section-title {
  color: #404349;
}
.cid-v0boA5pTwX .mbr-text {
  color: #404349;
}
.cid-v0boA5pTwX .mbr-desc {
  color: #404349;
}
.cid-uXmz2pSwif {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXmz2pSwif .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXmz2pSwif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXmz2pSwif .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uXmz2pSwif .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uXmz2pSwif .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXmz2pSwif .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uXmz2pSwif .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXmz2pSwif .mbr-section-title {
  color: #000000;
}
.cid-uXmz2pSwif .mbr-desc {
  color: #000000;
}
.cid-uXmz2pSwif .mbr-text {
  color: #000000;
}
.cid-uXkmGN40Md {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4a6a32;
}
.cid-uXkmGN40Md .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXkmGN40Md .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXkmGN40Md .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXkmGN40Md .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXkmGN40Md .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uXkmGN40Md .card-title,
.cid-uXkmGN40Md .iconfont-wrapper,
.cid-uXkmGN40Md .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXkmGN40Md .content-head {
  max-width: 800px;
}
.cid-uXkmGN40Md .mbr-section-title {
  color: #000000;
}
.cid-uXkmGN40Md .mbr-section-btn {
  text-align: center;
}
.cid-uXkmGN40Md .card-title,
.cid-uXkmGN40Md .iconfont-wrapper {
  color: #ffffff;
}
.cid-uXk7JxmVTv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXk7JxmVTv .mbr-text {
  color: #000000;
}
.cid-uXk7JxmVTv .mbr-section-subtitle {
  color: #000000;
}
.cid-uXk7JxmVTv .mbr-section-title {
  color: #000000;
}
.cid-v0bKx7Hwpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bKx7Hwpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bKx7Hwpv .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-v0bKx7Hwpv .container {
    padding: 0 30px;
  }
}
.cid-v0bKx7Hwpv .row {
  justify-content: center;
}
.cid-v0bKx7Hwpv .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0bKx7Hwpv .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v0bKx7Hwpv .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #22654e;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-v0bKx7Hwpv .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-v0bKx7Hwpv .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v0bKx7Hwpv .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v0bKx7Hwpv .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v0bKx7Hwpv .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #c7fcb5;
  background-color: #22654e;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-v0bKx7Hwpv .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v0bKx7Hwpv .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-v0bKx7Hwpv .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v0bKx7Hwpv .mbr-section-title {
  color: #22654E;
}
.cid-v0bKx7Hwpv .panel-title-edit {
  color: #22654E;
}
.cid-v0bKx7Hwpv .panel-text {
  color: #144031;
}
.cid-uXkAjoa7R9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXkAjoa7R9 .mbr-text {
  color: #000000;
}
.cid-uXkAjoa7R9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uXkAjoa7R9 .mbr-section-title {
  color: #000000;
}
.cid-uXmzjVj1f3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uXmzjVj1f3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXmzjVj1f3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXmzjVj1f3 .items-wrap {
  justify-content: space-between;
}
.cid-uXmzjVj1f3 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uXmzjVj1f3 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uXmzjVj1f3 .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uXmzjVj1f3 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uXmzjVj1f3 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uXmzjVj1f3 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXmzjVj1f3 .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uXmzjVj1f3 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXmzjVj1f3 .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uXmzjVj1f3 .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uXmzjVj1f3 .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uXmzjVj1f3 .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uXmzjVj1f3 .image-wrapper {
  position: relative;
  border: 3px solid #ffffff;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXmzjVj1f3 .image-wrapper {
    height: 350px;
  }
}
.cid-uXmzjVj1f3 .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uXmzjVj1f3 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uXmzjVj1f3 .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uXmzjVj1f3 .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uXmzjVj1f3 .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uXmzjVj1f3 .mbr-section-title {
  color: #191c25;
}
.cid-uXmzjVj1f3 .mbr-text {
  color: #191c25;
}
.cid-uXmzjVj1f3 .mbr-number_1 {
  color: #191c25;
}
.cid-uXmzjVj1f3 .mbr-number_2,
.cid-uXmzjVj1f3 .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uXkAN3wPE4 .main_wrapper {
  position: relative;
  height: 800px;
  width: 100%;
}
.cid-uXkAN3wPE4 .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991px) {
  .cid-uXkAN3wPE4 .b_wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
    flex-direction: column;
  }
}
.cid-uXkAN3wPE4 .row {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uXkAN3wPE4 .container-fluid {
    padding: 0;
  }
}
.cid-uXkAN3wPE4 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uXkAN3wPE4 .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  pointer-events: fill;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXkAN3wPE4 .item-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uXkAN3wPE4 .item-wrapper {
    width: 100%;
    position: relative;
    padding: 2rem;
    border-radius: 0px !important;
  }
}
@media (max-width: 767px) {
  .cid-uXkAN3wPE4 .item-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uXkAN3wPE4 .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-uXkAN3wPE4 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 0px !important;
}
.cid-uXkAN3wPE4 .google-map [data-state-details] {
  color: #edefeb;
  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-uXkAN3wPE4 .google-map[data-state] {
  background: #edefeb;
}
.cid-uXkAN3wPE4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 991px) {
  .cid-uXkAN3wPE4 .google-map {
    position: static;
  }
}
.cid-uXkB75hctc {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #025050;
}
.cid-uXkB75hctc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXkB75hctc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXkB75hctc .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uXkB75hctc .footer-col {
    flex-direction: column;
  }
}
.cid-uXkB75hctc .row {
  background: #f7f7f7;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uXkB75hctc .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXkB75hctc .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXkB75hctc .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uXkB75hctc .mbr-section-btn {
    text-align: center;
  }
}
.cid-uXkB75hctc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXkB75hctc .item-wrap {
  transition: all 300ms ease;
}
.cid-uXkB75hctc .item-wrap:hover,
.cid-uXkB75hctc .item-wrap:focus {
  cursor: pointer;
}
.cid-uXkB75hctc .soc-item {
  margin: 8px;
}
.cid-uXkB75hctc .soc-item a:hover .mbr-iconfont,
.cid-uXkB75hctc .soc-item a:focus .mbr-iconfont {
  background-color: #bff747;
}
.cid-uXkB75hctc .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fdfde1;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXkB75hctc .row {
    text-align: center;
  }
  .cid-uXkB75hctc .social-row {
    justify-content: center;
  }
}
.cid-uXkB75hctc .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uXkB75hctc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXkB75hctc .list {
    margin-bottom: 0rem;
  }
}
.cid-uXkB75hctc .mbr-section-subtitle {
  color: #000000;
}
.cid-uXkB75hctc .list,
.cid-uXkB75hctc .item-wrap {
  color: #000000;
}
.cid-uXkB75hctc .copyright {
  color: #000000;
}
.cid-uXmnZo6VQu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXmnZo6VQu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXmnZo6VQu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXmnZo6VQu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXmnZo6VQu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uXmnZo6VQu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXmnZo6VQu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXmnZo6VQu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uXmnZo6VQu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uXmnZo6VQu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uXmnZo6VQu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXmnZo6VQu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXmnZo6VQu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXmnZo6VQu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uXmnZo6VQu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXmnZo6VQu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXmnZo6VQu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXmnZo6VQu .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXmnZo6VQu .navbar-logo {
    padding-left: 0;
  }
}
.cid-uXmnZo6VQu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXmnZo6VQu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXmnZo6VQu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uXmnZo6VQu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXmnZo6VQu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXmnZo6VQu .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uXmnZo6VQu .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXmnZo6VQu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uXmnZo6VQu .nav-item:focus,
.cid-uXmnZo6VQu .nav-link:focus {
  outline: none;
}
.cid-uXmnZo6VQu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXmnZo6VQu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXmnZo6VQu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXmnZo6VQu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXmnZo6VQu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXmnZo6VQu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXmnZo6VQu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXmnZo6VQu .navbar.opened {
  transition: all 0.3s;
}
.cid-uXmnZo6VQu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXmnZo6VQu .navbar .navbar-logo img {
  width: auto;
}
.cid-uXmnZo6VQu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXmnZo6VQu .navbar.collapsed {
  justify-content: center;
}
.cid-uXmnZo6VQu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXmnZo6VQu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXmnZo6VQu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uXmnZo6VQu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXmnZo6VQu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXmnZo6VQu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uXmnZo6VQu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXmnZo6VQu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXmnZo6VQu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXmnZo6VQu .navbar {
    min-height: 72px;
  }
  .cid-uXmnZo6VQu .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXmnZo6VQu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXmnZo6VQu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXmnZo6VQu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXmnZo6VQu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXmnZo6VQu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uXmnZo6VQu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXmnZo6VQu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXmnZo6VQu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXmnZo6VQu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXmnZo6VQu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXmnZo6VQu .dropdown-item.active,
.cid-uXmnZo6VQu .dropdown-item:active {
  background-color: transparent;
}
.cid-uXmnZo6VQu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXmnZo6VQu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXmnZo6VQu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXmnZo6VQu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXmnZo6VQu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXmnZo6VQu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXmnZo6VQu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXmnZo6VQu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXmnZo6VQu .navbar-buttons {
    text-align: left;
  }
}
.cid-uXmnZo6VQu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXmnZo6VQu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uXmnZo6VQu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXmnZo6VQu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXmnZo6VQu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXmnZo6VQu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXmnZo6VQu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXmnZo6VQu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXmnZo6VQu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXmnZo6VQu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXmnZo6VQu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXmnZo6VQu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXmnZo6VQu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXmnZo6VQu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXmnZo6VQu .navbar {
    height: 70px;
  }
  .cid-uXmnZo6VQu .navbar.opened {
    height: auto;
  }
  .cid-uXmnZo6VQu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXmnZo6VQu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXmnZo6VQu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXmnZo6VQu .navbar-brand {
    margin-right: auto;
  }
  .cid-uXmnZo6VQu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXmnZo6VQu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXmnZo6VQu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXmnZo6VQu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXmnZo6VQu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0fmvIOAag {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #2e481a;
}
.cid-v0fmvIOAag .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0fmvIOAag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0fmvIOAag .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-v0fmvIOAag .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0fmvIOAag .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v0fmvIOAag .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v0fmvIOAag .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v0fmvIOAag .image-wrapper {
  padding: 0 1rem;
}
.cid-v0fmvIOAag img,
.cid-v0fmvIOAag .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0fmvIOAag img,
  .cid-v0fmvIOAag .image-wrapper {
    max-height: 350px;
  }
}
.cid-v0fmvIOAag .mbr-section-title {
  color: #000000;
}
.cid-v0fmvIOAag .mbr-text {
  color: #000000;
}
.cid-uXlw8O0rfT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uXlw8O0rfT .content-head {
  max-width: 800px;
}
.cid-uXlw8O0rfT .mbr-text,
.cid-uXlw8O0rfT .mbr-section-btn {
  color: #000000;
}
.cid-uXlvvLKlSO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uXlvvLKlSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXlvvLKlSO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXlvvLKlSO .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uXlvvLKlSO .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uXlvvLKlSO .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-uXlvvLKlSO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uXlvvLKlSO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uXlvvLKlSO .content-head {
  max-width: 800px;
}
.cid-uXlt9Tg1qR {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #025050;
}
.cid-uXlt9Tg1qR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXlt9Tg1qR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXlt9Tg1qR .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uXlt9Tg1qR .footer-col {
    flex-direction: column;
  }
}
.cid-uXlt9Tg1qR .row {
  background: #f7f7f7;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uXlt9Tg1qR .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXlt9Tg1qR .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXlt9Tg1qR .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uXlt9Tg1qR .mbr-section-btn {
    text-align: center;
  }
}
.cid-uXlt9Tg1qR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXlt9Tg1qR .item-wrap {
  transition: all 300ms ease;
}
.cid-uXlt9Tg1qR .item-wrap:hover,
.cid-uXlt9Tg1qR .item-wrap:focus {
  cursor: pointer;
}
.cid-uXlt9Tg1qR .soc-item {
  margin: 8px;
}
.cid-uXlt9Tg1qR .soc-item a:hover .mbr-iconfont,
.cid-uXlt9Tg1qR .soc-item a:focus .mbr-iconfont {
  background-color: #bff747;
}
.cid-uXlt9Tg1qR .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fdfde1;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXlt9Tg1qR .row {
    text-align: center;
  }
  .cid-uXlt9Tg1qR .social-row {
    justify-content: center;
  }
}
.cid-uXlt9Tg1qR .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uXlt9Tg1qR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXlt9Tg1qR .list {
    margin-bottom: 0rem;
  }
}
.cid-uXlt9Tg1qR .mbr-section-subtitle {
  color: #000000;
}
.cid-uXlt9Tg1qR .list,
.cid-uXlt9Tg1qR .item-wrap {
  color: #000000;
}
.cid-uXlt9Tg1qR .copyright {
  color: #000000;
}
.cid-uXmnZo6VQu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXmnZo6VQu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXmnZo6VQu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXmnZo6VQu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXmnZo6VQu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uXmnZo6VQu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXmnZo6VQu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXmnZo6VQu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uXmnZo6VQu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uXmnZo6VQu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uXmnZo6VQu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXmnZo6VQu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXmnZo6VQu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXmnZo6VQu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uXmnZo6VQu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXmnZo6VQu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXmnZo6VQu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXmnZo6VQu .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXmnZo6VQu .navbar-logo {
    padding-left: 0;
  }
}
.cid-uXmnZo6VQu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXmnZo6VQu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXmnZo6VQu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uXmnZo6VQu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXmnZo6VQu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXmnZo6VQu .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uXmnZo6VQu .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXmnZo6VQu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uXmnZo6VQu .nav-item:focus,
.cid-uXmnZo6VQu .nav-link:focus {
  outline: none;
}
.cid-uXmnZo6VQu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXmnZo6VQu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXmnZo6VQu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXmnZo6VQu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXmnZo6VQu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXmnZo6VQu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXmnZo6VQu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXmnZo6VQu .navbar.opened {
  transition: all 0.3s;
}
.cid-uXmnZo6VQu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXmnZo6VQu .navbar .navbar-logo img {
  width: auto;
}
.cid-uXmnZo6VQu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXmnZo6VQu .navbar.collapsed {
  justify-content: center;
}
.cid-uXmnZo6VQu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXmnZo6VQu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXmnZo6VQu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uXmnZo6VQu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXmnZo6VQu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXmnZo6VQu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uXmnZo6VQu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXmnZo6VQu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXmnZo6VQu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXmnZo6VQu .navbar {
    min-height: 72px;
  }
  .cid-uXmnZo6VQu .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXmnZo6VQu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXmnZo6VQu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXmnZo6VQu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXmnZo6VQu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXmnZo6VQu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uXmnZo6VQu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXmnZo6VQu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXmnZo6VQu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXmnZo6VQu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXmnZo6VQu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXmnZo6VQu .dropdown-item.active,
.cid-uXmnZo6VQu .dropdown-item:active {
  background-color: transparent;
}
.cid-uXmnZo6VQu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXmnZo6VQu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXmnZo6VQu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXmnZo6VQu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXmnZo6VQu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXmnZo6VQu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXmnZo6VQu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXmnZo6VQu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXmnZo6VQu .navbar-buttons {
    text-align: left;
  }
}
.cid-uXmnZo6VQu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXmnZo6VQu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uXmnZo6VQu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXmnZo6VQu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXmnZo6VQu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXmnZo6VQu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXmnZo6VQu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXmnZo6VQu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXmnZo6VQu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXmnZo6VQu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXmnZo6VQu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXmnZo6VQu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXmnZo6VQu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXmnZo6VQu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXmnZo6VQu .navbar {
    height: 70px;
  }
  .cid-uXmnZo6VQu .navbar.opened {
    height: auto;
  }
  .cid-uXmnZo6VQu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXmnZo6VQu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXmnZo6VQu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXmnZo6VQu .navbar-brand {
    margin-right: auto;
  }
  .cid-uXmnZo6VQu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXmnZo6VQu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXmnZo6VQu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXmnZo6VQu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXmnZo6VQu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXmnZo6VQu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXpEepsgPf {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f1f4e9;
}
.cid-uXpEepsgPf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXpEepsgPf .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-uXpEepsgPf .container {
    padding: 0 30px;
  }
}
.cid-uXpEepsgPf .image-wrapper {
  margin-right: 120px;
}
@media (max-width: 992px) {
  .cid-uXpEepsgPf .image-wrapper {
    margin: 0;
    height: auto;
  }
}
.cid-uXpEepsgPf .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uXpEepsgPf .image-wrapper img {
    height: 300px;
  }
}
.cid-uXpEepsgPf .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXpEepsgPf .title-wrapper {
    height: auto;
  }
}
.cid-uXpEepsgPf .title-wrapper .title-wrap .subtitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cid-uXpEepsgPf .title-wrapper .title-wrap .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
  width: 100%;
}
.cid-uXpEepsgPf .title-wrapper .title-wrap .subtitle-wrap .icon-wrap {
  width: 100%;
}
.cid-uXpEepsgPf .title-wrapper .title-wrap .subtitle-wrap .icon-wrap .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f1f4e9;
  background-color: #a1e5cf;
  border-radius: 100%;
}
.cid-uXpEepsgPf .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXpEepsgPf .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uXpEepsgPf .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uXpEepsgPf .title-wrapper .title-wrap .mbr-section-btn {
  margin: 40px 30px;
}
@media (max-width: 992px) {
  .cid-uXpEepsgPf .title-wrapper .title-wrap .mbr-section-btn {
    margin: 40px -0.6rem;
  }
}
.cid-uXpEepsgPf .mbr-section-subtitle {
  color: #212529;
}
.cid-uXpEepsgPf .mbr-section-title {
  color: #212529;
}
.cid-uXpEepsgPf .mbr-text {
  color: #212529;
}
.cid-uXpEepsgPf .mbr-section-title,
.cid-uXpEepsgPf .mbr-section-btn,
.cid-uXpEepsgPf .icon-wrap {
  text-align: center;
}
.cid-uXlzRftbZK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-uXlzRftbZK .content-head {
  max-width: 800px;
}
.cid-uXlzRftbZK .mbr-text,
.cid-uXlzRftbZK .mbr-section-btn {
  color: #ffffff;
}
.cid-uXlzRfVQ4U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uXlzRfVQ4U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXlzRfVQ4U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXlzRfVQ4U .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uXlzRfVQ4U .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uXlzRfVQ4U .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-uXlzRfVQ4U .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uXlzRfVQ4U .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uXlzRfVQ4U .content-head {
  max-width: 800px;
}
.cid-uXlzRgnUn2 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #025050;
}
.cid-uXlzRgnUn2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXlzRgnUn2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXlzRgnUn2 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uXlzRgnUn2 .footer-col {
    flex-direction: column;
  }
}
.cid-uXlzRgnUn2 .row {
  background: #f7f7f7;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uXlzRgnUn2 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXlzRgnUn2 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXlzRgnUn2 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uXlzRgnUn2 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uXlzRgnUn2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXlzRgnUn2 .item-wrap {
  transition: all 300ms ease;
}
.cid-uXlzRgnUn2 .item-wrap:hover,
.cid-uXlzRgnUn2 .item-wrap:focus {
  cursor: pointer;
}
.cid-uXlzRgnUn2 .soc-item {
  margin: 8px;
}
.cid-uXlzRgnUn2 .soc-item a:hover .mbr-iconfont,
.cid-uXlzRgnUn2 .soc-item a:focus .mbr-iconfont {
  background-color: #bff747;
}
.cid-uXlzRgnUn2 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fdfde1;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXlzRgnUn2 .row {
    text-align: center;
  }
  .cid-uXlzRgnUn2 .social-row {
    justify-content: center;
  }
}
.cid-uXlzRgnUn2 .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uXlzRgnUn2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXlzRgnUn2 .list {
    margin-bottom: 0rem;
  }
}
.cid-uXlzRgnUn2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uXlzRgnUn2 .list,
.cid-uXlzRgnUn2 .item-wrap {
  color: #000000;
}
.cid-uXlzRgnUn2 .copyright {
  color: #000000;
}
.cid-v0bTMHD9pu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0bTMHD9pu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0bTMHD9pu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0bTMHD9pu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0bTMHD9pu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v0bTMHD9pu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0bTMHD9pu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0bTMHD9pu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v0bTMHD9pu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v0bTMHD9pu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v0bTMHD9pu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0bTMHD9pu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0bTMHD9pu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0bTMHD9pu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v0bTMHD9pu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0bTMHD9pu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0bTMHD9pu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0bTMHD9pu .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0bTMHD9pu .navbar-logo {
    padding-left: 0;
  }
}
.cid-v0bTMHD9pu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0bTMHD9pu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0bTMHD9pu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v0bTMHD9pu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v0bTMHD9pu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0bTMHD9pu .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v0bTMHD9pu .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0bTMHD9pu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-v0bTMHD9pu .nav-item:focus,
.cid-v0bTMHD9pu .nav-link:focus {
  outline: none;
}
.cid-v0bTMHD9pu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0bTMHD9pu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0bTMHD9pu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0bTMHD9pu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0bTMHD9pu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0bTMHD9pu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0bTMHD9pu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0bTMHD9pu .navbar.opened {
  transition: all 0.3s;
}
.cid-v0bTMHD9pu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0bTMHD9pu .navbar .navbar-logo img {
  width: auto;
}
.cid-v0bTMHD9pu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0bTMHD9pu .navbar.collapsed {
  justify-content: center;
}
.cid-v0bTMHD9pu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0bTMHD9pu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0bTMHD9pu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-v0bTMHD9pu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0bTMHD9pu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0bTMHD9pu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0bTMHD9pu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0bTMHD9pu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0bTMHD9pu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0bTMHD9pu .navbar {
    min-height: 72px;
  }
  .cid-v0bTMHD9pu .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0bTMHD9pu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0bTMHD9pu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0bTMHD9pu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0bTMHD9pu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0bTMHD9pu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0bTMHD9pu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0bTMHD9pu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0bTMHD9pu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0bTMHD9pu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0bTMHD9pu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0bTMHD9pu .dropdown-item.active,
.cid-v0bTMHD9pu .dropdown-item:active {
  background-color: transparent;
}
.cid-v0bTMHD9pu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0bTMHD9pu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0bTMHD9pu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0bTMHD9pu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0bTMHD9pu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0bTMHD9pu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0bTMHD9pu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0bTMHD9pu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0bTMHD9pu .navbar-buttons {
    text-align: left;
  }
}
.cid-v0bTMHD9pu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0bTMHD9pu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-v0bTMHD9pu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0bTMHD9pu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0bTMHD9pu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0bTMHD9pu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0bTMHD9pu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0bTMHD9pu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0bTMHD9pu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0bTMHD9pu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0bTMHD9pu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0bTMHD9pu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0bTMHD9pu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0bTMHD9pu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0bTMHD9pu .navbar {
    height: 70px;
  }
  .cid-v0bTMHD9pu .navbar.opened {
    height: auto;
  }
  .cid-v0bTMHD9pu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0bTMHD9pu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0bTMHD9pu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0bTMHD9pu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0bTMHD9pu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v0bTMHD9pu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0bTMHD9pu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0bTMHD9pu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0bTMHD9pu .navbar-brand {
    margin-right: auto;
  }
  .cid-v0bTMHD9pu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0bTMHD9pu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0bTMHD9pu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0bTMHD9pu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0bTMHD9pu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0bTMHD9pu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0bTMHD9pu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v0bTMHD9pu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0bTMHD9pu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0bTMHD9pu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0bTMHD9pu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0bTMIaiLY {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #2d6006;
}
.cid-v0bTMIaiLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTMIaiLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0bTMIaiLY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0bTMIaiLY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0bTMIaiLY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0bTMIaiLY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0bTMIaiLY .mbr-section-title {
  color: #ffffff;
}
.cid-v0bTMIaiLY .mbr-text,
.cid-v0bTMIaiLY .mbr-section-btn {
  color: #ffffff;
}
.cid-v0bTMIFFxk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #e1e7f2 -70%, #ffffff 100%);
}
.cid-v0bTMIFFxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTMIFFxk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTMIFFxk .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0bTMIFFxk .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0bTMIFFxk .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v0bTMIFFxk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0bTMIFFxk .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v0bTMIFFxk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0bTMIFFxk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0bTMIFFxk .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v0bTMIFFxk .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v0bTMIFFxk .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ebfff5;
  color: #ebfff5;
  font-size: 11px;
}
.cid-v0bTMIFFxk .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0bTMIFFxk .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v0bTMIFFxk .list_2 {
    padding-left: 0;
  }
}
.cid-v0bTMIFFxk .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v0bTMIFFxk .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v0bTMIFFxk .mbr-text,
.cid-v0bTMIFFxk .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v0bTMIFFxk .list {
  color: #666666;
}
.cid-v0bTMIFFxk .list,
.cid-v0bTMIFFxk .item-wrap,
.cid-v0bTMIFFxk .list-wrapper {
  color: #000000;
}
.cid-v0bTMJ6RUR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4a6a32;
}
.cid-v0bTMJ6RUR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTMJ6RUR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v0bTMJ6RUR .container {
    padding: 0 16px;
  }
}
.cid-v0bTMJ6RUR .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-v0bTMJ6RUR .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v0bTMJ6RUR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0bTMJ6RUR .mbr-section-title {
  color: #000000;
}
.cid-v0bTMJ6RUR .mbr-text {
  color: #000000;
}
.cid-v0bTMJ6RUR .mbr-text,
.cid-v0bTMJ6RUR .icon-wrapper {
  color: #ffffff;
}
.cid-v0bTMJwHI9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bTMJwHI9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTMJwHI9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTMJwHI9 .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-v0bTMJwHI9 .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-v0bTMJwHI9 .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v0bTMJwHI9 .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0bTMJwHI9 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #157575 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-v0bTMJwHI9 .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v0bTMJwHI9 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v0bTMJwHI9 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-v0bTMJwHI9 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v0bTMJwHI9 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v0bTMJwHI9 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-v0bTMJwHI9 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0bTMJwHI9 .mbr-section-title {
  color: #404349;
}
.cid-v0bTMJwHI9 .mbr-text {
  color: #ffffff;
}
.cid-v0bTMJwHI9 .mbr-desc {
  color: #b19a7c;
}
.cid-v0bTMJwHI9 .mbr-section-title,
.cid-v0bTMJwHI9 .mbr-section-btn {
  color: #f7f7f7;
}
.cid-v0bTMJTSpL {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v0bTMJTSpL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTMJTSpL .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-v0bTMJTSpL .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0bTMJTSpL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTMJTSpL .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-v0bTMJTSpL .card-title,
.cid-v0bTMJTSpL .iconfont-wrapper,
.cid-v0bTMJTSpL .card-text {
  color: #000000;
  text-align: center;
}
.cid-v0bTMJTSpL .content-head {
  max-width: 800px;
}
.cid-v0bTMJTSpL .mbr-section-title {
  color: #000000;
}
.cid-v0bTMJTSpL .mbr-section-btn {
  text-align: center;
}
.cid-v0bTMJTSpL .card-title,
.cid-v0bTMJTSpL .iconfont-wrapper {
  color: #2d6006;
}
.cid-v0dbJQwhE8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v0dbJQwhE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0dbJQwhE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0dbJQwhE8 .content-head {
  max-width: 800px;
}
.cid-v0dbJQwhE8 .mbr-figure iframe {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-v0dbJQwhE8 .mbr-figure iframe {
    height: 350px;
  }
}
.cid-v0dbJQwhE8 .mbr-figure .app-video-wrapper img {
  object-fit: cover;
  height: 750px;
}
@media (max-width: 992px) {
  .cid-v0dbJQwhE8 .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-v0dbJQwhE8 .mbr-section-title {
  color: #000000;
}
.cid-v0bTMKK4qo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0bTMKK4qo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTMKK4qo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTMKK4qo .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0bTMKK4qo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0bTMKK4qo .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0bTMKK4qo .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0bTMKK4qo .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0bTMKK4qo .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0bTMKK4qo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0bTMKK4qo .card-wrapper {
  background-color: #4a6a32;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #000000;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0bTMKK4qo .card-wrapper {
    padding: 24px;
  }
}
.cid-v0bTMKK4qo .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0bTMKK4qo .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0bTMKK4qo .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0bTMKK4qo .mbr-label,
.cid-v0bTMKK4qo .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0bTMKK4qo .mbr-section-title,
.cid-v0bTMKK4qo .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0bTMKK4qo .mbr-text,
.cid-v0bTMKK4qo .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0bTMKK4qo .item-text {
  color: #000000;
}
.cid-v0bTMKK4qo .item-text,
.cid-v0bTMKK4qo .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v0bTMLbgCq {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #4a6a32;
}
.cid-v0bTMLbgCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTMLbgCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTMLbgCq .items-wrapper {
  margin: 0 -10px;
}
.cid-v0bTMLbgCq .card {
  padding: 0 10px;
}
.cid-v0bTMLbgCq .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 10px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0bTMLbgCq .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-v0bTMLbgCq .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-v0bTMLbgCq .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-v0bTMLbgCq .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0bTMLbgCq .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-v0bTMLbgCq .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0bTMLbgCq .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0bTMLbgCq .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 650px;
}
@media (max-width: 992px) {
  .cid-v0bTMLbgCq .slider-wrap {
    min-height: 350px;
  }
}
.cid-v0bTMLbgCq .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #ffffff;
  padding: 16px 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v0bTMLbgCq .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-v0bTMLbgCq .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-v0bTMLbgCq .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-v0bTMLbgCq .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v0bTMLbgCq .embla__slide .slide-content {
  width: 100%;
}
.cid-v0bTMLbgCq .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v0bTMLbgCq .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v0bTMLbgCq .embla__button--next,
.cid-v0bTMLbgCq .embla__button--prev {
  display: flex;
}
.cid-v0bTMLbgCq .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #fff1e2 !important;
  color: #404349 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v0bTMLbgCq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v0bTMLbgCq .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-v0bTMLbgCq .embla__button.embla__button--prev {
  left: 10px;
}
.cid-v0bTMLbgCq .embla__button.embla__button--next {
  right: 10px;
}
.cid-v0bTMLbgCq .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-v0bTMLbgCq .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v0bTMLbgCq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0bTMLbgCq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0bTMLbgCq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0bTMLbgCq .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v0bTMLbgCq .mbr-section-title {
  color: #404349;
}
.cid-v0bTMLbgCq .mbr-text {
  color: #404349;
}
.cid-v0bTMLbgCq .mbr-desc {
  color: #404349;
}
.cid-v0bTMLWuwe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bTMLWuwe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTMLWuwe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTMLWuwe .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v0bTMLWuwe .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v0bTMLWuwe .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0bTMLWuwe .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v0bTMLWuwe .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0bTMLWuwe .mbr-section-title {
  color: #000000;
}
.cid-v0bTMLWuwe .mbr-desc {
  color: #000000;
}
.cid-v0bTMLWuwe .mbr-text {
  color: #000000;
}
.cid-v0bTMMons8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4a6a32;
}
.cid-v0bTMMons8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTMMons8 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-v0bTMMons8 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0bTMMons8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTMMons8 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-v0bTMMons8 .card-title,
.cid-v0bTMMons8 .iconfont-wrapper,
.cid-v0bTMMons8 .card-text {
  color: #000000;
  text-align: center;
}
.cid-v0bTMMons8 .content-head {
  max-width: 800px;
}
.cid-v0bTMMons8 .mbr-section-title {
  color: #000000;
}
.cid-v0bTMMons8 .mbr-section-btn {
  text-align: center;
}
.cid-v0bTMMons8 .card-title,
.cid-v0bTMMons8 .iconfont-wrapper {
  color: #ffffff;
}
.cid-v0bTMN2vN7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bTMN2vN7 .mbr-text {
  color: #000000;
}
.cid-v0bTMN2vN7 .mbr-section-subtitle {
  color: #000000;
}
.cid-v0bTMN2vN7 .mbr-section-title {
  color: #000000;
}
.cid-v0bTMNuglw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0bTMNuglw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTMNuglw .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-v0bTMNuglw .container {
    padding: 0 30px;
  }
}
.cid-v0bTMNuglw .row {
  justify-content: center;
}
.cid-v0bTMNuglw .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0bTMNuglw .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v0bTMNuglw .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #22654e;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-v0bTMNuglw .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-v0bTMNuglw .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v0bTMNuglw .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v0bTMNuglw .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v0bTMNuglw .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #c7fcb5;
  background-color: #22654e;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-v0bTMNuglw .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v0bTMNuglw .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-v0bTMNuglw .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v0bTMNuglw .mbr-section-title {
  color: #22654E;
}
.cid-v0bTMNuglw .panel-title-edit {
  color: #22654E;
}
.cid-v0bTMNuglw .panel-text {
  color: #144031;
}
.cid-v0bTMO8Ghl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bTMO8Ghl .mbr-text {
  color: #000000;
}
.cid-v0bTMO8Ghl .mbr-section-subtitle {
  color: #000000;
}
.cid-v0bTMO8Ghl .mbr-section-title {
  color: #000000;
}
.cid-v0bTMOB3uH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v0bTMOB3uH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTMOB3uH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTMOB3uH .items-wrap {
  justify-content: space-between;
}
.cid-v0bTMOB3uH .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-v0bTMOB3uH .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-v0bTMOB3uH .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-v0bTMOB3uH .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0bTMOB3uH .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0bTMOB3uH .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0bTMOB3uH .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-v0bTMOB3uH .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0bTMOB3uH .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-v0bTMOB3uH .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-v0bTMOB3uH .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-v0bTMOB3uH .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-v0bTMOB3uH .image-wrapper {
  position: relative;
  border: 3px solid #ffffff;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0bTMOB3uH .image-wrapper {
    height: 350px;
  }
}
.cid-v0bTMOB3uH .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v0bTMOB3uH .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0bTMOB3uH .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-v0bTMOB3uH .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-v0bTMOB3uH .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-v0bTMOB3uH .mbr-section-title {
  color: #191c25;
}
.cid-v0bTMOB3uH .mbr-text {
  color: #191c25;
}
.cid-v0bTMOB3uH .mbr-number_1 {
  color: #191c25;
}
.cid-v0bTMOB3uH .mbr-number_2,
.cid-v0bTMOB3uH .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-v0fsipRzUB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4a6a32;
  position: relative;
  overflow: hidden;
}
.cid-v0fsipRzUB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0fsipRzUB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0fsipRzUB .row {
  justify-content: center;
}
.cid-v0fsipRzUB .title-container {
  max-width: 720px;
  padding: 0;
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-v0fsipRzUB .title-container {
    margin-bottom: 64px;
  }
}
.cid-v0fsipRzUB .mbr-section-title {
  color: #ffffff;
  margin-bottom: 24px !important;
}
.cid-v0fsipRzUB .mbr-section-subtitle {
  color: #161616;
}
.cid-v0fsipRzUB .toggle-panel {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0fsipRzUB .card {
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  margin-bottom: -2px;
  border-radius: 0 !important;
}
.cid-v0fsipRzUB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v0fsipRzUB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-v0fsipRzUB .panel-title {
    align-items: flex-start;
  }
}
.cid-v0fsipRzUB .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 1.3rem !important;
  color: #ffffff;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-v0fsipRzUB .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-v0fsipRzUB .mbr-iconfont {
    margin-top: 10px;
    font-size: 1rem !important;
  }
}
.cid-v0fsipRzUB .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-v0fsipRzUB .card-header {
  border-bottom: none;
  padding: 24px 0;
}
.cid-v0fsipRzUB .panel-body {
  margin-bottom: 24px;
}
.cid-v0fsipRzUB .panel-title-edit {
  color: #ffffff;
}
.cid-v0fsipRzUB .panel-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v0fsipRzUB .circle-blur {
  position: absolute;
  bottom: -15%;
  right: 0;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffa048 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-v0bTMP7sQh .main_wrapper {
  position: relative;
  height: 800px;
  width: 100%;
}
.cid-v0bTMP7sQh .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991px) {
  .cid-v0bTMP7sQh .b_wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
    flex-direction: column;
  }
}
.cid-v0bTMP7sQh .row {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-v0bTMP7sQh .container-fluid {
    padding: 0;
  }
}
.cid-v0bTMP7sQh ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v0bTMP7sQh .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  pointer-events: fill;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0bTMP7sQh .item-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-v0bTMP7sQh .item-wrapper {
    width: 100%;
    position: relative;
    padding: 2rem;
    border-radius: 0px !important;
  }
}
@media (max-width: 767px) {
  .cid-v0bTMP7sQh .item-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v0bTMP7sQh .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-v0bTMP7sQh .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 0px !important;
}
.cid-v0bTMP7sQh .google-map [data-state-details] {
  color: #edefeb;
  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-v0bTMP7sQh .google-map[data-state] {
  background: #edefeb;
}
.cid-v0bTMP7sQh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 991px) {
  .cid-v0bTMP7sQh .google-map {
    position: static;
  }
}
.cid-v0bTMPCZKB {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #025050;
}
.cid-v0bTMPCZKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTMPCZKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTMPCZKB .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v0bTMPCZKB .footer-col {
    flex-direction: column;
  }
}
.cid-v0bTMPCZKB .row {
  background: #f7f7f7;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0bTMPCZKB .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0bTMPCZKB .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0bTMPCZKB .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0bTMPCZKB .mbr-section-btn {
    text-align: center;
  }
}
.cid-v0bTMPCZKB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0bTMPCZKB .item-wrap {
  transition: all 300ms ease;
}
.cid-v0bTMPCZKB .item-wrap:hover,
.cid-v0bTMPCZKB .item-wrap:focus {
  cursor: pointer;
}
.cid-v0bTMPCZKB .soc-item {
  margin: 8px;
}
.cid-v0bTMPCZKB .soc-item a:hover .mbr-iconfont,
.cid-v0bTMPCZKB .soc-item a:focus .mbr-iconfont {
  background-color: #bff747;
}
.cid-v0bTMPCZKB .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fdfde1;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0bTMPCZKB .row {
    text-align: center;
  }
  .cid-v0bTMPCZKB .social-row {
    justify-content: center;
  }
}
.cid-v0bTMPCZKB .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-v0bTMPCZKB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0bTMPCZKB .list {
    margin-bottom: 0rem;
  }
}
.cid-v0bTMPCZKB .mbr-section-subtitle {
  color: #000000;
}
.cid-v0bTMPCZKB .list,
.cid-v0bTMPCZKB .item-wrap {
  color: #000000;
}
.cid-v0bTMPCZKB .copyright {
  color: #000000;
}
.cid-v0bTNr2hNv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0bTNr2hNv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0bTNr2hNv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0bTNr2hNv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0bTNr2hNv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v0bTNr2hNv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0bTNr2hNv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0bTNr2hNv .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v0bTNr2hNv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v0bTNr2hNv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v0bTNr2hNv .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0bTNr2hNv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0bTNr2hNv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0bTNr2hNv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v0bTNr2hNv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0bTNr2hNv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0bTNr2hNv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0bTNr2hNv .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0bTNr2hNv .navbar-logo {
    padding-left: 0;
  }
}
.cid-v0bTNr2hNv .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0bTNr2hNv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0bTNr2hNv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v0bTNr2hNv .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v0bTNr2hNv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0bTNr2hNv .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v0bTNr2hNv .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0bTNr2hNv .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-v0bTNr2hNv .nav-item:focus,
.cid-v0bTNr2hNv .nav-link:focus {
  outline: none;
}
.cid-v0bTNr2hNv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0bTNr2hNv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0bTNr2hNv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0bTNr2hNv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0bTNr2hNv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0bTNr2hNv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0bTNr2hNv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0bTNr2hNv .navbar.opened {
  transition: all 0.3s;
}
.cid-v0bTNr2hNv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0bTNr2hNv .navbar .navbar-logo img {
  width: auto;
}
.cid-v0bTNr2hNv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0bTNr2hNv .navbar.collapsed {
  justify-content: center;
}
.cid-v0bTNr2hNv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0bTNr2hNv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0bTNr2hNv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-v0bTNr2hNv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0bTNr2hNv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0bTNr2hNv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0bTNr2hNv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0bTNr2hNv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0bTNr2hNv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0bTNr2hNv .navbar {
    min-height: 72px;
  }
  .cid-v0bTNr2hNv .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0bTNr2hNv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0bTNr2hNv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0bTNr2hNv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0bTNr2hNv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0bTNr2hNv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0bTNr2hNv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0bTNr2hNv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0bTNr2hNv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0bTNr2hNv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0bTNr2hNv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0bTNr2hNv .dropdown-item.active,
.cid-v0bTNr2hNv .dropdown-item:active {
  background-color: transparent;
}
.cid-v0bTNr2hNv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0bTNr2hNv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0bTNr2hNv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0bTNr2hNv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0bTNr2hNv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0bTNr2hNv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0bTNr2hNv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0bTNr2hNv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0bTNr2hNv .navbar-buttons {
    text-align: left;
  }
}
.cid-v0bTNr2hNv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0bTNr2hNv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-v0bTNr2hNv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0bTNr2hNv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0bTNr2hNv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0bTNr2hNv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0bTNr2hNv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0bTNr2hNv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0bTNr2hNv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0bTNr2hNv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0bTNr2hNv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0bTNr2hNv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0bTNr2hNv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0bTNr2hNv .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0bTNr2hNv .navbar {
    height: 70px;
  }
  .cid-v0bTNr2hNv .navbar.opened {
    height: auto;
  }
  .cid-v0bTNr2hNv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0bTNr2hNv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0bTNr2hNv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0bTNr2hNv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0bTNr2hNv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v0bTNr2hNv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0bTNr2hNv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0bTNr2hNv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0bTNr2hNv .navbar-brand {
    margin-right: auto;
  }
  .cid-v0bTNr2hNv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0bTNr2hNv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0bTNr2hNv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0bTNr2hNv .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0bTNr2hNv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0bTNr2hNv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0bTNr2hNv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v0bTNr2hNv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0bTNr2hNv .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0bTNr2hNv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0bTNr2hNv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0bTNrzFfE {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #2d6006;
}
.cid-v0bTNrzFfE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTNrzFfE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0bTNrzFfE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0bTNrzFfE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0bTNrzFfE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0bTNrzFfE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0bTNrzFfE .mbr-section-title {
  color: #ffffff;
}
.cid-v0bTNrzFfE .mbr-text,
.cid-v0bTNrzFfE .mbr-section-btn {
  color: #ffffff;
}
.cid-v0bTNrUln2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #e1e7f2 -70%, #ffffff 100%);
}
.cid-v0bTNrUln2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTNrUln2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTNrUln2 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0bTNrUln2 .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0bTNrUln2 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v0bTNrUln2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0bTNrUln2 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v0bTNrUln2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0bTNrUln2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0bTNrUln2 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v0bTNrUln2 .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v0bTNrUln2 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ebfff5;
  color: #ebfff5;
  font-size: 11px;
}
.cid-v0bTNrUln2 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0bTNrUln2 .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v0bTNrUln2 .list_2 {
    padding-left: 0;
  }
}
.cid-v0bTNrUln2 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v0bTNrUln2 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v0bTNrUln2 .mbr-text,
.cid-v0bTNrUln2 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v0bTNrUln2 .list {
  color: #666666;
}
.cid-v0bTNrUln2 .list,
.cid-v0bTNrUln2 .item-wrap,
.cid-v0bTNrUln2 .list-wrapper {
  color: #000000;
}
.cid-v0bTNsjMNG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4a6a32;
}
.cid-v0bTNsjMNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTNsjMNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v0bTNsjMNG .container {
    padding: 0 16px;
  }
}
.cid-v0bTNsjMNG .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-v0bTNsjMNG .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v0bTNsjMNG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0bTNsjMNG .mbr-section-title {
  color: #000000;
}
.cid-v0bTNsjMNG .mbr-text {
  color: #000000;
}
.cid-v0bTNsjMNG .mbr-text,
.cid-v0bTNsjMNG .icon-wrapper {
  color: #ffffff;
}
.cid-v0bTNsJJCr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bTNsJJCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTNsJJCr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTNsJJCr .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-v0bTNsJJCr .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-v0bTNsJJCr .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v0bTNsJJCr .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0bTNsJJCr .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #157575 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-v0bTNsJJCr .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v0bTNsJJCr .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v0bTNsJJCr .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-v0bTNsJJCr .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v0bTNsJJCr .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v0bTNsJJCr .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-v0bTNsJJCr .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0bTNsJJCr .mbr-section-title {
  color: #404349;
}
.cid-v0bTNsJJCr .mbr-text {
  color: #ffffff;
}
.cid-v0bTNsJJCr .mbr-desc {
  color: #b19a7c;
}
.cid-v0bTNsJJCr .mbr-section-title,
.cid-v0bTNsJJCr .mbr-section-btn {
  color: #f7f7f7;
}
.cid-v0bTNtbhKr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v0bTNtbhKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTNtbhKr .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-v0bTNtbhKr .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0bTNtbhKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTNtbhKr .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-v0bTNtbhKr .card-title,
.cid-v0bTNtbhKr .iconfont-wrapper,
.cid-v0bTNtbhKr .card-text {
  color: #000000;
  text-align: center;
}
.cid-v0bTNtbhKr .content-head {
  max-width: 800px;
}
.cid-v0bTNtbhKr .mbr-section-title {
  color: #000000;
}
.cid-v0bTNtbhKr .mbr-section-btn {
  text-align: center;
}
.cid-v0bTNtbhKr .card-title,
.cid-v0bTNtbhKr .iconfont-wrapper {
  color: #2d6006;
}
.cid-v0bTNtSjq9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0bTNtSjq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTNtSjq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTNtSjq9 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0bTNtSjq9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0bTNtSjq9 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0bTNtSjq9 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0bTNtSjq9 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0bTNtSjq9 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0bTNtSjq9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0bTNtSjq9 .card-wrapper {
  background-color: #4a6a32;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #000000;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0bTNtSjq9 .card-wrapper {
    padding: 24px;
  }
}
.cid-v0bTNtSjq9 .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0bTNtSjq9 .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0bTNtSjq9 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0bTNtSjq9 .mbr-label,
.cid-v0bTNtSjq9 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0bTNtSjq9 .mbr-section-title,
.cid-v0bTNtSjq9 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0bTNtSjq9 .mbr-text,
.cid-v0bTNtSjq9 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0bTNtSjq9 .item-text {
  color: #000000;
}
.cid-v0bTNtSjq9 .item-text,
.cid-v0bTNtSjq9 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v0bTNum7vM {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #4a6a32;
}
.cid-v0bTNum7vM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTNum7vM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTNum7vM .items-wrapper {
  margin: 0 -10px;
}
.cid-v0bTNum7vM .card {
  padding: 0 10px;
}
.cid-v0bTNum7vM .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 10px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0bTNum7vM .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-v0bTNum7vM .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-v0bTNum7vM .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-v0bTNum7vM .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0bTNum7vM .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-v0bTNum7vM .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0bTNum7vM .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0bTNum7vM .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 650px;
}
@media (max-width: 992px) {
  .cid-v0bTNum7vM .slider-wrap {
    min-height: 350px;
  }
}
.cid-v0bTNum7vM .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #ffffff;
  padding: 16px 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v0bTNum7vM .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-v0bTNum7vM .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-v0bTNum7vM .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-v0bTNum7vM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v0bTNum7vM .embla__slide .slide-content {
  width: 100%;
}
.cid-v0bTNum7vM .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v0bTNum7vM .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v0bTNum7vM .embla__button--next,
.cid-v0bTNum7vM .embla__button--prev {
  display: flex;
}
.cid-v0bTNum7vM .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #fff1e2 !important;
  color: #404349 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v0bTNum7vM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v0bTNum7vM .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-v0bTNum7vM .embla__button.embla__button--prev {
  left: 10px;
}
.cid-v0bTNum7vM .embla__button.embla__button--next {
  right: 10px;
}
.cid-v0bTNum7vM .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-v0bTNum7vM .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v0bTNum7vM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0bTNum7vM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0bTNum7vM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0bTNum7vM .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v0bTNum7vM .mbr-section-title {
  color: #404349;
}
.cid-v0bTNum7vM .mbr-text {
  color: #404349;
}
.cid-v0bTNum7vM .mbr-desc {
  color: #404349;
}
.cid-v0bTNv48Ui {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bTNv48Ui .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTNv48Ui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTNv48Ui .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v0bTNv48Ui .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v0bTNv48Ui .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0bTNv48Ui .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v0bTNv48Ui .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0bTNv48Ui .mbr-section-title {
  color: #000000;
}
.cid-v0bTNv48Ui .mbr-desc {
  color: #000000;
}
.cid-v0bTNv48Ui .mbr-text {
  color: #000000;
}
.cid-v0bTNvwllE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4a6a32;
}
.cid-v0bTNvwllE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTNvwllE .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-v0bTNvwllE .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0bTNvwllE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTNvwllE .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-v0bTNvwllE .card-title,
.cid-v0bTNvwllE .iconfont-wrapper,
.cid-v0bTNvwllE .card-text {
  color: #000000;
  text-align: center;
}
.cid-v0bTNvwllE .content-head {
  max-width: 800px;
}
.cid-v0bTNvwllE .mbr-section-title {
  color: #000000;
}
.cid-v0bTNvwllE .mbr-section-btn {
  text-align: center;
}
.cid-v0bTNvwllE .card-title,
.cid-v0bTNvwllE .iconfont-wrapper {
  color: #ffffff;
}
.cid-v0bTNw9VBq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bTNw9VBq .mbr-text {
  color: #000000;
}
.cid-v0bTNw9VBq .mbr-section-subtitle {
  color: #000000;
}
.cid-v0bTNw9VBq .mbr-section-title {
  color: #000000;
}
.cid-v0bTNwyj82 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bTNwyj82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTNwyj82 .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-v0bTNwyj82 .container {
    padding: 0 30px;
  }
}
.cid-v0bTNwyj82 .row {
  justify-content: center;
}
.cid-v0bTNwyj82 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0bTNwyj82 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v0bTNwyj82 .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #22654e;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-v0bTNwyj82 .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-v0bTNwyj82 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v0bTNwyj82 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v0bTNwyj82 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v0bTNwyj82 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #c7fcb5;
  background-color: #22654e;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-v0bTNwyj82 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v0bTNwyj82 .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-v0bTNwyj82 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v0bTNwyj82 .mbr-section-title {
  color: #22654E;
}
.cid-v0bTNwyj82 .panel-title-edit {
  color: #22654E;
}
.cid-v0bTNwyj82 .panel-text {
  color: #144031;
}
.cid-v0bTNx9Vyi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bTNx9Vyi .mbr-text {
  color: #000000;
}
.cid-v0bTNx9Vyi .mbr-section-subtitle {
  color: #000000;
}
.cid-v0bTNx9Vyi .mbr-section-title {
  color: #000000;
}
.cid-v0bTNxD4z4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v0bTNxD4z4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTNxD4z4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTNxD4z4 .items-wrap {
  justify-content: space-between;
}
.cid-v0bTNxD4z4 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-v0bTNxD4z4 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-v0bTNxD4z4 .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-v0bTNxD4z4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0bTNxD4z4 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0bTNxD4z4 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0bTNxD4z4 .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-v0bTNxD4z4 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0bTNxD4z4 .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-v0bTNxD4z4 .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-v0bTNxD4z4 .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-v0bTNxD4z4 .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-v0bTNxD4z4 .image-wrapper {
  position: relative;
  border: 3px solid #ffffff;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0bTNxD4z4 .image-wrapper {
    height: 350px;
  }
}
.cid-v0bTNxD4z4 .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v0bTNxD4z4 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0bTNxD4z4 .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-v0bTNxD4z4 .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-v0bTNxD4z4 .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-v0bTNxD4z4 .mbr-section-title {
  color: #191c25;
}
.cid-v0bTNxD4z4 .mbr-text {
  color: #191c25;
}
.cid-v0bTNxD4z4 .mbr-number_1 {
  color: #191c25;
}
.cid-v0bTNxD4z4 .mbr-number_2,
.cid-v0bTNxD4z4 .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-v0fz3VmGsP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4a6a32;
  position: relative;
  overflow: hidden;
}
.cid-v0fz3VmGsP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0fz3VmGsP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0fz3VmGsP .row {
  justify-content: center;
}
.cid-v0fz3VmGsP .title-container {
  max-width: 720px;
  padding: 0;
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-v0fz3VmGsP .title-container {
    margin-bottom: 64px;
  }
}
.cid-v0fz3VmGsP .mbr-section-title {
  color: #ffffff;
  margin-bottom: 24px !important;
}
.cid-v0fz3VmGsP .mbr-section-subtitle {
  color: #161616;
}
.cid-v0fz3VmGsP .toggle-panel {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0fz3VmGsP .card {
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  margin-bottom: -2px;
  border-radius: 0 !important;
}
.cid-v0fz3VmGsP .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v0fz3VmGsP .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-v0fz3VmGsP .panel-title {
    align-items: flex-start;
  }
}
.cid-v0fz3VmGsP .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 1.3rem !important;
  color: #ffffff;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-v0fz3VmGsP .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-v0fz3VmGsP .mbr-iconfont {
    margin-top: 10px;
    font-size: 1rem !important;
  }
}
.cid-v0fz3VmGsP .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-v0fz3VmGsP .card-header {
  border-bottom: none;
  padding: 24px 0;
}
.cid-v0fz3VmGsP .panel-body {
  margin-bottom: 24px;
}
.cid-v0fz3VmGsP .panel-title-edit {
  color: #ffffff;
}
.cid-v0fz3VmGsP .panel-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v0fz3VmGsP .circle-blur {
  position: absolute;
  bottom: -15%;
  right: 0;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffa048 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-v0bTNy5J5Y .main_wrapper {
  position: relative;
  height: 800px;
  width: 100%;
}
.cid-v0bTNy5J5Y .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991px) {
  .cid-v0bTNy5J5Y .b_wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
    flex-direction: column;
  }
}
.cid-v0bTNy5J5Y .row {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-v0bTNy5J5Y .container-fluid {
    padding: 0;
  }
}
.cid-v0bTNy5J5Y ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v0bTNy5J5Y .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  pointer-events: fill;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0bTNy5J5Y .item-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-v0bTNy5J5Y .item-wrapper {
    width: 100%;
    position: relative;
    padding: 2rem;
    border-radius: 0px !important;
  }
}
@media (max-width: 767px) {
  .cid-v0bTNy5J5Y .item-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v0bTNy5J5Y .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-v0bTNy5J5Y .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 0px !important;
}
.cid-v0bTNy5J5Y .google-map [data-state-details] {
  color: #edefeb;
  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-v0bTNy5J5Y .google-map[data-state] {
  background: #edefeb;
}
.cid-v0bTNy5J5Y .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 991px) {
  .cid-v0bTNy5J5Y .google-map {
    position: static;
  }
}
.cid-v0bTNyDr7b {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #025050;
}
.cid-v0bTNyDr7b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTNyDr7b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTNyDr7b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v0bTNyDr7b .footer-col {
    flex-direction: column;
  }
}
.cid-v0bTNyDr7b .row {
  background: #f7f7f7;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0bTNyDr7b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0bTNyDr7b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0bTNyDr7b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0bTNyDr7b .mbr-section-btn {
    text-align: center;
  }
}
.cid-v0bTNyDr7b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0bTNyDr7b .item-wrap {
  transition: all 300ms ease;
}
.cid-v0bTNyDr7b .item-wrap:hover,
.cid-v0bTNyDr7b .item-wrap:focus {
  cursor: pointer;
}
.cid-v0bTNyDr7b .soc-item {
  margin: 8px;
}
.cid-v0bTNyDr7b .soc-item a:hover .mbr-iconfont,
.cid-v0bTNyDr7b .soc-item a:focus .mbr-iconfont {
  background-color: #bff747;
}
.cid-v0bTNyDr7b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fdfde1;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0bTNyDr7b .row {
    text-align: center;
  }
  .cid-v0bTNyDr7b .social-row {
    justify-content: center;
  }
}
.cid-v0bTNyDr7b .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-v0bTNyDr7b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0bTNyDr7b .list {
    margin-bottom: 0rem;
  }
}
.cid-v0bTNyDr7b .mbr-section-subtitle {
  color: #000000;
}
.cid-v0bTNyDr7b .list,
.cid-v0bTNyDr7b .item-wrap {
  color: #000000;
}
.cid-v0bTNyDr7b .copyright {
  color: #000000;
}
.cid-v0bTOi3OgS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0bTOi3OgS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0bTOi3OgS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0bTOi3OgS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0bTOi3OgS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v0bTOi3OgS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0bTOi3OgS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0bTOi3OgS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v0bTOi3OgS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v0bTOi3OgS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v0bTOi3OgS .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0bTOi3OgS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0bTOi3OgS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0bTOi3OgS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v0bTOi3OgS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0bTOi3OgS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0bTOi3OgS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0bTOi3OgS .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0bTOi3OgS .navbar-logo {
    padding-left: 0;
  }
}
.cid-v0bTOi3OgS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0bTOi3OgS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0bTOi3OgS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v0bTOi3OgS .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v0bTOi3OgS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0bTOi3OgS .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v0bTOi3OgS .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0bTOi3OgS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-v0bTOi3OgS .nav-item:focus,
.cid-v0bTOi3OgS .nav-link:focus {
  outline: none;
}
.cid-v0bTOi3OgS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0bTOi3OgS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0bTOi3OgS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0bTOi3OgS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0bTOi3OgS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0bTOi3OgS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0bTOi3OgS .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0bTOi3OgS .navbar.opened {
  transition: all 0.3s;
}
.cid-v0bTOi3OgS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0bTOi3OgS .navbar .navbar-logo img {
  width: auto;
}
.cid-v0bTOi3OgS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0bTOi3OgS .navbar.collapsed {
  justify-content: center;
}
.cid-v0bTOi3OgS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0bTOi3OgS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0bTOi3OgS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-v0bTOi3OgS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0bTOi3OgS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0bTOi3OgS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0bTOi3OgS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0bTOi3OgS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0bTOi3OgS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0bTOi3OgS .navbar {
    min-height: 72px;
  }
  .cid-v0bTOi3OgS .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0bTOi3OgS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0bTOi3OgS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0bTOi3OgS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0bTOi3OgS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0bTOi3OgS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0bTOi3OgS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0bTOi3OgS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0bTOi3OgS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0bTOi3OgS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0bTOi3OgS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0bTOi3OgS .dropdown-item.active,
.cid-v0bTOi3OgS .dropdown-item:active {
  background-color: transparent;
}
.cid-v0bTOi3OgS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0bTOi3OgS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0bTOi3OgS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0bTOi3OgS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0bTOi3OgS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0bTOi3OgS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0bTOi3OgS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0bTOi3OgS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0bTOi3OgS .navbar-buttons {
    text-align: left;
  }
}
.cid-v0bTOi3OgS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0bTOi3OgS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-v0bTOi3OgS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0bTOi3OgS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0bTOi3OgS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0bTOi3OgS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0bTOi3OgS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0bTOi3OgS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0bTOi3OgS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0bTOi3OgS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0bTOi3OgS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0bTOi3OgS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0bTOi3OgS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0bTOi3OgS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0bTOi3OgS .navbar {
    height: 70px;
  }
  .cid-v0bTOi3OgS .navbar.opened {
    height: auto;
  }
  .cid-v0bTOi3OgS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0bTOi3OgS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0bTOi3OgS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0bTOi3OgS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0bTOi3OgS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v0bTOi3OgS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0bTOi3OgS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0bTOi3OgS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0bTOi3OgS .navbar-brand {
    margin-right: auto;
  }
  .cid-v0bTOi3OgS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0bTOi3OgS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0bTOi3OgS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0bTOi3OgS .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0bTOi3OgS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0bTOi3OgS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0bTOi3OgS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v0bTOi3OgS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0bTOi3OgS .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0bTOi3OgS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0bTOi3OgS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0bTOjn6Rw {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #2d6006;
}
.cid-v0bTOjn6Rw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTOjn6Rw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0bTOjn6Rw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0bTOjn6Rw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0bTOjn6Rw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0bTOjn6Rw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0bTOjn6Rw .mbr-section-title {
  color: #ffffff;
}
.cid-v0bTOjn6Rw .mbr-text,
.cid-v0bTOjn6Rw .mbr-section-btn {
  color: #ffffff;
}
.cid-v0bTOjPcUm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #e1e7f2 -70%, #ffffff 100%);
}
.cid-v0bTOjPcUm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTOjPcUm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTOjPcUm .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0bTOjPcUm .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0bTOjPcUm .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v0bTOjPcUm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0bTOjPcUm .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v0bTOjPcUm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0bTOjPcUm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0bTOjPcUm .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v0bTOjPcUm .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v0bTOjPcUm .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ebfff5;
  color: #ebfff5;
  font-size: 11px;
}
.cid-v0bTOjPcUm .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0bTOjPcUm .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v0bTOjPcUm .list_2 {
    padding-left: 0;
  }
}
.cid-v0bTOjPcUm .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v0bTOjPcUm .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v0bTOjPcUm .mbr-text,
.cid-v0bTOjPcUm .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v0bTOjPcUm .list {
  color: #666666;
}
.cid-v0bTOjPcUm .list,
.cid-v0bTOjPcUm .item-wrap,
.cid-v0bTOjPcUm .list-wrapper {
  color: #000000;
}
.cid-v0bTOkflMi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4a6a32;
}
.cid-v0bTOkflMi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTOkflMi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v0bTOkflMi .container {
    padding: 0 16px;
  }
}
.cid-v0bTOkflMi .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-v0bTOkflMi .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v0bTOkflMi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0bTOkflMi .mbr-section-title {
  color: #000000;
}
.cid-v0bTOkflMi .mbr-text {
  color: #000000;
}
.cid-v0bTOkflMi .mbr-text,
.cid-v0bTOkflMi .icon-wrapper {
  color: #ffffff;
}
.cid-v0bTOkGPqW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bTOkGPqW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTOkGPqW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTOkGPqW .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-v0bTOkGPqW .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-v0bTOkGPqW .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v0bTOkGPqW .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0bTOkGPqW .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #157575 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-v0bTOkGPqW .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v0bTOkGPqW .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v0bTOkGPqW .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-v0bTOkGPqW .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v0bTOkGPqW .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v0bTOkGPqW .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-v0bTOkGPqW .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0bTOkGPqW .mbr-section-title {
  color: #404349;
}
.cid-v0bTOkGPqW .mbr-text {
  color: #ffffff;
}
.cid-v0bTOkGPqW .mbr-desc {
  color: #b19a7c;
}
.cid-v0bTOkGPqW .mbr-section-title,
.cid-v0bTOkGPqW .mbr-section-btn {
  color: #f7f7f7;
}
.cid-v0bTOl4PZy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v0bTOl4PZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTOl4PZy .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-v0bTOl4PZy .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0bTOl4PZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTOl4PZy .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-v0bTOl4PZy .card-title,
.cid-v0bTOl4PZy .iconfont-wrapper,
.cid-v0bTOl4PZy .card-text {
  color: #000000;
  text-align: center;
}
.cid-v0bTOl4PZy .content-head {
  max-width: 800px;
}
.cid-v0bTOl4PZy .mbr-section-title {
  color: #000000;
}
.cid-v0bTOl4PZy .mbr-section-btn {
  text-align: center;
}
.cid-v0bTOl4PZy .card-title,
.cid-v0bTOl4PZy .iconfont-wrapper {
  color: #2d6006;
}
.cid-v0bTOmkIZZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0bTOmkIZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTOmkIZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTOmkIZZ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0bTOmkIZZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0bTOmkIZZ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0bTOmkIZZ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0bTOmkIZZ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0bTOmkIZZ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0bTOmkIZZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0bTOmkIZZ .card-wrapper {
  background-color: #4a6a32;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #000000;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0bTOmkIZZ .card-wrapper {
    padding: 24px;
  }
}
.cid-v0bTOmkIZZ .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0bTOmkIZZ .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0bTOmkIZZ .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0bTOmkIZZ .mbr-label,
.cid-v0bTOmkIZZ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0bTOmkIZZ .mbr-section-title,
.cid-v0bTOmkIZZ .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0bTOmkIZZ .mbr-text,
.cid-v0bTOmkIZZ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0bTOmkIZZ .item-text {
  color: #000000;
}
.cid-v0bTOmkIZZ .item-text,
.cid-v0bTOmkIZZ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v0bTOmLShg {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #4a6a32;
}
.cid-v0bTOmLShg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTOmLShg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTOmLShg .items-wrapper {
  margin: 0 -10px;
}
.cid-v0bTOmLShg .card {
  padding: 0 10px;
}
.cid-v0bTOmLShg .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 10px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0bTOmLShg .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-v0bTOmLShg .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-v0bTOmLShg .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-v0bTOmLShg .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0bTOmLShg .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-v0bTOmLShg .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0bTOmLShg .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0bTOmLShg .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 650px;
}
@media (max-width: 992px) {
  .cid-v0bTOmLShg .slider-wrap {
    min-height: 350px;
  }
}
.cid-v0bTOmLShg .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #ffffff;
  padding: 16px 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v0bTOmLShg .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-v0bTOmLShg .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-v0bTOmLShg .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-v0bTOmLShg .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v0bTOmLShg .embla__slide .slide-content {
  width: 100%;
}
.cid-v0bTOmLShg .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v0bTOmLShg .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v0bTOmLShg .embla__button--next,
.cid-v0bTOmLShg .embla__button--prev {
  display: flex;
}
.cid-v0bTOmLShg .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #fff1e2 !important;
  color: #404349 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v0bTOmLShg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v0bTOmLShg .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-v0bTOmLShg .embla__button.embla__button--prev {
  left: 10px;
}
.cid-v0bTOmLShg .embla__button.embla__button--next {
  right: 10px;
}
.cid-v0bTOmLShg .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-v0bTOmLShg .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v0bTOmLShg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0bTOmLShg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0bTOmLShg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0bTOmLShg .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v0bTOmLShg .mbr-section-title {
  color: #404349;
}
.cid-v0bTOmLShg .mbr-text {
  color: #404349;
}
.cid-v0bTOmLShg .mbr-desc {
  color: #404349;
}
.cid-v0bTOnsu2T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bTOnsu2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTOnsu2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTOnsu2T .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v0bTOnsu2T .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v0bTOnsu2T .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0bTOnsu2T .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v0bTOnsu2T .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0bTOnsu2T .mbr-section-title {
  color: #000000;
}
.cid-v0bTOnsu2T .mbr-desc {
  color: #000000;
}
.cid-v0bTOnsu2T .mbr-text {
  color: #000000;
}
.cid-v0bTOnSllj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4a6a32;
}
.cid-v0bTOnSllj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTOnSllj .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-v0bTOnSllj .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0bTOnSllj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTOnSllj .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-v0bTOnSllj .card-title,
.cid-v0bTOnSllj .iconfont-wrapper,
.cid-v0bTOnSllj .card-text {
  color: #000000;
  text-align: center;
}
.cid-v0bTOnSllj .content-head {
  max-width: 800px;
}
.cid-v0bTOnSllj .mbr-section-title {
  color: #000000;
}
.cid-v0bTOnSllj .mbr-section-btn {
  text-align: center;
}
.cid-v0bTOnSllj .card-title,
.cid-v0bTOnSllj .iconfont-wrapper {
  color: #ffffff;
}
.cid-v0bTOowE1K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bTOowE1K .mbr-text {
  color: #000000;
}
.cid-v0bTOowE1K .mbr-section-subtitle {
  color: #000000;
}
.cid-v0bTOowE1K .mbr-section-title {
  color: #000000;
}
.cid-v0bTOoV98o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bTOoV98o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTOoV98o .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-v0bTOoV98o .container {
    padding: 0 30px;
  }
}
.cid-v0bTOoV98o .row {
  justify-content: center;
}
.cid-v0bTOoV98o .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0bTOoV98o .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v0bTOoV98o .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #22654e;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-v0bTOoV98o .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-v0bTOoV98o .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v0bTOoV98o .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v0bTOoV98o .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v0bTOoV98o .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #c7fcb5;
  background-color: #22654e;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-v0bTOoV98o .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v0bTOoV98o .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-v0bTOoV98o .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v0bTOoV98o .mbr-section-title {
  color: #22654E;
}
.cid-v0bTOoV98o .panel-title-edit {
  color: #22654E;
}
.cid-v0bTOoV98o .panel-text {
  color: #144031;
}
.cid-v0bTOpz2P1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bTOpz2P1 .mbr-text {
  color: #000000;
}
.cid-v0bTOpz2P1 .mbr-section-subtitle {
  color: #000000;
}
.cid-v0bTOpz2P1 .mbr-section-title {
  color: #000000;
}
.cid-v0bTOpZu8a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v0bTOpZu8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTOpZu8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTOpZu8a .items-wrap {
  justify-content: space-between;
}
.cid-v0bTOpZu8a .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-v0bTOpZu8a .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-v0bTOpZu8a .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-v0bTOpZu8a .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0bTOpZu8a .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0bTOpZu8a .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0bTOpZu8a .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-v0bTOpZu8a .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0bTOpZu8a .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-v0bTOpZu8a .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-v0bTOpZu8a .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-v0bTOpZu8a .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-v0bTOpZu8a .image-wrapper {
  position: relative;
  border: 3px solid #ffffff;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0bTOpZu8a .image-wrapper {
    height: 350px;
  }
}
.cid-v0bTOpZu8a .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v0bTOpZu8a .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0bTOpZu8a .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-v0bTOpZu8a .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-v0bTOpZu8a .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-v0bTOpZu8a .mbr-section-title {
  color: #191c25;
}
.cid-v0bTOpZu8a .mbr-text {
  color: #191c25;
}
.cid-v0bTOpZu8a .mbr-number_1 {
  color: #191c25;
}
.cid-v0bTOpZu8a .mbr-number_2,
.cid-v0bTOpZu8a .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-v0fFWQH1Mu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4a6a32;
  position: relative;
  overflow: hidden;
}
.cid-v0fFWQH1Mu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0fFWQH1Mu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0fFWQH1Mu .row {
  justify-content: center;
}
.cid-v0fFWQH1Mu .title-container {
  max-width: 720px;
  padding: 0;
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-v0fFWQH1Mu .title-container {
    margin-bottom: 64px;
  }
}
.cid-v0fFWQH1Mu .mbr-section-title {
  color: #ffffff;
  margin-bottom: 24px !important;
}
.cid-v0fFWQH1Mu .mbr-section-subtitle {
  color: #161616;
}
.cid-v0fFWQH1Mu .toggle-panel {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0fFWQH1Mu .card {
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  margin-bottom: -2px;
  border-radius: 0 !important;
}
.cid-v0fFWQH1Mu .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v0fFWQH1Mu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-v0fFWQH1Mu .panel-title {
    align-items: flex-start;
  }
}
.cid-v0fFWQH1Mu .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 1.3rem !important;
  color: #ffffff;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-v0fFWQH1Mu .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-v0fFWQH1Mu .mbr-iconfont {
    margin-top: 10px;
    font-size: 1rem !important;
  }
}
.cid-v0fFWQH1Mu .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-v0fFWQH1Mu .card-header {
  border-bottom: none;
  padding: 24px 0;
}
.cid-v0fFWQH1Mu .panel-body {
  margin-bottom: 24px;
}
.cid-v0fFWQH1Mu .panel-title-edit {
  color: #ffffff;
}
.cid-v0fFWQH1Mu .panel-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v0fFWQH1Mu .circle-blur {
  position: absolute;
  bottom: -15%;
  right: 0;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffa048 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-v0bTOqwiDL .main_wrapper {
  position: relative;
  height: 800px;
  width: 100%;
}
.cid-v0bTOqwiDL .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991px) {
  .cid-v0bTOqwiDL .b_wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
    flex-direction: column;
  }
}
.cid-v0bTOqwiDL .row {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-v0bTOqwiDL .container-fluid {
    padding: 0;
  }
}
.cid-v0bTOqwiDL ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v0bTOqwiDL .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  pointer-events: fill;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0bTOqwiDL .item-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-v0bTOqwiDL .item-wrapper {
    width: 100%;
    position: relative;
    padding: 2rem;
    border-radius: 0px !important;
  }
}
@media (max-width: 767px) {
  .cid-v0bTOqwiDL .item-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v0bTOqwiDL .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-v0bTOqwiDL .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 0px !important;
}
.cid-v0bTOqwiDL .google-map [data-state-details] {
  color: #edefeb;
  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-v0bTOqwiDL .google-map[data-state] {
  background: #edefeb;
}
.cid-v0bTOqwiDL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 991px) {
  .cid-v0bTOqwiDL .google-map {
    position: static;
  }
}
.cid-v0bTOr3UXB {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #025050;
}
.cid-v0bTOr3UXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bTOr3UXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bTOr3UXB .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v0bTOr3UXB .footer-col {
    flex-direction: column;
  }
}
.cid-v0bTOr3UXB .row {
  background: #f7f7f7;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0bTOr3UXB .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0bTOr3UXB .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0bTOr3UXB .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0bTOr3UXB .mbr-section-btn {
    text-align: center;
  }
}
.cid-v0bTOr3UXB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0bTOr3UXB .item-wrap {
  transition: all 300ms ease;
}
.cid-v0bTOr3UXB .item-wrap:hover,
.cid-v0bTOr3UXB .item-wrap:focus {
  cursor: pointer;
}
.cid-v0bTOr3UXB .soc-item {
  margin: 8px;
}
.cid-v0bTOr3UXB .soc-item a:hover .mbr-iconfont,
.cid-v0bTOr3UXB .soc-item a:focus .mbr-iconfont {
  background-color: #bff747;
}
.cid-v0bTOr3UXB .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fdfde1;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0bTOr3UXB .row {
    text-align: center;
  }
  .cid-v0bTOr3UXB .social-row {
    justify-content: center;
  }
}
.cid-v0bTOr3UXB .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-v0bTOr3UXB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0bTOr3UXB .list {
    margin-bottom: 0rem;
  }
}
.cid-v0bTOr3UXB .mbr-section-subtitle {
  color: #000000;
}
.cid-v0bTOr3UXB .list,
.cid-v0bTOr3UXB .item-wrap {
  color: #000000;
}
.cid-v0bTOr3UXB .copyright {
  color: #000000;
}
