.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Cal Sans;
}
.display-1 {
  font-family: 'Cal Sans', sans-serif;
  font-size: 6.7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.375rem;
}
.display-2 {
  font-family: 'Cal Sans', sans-serif;
  font-size: 3.9rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.875rem;
}
.display-4 {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Cal Sans', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 5.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.69rem;
    font-size: calc( 2.995rem + (6.7 - 2.995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.995rem + (6.7 - 2.995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.69rem;
    font-size: calc( 2.995rem + (6.7 - 2.995) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.995rem + (6.7 - 2.995) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1e4d2b !important;
}
.bg-success {
  background-color: #2a5b38 !important;
}
.bg-info {
  background-color: #d1e0be !important;
}
.bg-warning {
  background-color: #dcde2d !important;
}
.bg-danger {
  background-color: #910000 !important;
}
.btn-primary .mbr-iconfont {
  color: #010402;
  background-color: #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e4d2b !important;
  border-color: #1e4d2b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2c723f !important;
  border-color: #2c723f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2c723f !important;
  border-color: #2c723f !important;
}
.btn-secondary .mbr-iconfont {
  color: #904216;
  background-color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #df6d2d !important;
  border-color: #df6d2d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e68c59 !important;
  border-color: #e68c59 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e68c59 !important;
  border-color: #e68c59 !important;
}
.btn-info .mbr-iconfont {
  color: #a0bf79;
  background-color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #d1e0be !important;
  border-color: #d1e0be !important;
  color: #536c33 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e9f0e1 !important;
  border-color: #e9f0e1 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #536c33 !important;
  background-color: #e9f0e1 !important;
  border-color: #e9f0e1 !important;
}
.btn-success .mbr-iconfont {
  color: #0a150d;
  background-color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #2a5b38 !important;
  border-color: #2a5b38 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3a7e4d !important;
  border-color: #3a7e4d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3a7e4d !important;
  border-color: #3a7e4d !important;
}
.btn-warning .mbr-iconfont {
  color: #8d8f16;
  background-color: #f2f3b1;
}
.btn-warning,
.btn-warning:active {
  background-color: #dcde2d !important;
  border-color: #dcde2d !important;
  color: #0a0a02 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #e3e559 !important;
  border-color: #e3e559 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0a0a02 !important;
  background-color: #e3e559 !important;
  border-color: #e3e559 !important;
}
.btn-danger .mbr-iconfont {
  color: #2b0000;
  background-color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #910000 !important;
  border-color: #910000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #c40000 !important;
  border-color: #c40000 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c40000 !important;
  border-color: #c40000 !important;
}
.btn-white .mbr-iconfont {
  color: #bfc3b3;
  background-color: #ffffff;
}
.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 .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.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 .mbr-iconfont {
  border: 2px solid #1e4d2b;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1e4d2b;
  color: #1e4d2b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #060f08 !important;
  background-color: transparent !important;
  border-color: #060f08 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  border: 2px solid #060f08;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e4d2b !important;
  border-color: #1e4d2b !important;
}
.btn-secondary-outline .mbr-iconfont {
  border: 2px solid #df6d2d;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #df6d2d;
  color: #df6d2d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9d4818 !important;
  background-color: transparent !important;
  border-color: #9d4818 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  border: 2px solid #9d4818;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #df6d2d !important;
  border-color: #df6d2d !important;
}
.btn-info-outline .mbr-iconfont {
  border: 2px solid #d1e0be;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d1e0be;
  color: #d1e0be;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a7c483 !important;
  background-color: transparent !important;
  border-color: #a7c483 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  border: 2px solid #a7c483;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #536c33 !important;
  background-color: #d1e0be !important;
  border-color: #d1e0be !important;
}
.btn-success-outline .mbr-iconfont {
  border: 2px solid #2a5b38;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2a5b38;
  color: #2a5b38;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0f2013 !important;
  background-color: transparent !important;
  border-color: #0f2013 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  border: 2px solid #0f2013;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2a5b38 !important;
  border-color: #2a5b38 !important;
}
.btn-warning-outline .mbr-iconfont {
  border: 2px solid #dcde2d;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dcde2d;
  color: #dcde2d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9a9c18 !important;
  background-color: transparent !important;
  border-color: #9a9c18 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  border: 2px solid #9a9c18;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0a0a02 !important;
  background-color: #dcde2d !important;
  border-color: #dcde2d !important;
}
.btn-danger-outline .mbr-iconfont {
  border: 2px solid #910000;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #910000;
  color: #910000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3a0000 !important;
  background-color: transparent !important;
  border-color: #3a0000 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  border: 2px solid #3a0000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #910000 !important;
  border-color: #910000 !important;
}
.btn-black-outline .mbr-iconfont {
  border: 2px solid #232323;
}
.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:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  border: 2px solid #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  border: 2px solid #fafafa;
}
.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:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  border: 2px solid #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1e4d2b !important;
}
.text-secondary {
  color: #df6d2d !important;
}
.text-success {
  color: #2a5b38 !important;
}
.text-info {
  color: #d1e0be !important;
}
.text-warning {
  color: #dcde2d !important;
}
.text-danger {
  color: #910000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #010402 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #904216 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0a150d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a0bf79 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8d8f16 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2b0000 !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: #1e4d2b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d1e0be;
}
.alert-warning {
  background-color: #dcde2d;
}
.alert-danger {
  background-color: #910000;
}
.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: #1e4d2b;
  border-color: #1e4d2b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1e4d2b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #82ce97;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #54b06f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f9fadd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff1212;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #1e4d2b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #1e4d2b;
}
/* 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: #1e4d2b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1e4d2b;
}
.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: #1e4d2b;
  border-bottom-color: #1e4d2b;
}
.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: #1e4d2b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #df6d2d !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='%231e4d2b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 4px 30px;
  min-height: 73px;
  font-weight: 400;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: 14px;
  margin-right: -17px;
  transition: all .3s ease;
  font-size: 18px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.large-radius {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .large-radius {
    border-radius: 20px !important;
  }
}
.icon-radius .mbr-iconfont {
  border-radius: 10px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uNkqS2GcNj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uNkqS2GcNj .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-uNkqS2GcNj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uNkqS2GcNj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uNkqS2GcNj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uNkqS2GcNj .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uNkqS2GcNj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNkqS2GcNj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNkqS2GcNj .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uNkqS2GcNj .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uNkqS2GcNj .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uNkqS2GcNj .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uNkqS2GcNj .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uNkqS2GcNj .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uNkqS2GcNj .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uNkqS2GcNj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uNkqS2GcNj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uNkqS2GcNj .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uNkqS2GcNj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uNkqS2GcNj .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uNkqS2GcNj .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uNkqS2GcNj .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNkqS2GcNj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uNkqS2GcNj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uNkqS2GcNj .container,
.cid-uNkqS2GcNj .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .container,
  .cid-uNkqS2GcNj .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uNkqS2GcNj .container,
  .cid-uNkqS2GcNj .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uNkqS2GcNj .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uNkqS2GcNj .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uNkqS2GcNj .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNkqS2GcNj .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uNkqS2GcNj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uNkqS2GcNj .nav-item:focus,
.cid-uNkqS2GcNj .nav-link:focus {
  outline: none;
}
.cid-uNkqS2GcNj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNkqS2GcNj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNkqS2GcNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNkqS2GcNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNkqS2GcNj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNkqS2GcNj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNkqS2GcNj .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-uNkqS2GcNj .navbar.opened {
  transition: all 0.3s;
}
.cid-uNkqS2GcNj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNkqS2GcNj .navbar .navbar-logo img {
  width: auto;
}
.cid-uNkqS2GcNj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uNkqS2GcNj .navbar.collapsed {
  justify-content: center;
}
.cid-uNkqS2GcNj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNkqS2GcNj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNkqS2GcNj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNkqS2GcNj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNkqS2GcNj .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-uNkqS2GcNj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNkqS2GcNj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNkqS2GcNj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNkqS2GcNj .navbar {
    min-height: 72px;
  }
  .cid-uNkqS2GcNj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uNkqS2GcNj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNkqS2GcNj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNkqS2GcNj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNkqS2GcNj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNkqS2GcNj .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-uNkqS2GcNj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNkqS2GcNj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uNkqS2GcNj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNkqS2GcNj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNkqS2GcNj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uNkqS2GcNj .dropdown-item.active,
.cid-uNkqS2GcNj .dropdown-item:active {
  background-color: transparent;
}
.cid-uNkqS2GcNj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNkqS2GcNj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNkqS2GcNj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNkqS2GcNj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNkqS2GcNj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uNkqS2GcNj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uNkqS2GcNj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNkqS2GcNj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .navbar-buttons {
    text-align: left;
  }
}
.cid-uNkqS2GcNj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNkqS2GcNj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uNkqS2GcNj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNkqS2GcNj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNkqS2GcNj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNkqS2GcNj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNkqS2GcNj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNkqS2GcNj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNkqS2GcNj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNkqS2GcNj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNkqS2GcNj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNkqS2GcNj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNkqS2GcNj .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-uNkqS2GcNj .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uNkqS2GcNj .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uNkqS2GcNj .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNkqS2GcNj .navbar {
    height: 70px;
  }
  .cid-uNkqS2GcNj .navbar.opened {
    height: auto;
  }
  .cid-uNkqS2GcNj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uNkqS2GcNj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uNkqS2GcNj .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uNkqS2GcNj .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uNkqS2GcNj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uNkqS2GcNj .navbar-brand {
    margin-right: auto;
  }
  .cid-uNkqS2GcNj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uNkqS2GcNj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uNkqS2GcNj .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uNkqS2GcNj .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uNkqS2GcNj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uNkqS2GcNj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNkqS2GcNj .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .content-wrap {
    display: block;
  }
}
.cid-uNkpy6mo1c {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uNkpy6mo1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkpy6mo1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkpy6mo1c .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uNkpy6mo1c .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uNkpy6mo1c .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNkpy6mo1c .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uNkpy6mo1c .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uNkpy6mo1c .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uNkpy6mo1c .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNkpy6mo1c .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uNkpy6mo1c .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uNkpy6mo1c .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uNkpy6mo1c .mbr-section-title {
  color: #f1f5eb;
}
.cid-uNkpy6mo1c .mbr-text,
.cid-uNkpy6mo1c .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uNkpy6mo1c .mbr-section-title,
.cid-uNkpy6mo1c .mbr-section-btn {
  text-align: center;
}
.cid-uNkpCmIb6W {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uNkpCmIb6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkpCmIb6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkpCmIb6W .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNkpCmIb6W .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uNkpCmIb6W .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uNkpCmIb6W .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uNkpCmIb6W .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uNkpCmIb6W .item {
    margin-bottom: 40px;
  }
}
.cid-uNkpCmIb6W .item .item-wrapper {
  height: 100%;
}
.cid-uNkpCmIb6W .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNkpCmIb6W .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uNkpCmIb6W .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNkpCmIb6W .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uNkpCmIb6W .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uNkpCmIb6W .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uNkpCmIb6W .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uNkpCmIb6W .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uNkpCmIb6W .mbr-section-title,
.cid-uNkpCmIb6W .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uNkpCmIb6W .card-name {
  color: #323432;
}
.cid-uNkpCmIb6W .card-role {
  color: #323432;
  text-align: center;
}
.cid-uNkpCmIb6W .card-name,
.cid-uNkpCmIb6W .mbr-section-btn {
  text-align: center;
}
.cid-uYnrj0LFwa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnrj0LFwa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnrj0LFwa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnrj0LFwa .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnrj0LFwa .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnrj0LFwa .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnrj0LFwa .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnrj0LFwa .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnrj0LFwa .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnrj0LFwa .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnrj0LFwa .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnrj0LFwa .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnrj0LFwa .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnrj0LFwa .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnrj0LFwa .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnrj0LFwa .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnrj0LFwa .mbr-label,
.cid-uYnrj0LFwa .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnrj0LFwa .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnrj0LFwa .mbr-text,
.cid-uYnrj0LFwa .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnrj0LFwa .mbr-section-title,
.cid-uYnrj0LFwa .mbr-section-btn {
  text-align: center;
}
.cid-uYnrj0LFwa .mbr-section-title,
.cid-uYnrj0LFwa .mbr-section-btn,
.cid-uYnrj0LFwa .title-wrapper {
  text-align: justify;
}
#custom-html-3s {
  /* Type valid CSS here */
}
#custom-html-3s div {
  padding: 0px 0;
  color: #777;
  text-align: left;
}
#custom-html-3s p {
  font-size: 60px;
  color: #777;
}
.cid-uNkpKdVOKB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uNkpKdVOKB .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uNkpKdVOKB .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uNkpKdVOKB .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uNkpKdVOKB .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uNkpKdVOKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkpKdVOKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkpKdVOKB .row {
  justify-content: center;
}
.cid-uNkpKdVOKB .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uNkpKdVOKB .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uNkpKdVOKB .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uNkpKdVOKB .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uNkpKdVOKB .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uNkpKdVOKB .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNkpKdVOKB .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uNkpKdVOKB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNkpKdVOKB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNkpKdVOKB .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uNkpKdVOKB .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uNkpKdVOKB .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uNkpKdVOKB .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uNkpKdVOKB .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uNkpKdVOKB .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uNkpKdVOKB .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNkpKdVOKB .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNkpKdVOKB .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uNkpKdVOKB .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uNkpKdVOKB .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uNkpKdVOKB .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uNkpKdVOKB .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uNkpKdVOKB .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uNkpKdVOKB .mbr-section-title {
  color: #f1f5eb;
}
.cid-uNkpKdVOKB .mbr-text,
.cid-uNkpKdVOKB .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uNkpKdVOKB .mbr-section-btn,
.cid-uNkpKdVOKB .mbr-section-title {
  text-align: center;
}
.cid-uNkpKdVOKB .mbr-soc {
  color: #f1f5eb;
}
.cid-uNkpKdVOKB .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnwgEnfay {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnwgEnfay .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-uYnwgEnfay .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnwgEnfay .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnwgEnfay .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnwgEnfay .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnwgEnfay .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnwgEnfay .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnwgEnfay .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnwgEnfay .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnwgEnfay .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnwgEnfay .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnwgEnfay .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnwgEnfay .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnwgEnfay .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnwgEnfay .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnwgEnfay .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnwgEnfay .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnwgEnfay .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnwgEnfay .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnwgEnfay .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnwgEnfay .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnwgEnfay .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnwgEnfay .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnwgEnfay .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnwgEnfay .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnwgEnfay .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnwgEnfay .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnwgEnfay .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnwgEnfay .container,
.cid-uYnwgEnfay .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnwgEnfay .container,
  .cid-uYnwgEnfay .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnwgEnfay .container,
  .cid-uYnwgEnfay .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnwgEnfay .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnwgEnfay .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnwgEnfay .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnwgEnfay .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnwgEnfay .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnwgEnfay .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnwgEnfay .nav-item:focus,
.cid-uYnwgEnfay .nav-link:focus {
  outline: none;
}
.cid-uYnwgEnfay .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnwgEnfay .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnwgEnfay .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnwgEnfay .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnwgEnfay .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnwgEnfay .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnwgEnfay .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-uYnwgEnfay .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnwgEnfay .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnwgEnfay .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnwgEnfay .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnwgEnfay .navbar.collapsed {
  justify-content: center;
}
.cid-uYnwgEnfay .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnwgEnfay .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnwgEnfay .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnwgEnfay .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnwgEnfay .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-uYnwgEnfay .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnwgEnfay .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnwgEnfay .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnwgEnfay .navbar {
    min-height: 72px;
  }
  .cid-uYnwgEnfay .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnwgEnfay .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnwgEnfay .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnwgEnfay .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnwgEnfay .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnwgEnfay .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-uYnwgEnfay .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnwgEnfay .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnwgEnfay .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnwgEnfay .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnwgEnfay .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnwgEnfay .dropdown-item.active,
.cid-uYnwgEnfay .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnwgEnfay .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnwgEnfay .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnwgEnfay .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnwgEnfay .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnwgEnfay .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnwgEnfay .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnwgEnfay .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnwgEnfay ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnwgEnfay .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnwgEnfay .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnwgEnfay button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnwgEnfay button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnwgEnfay button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnwgEnfay button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnwgEnfay button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnwgEnfay button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnwgEnfay nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnwgEnfay nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnwgEnfay nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnwgEnfay nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnwgEnfay .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnwgEnfay a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnwgEnfay .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-uYnwgEnfay .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnwgEnfay .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnwgEnfay .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnwgEnfay .navbar {
    height: 70px;
  }
  .cid-uYnwgEnfay .navbar.opened {
    height: auto;
  }
  .cid-uYnwgEnfay .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnwgEnfay .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnwgEnfay .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnwgEnfay .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnwgEnfay .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnwgEnfay .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnwgEnfay .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnwgEnfay .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnwgEnfay .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnwgEnfay .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnwgEnfay .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnwgEnfay .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnwgEnfay .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnwgEnfay .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnwgEnfay .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnwgEnfay .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnwgEnfay .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnwgEnfay .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnwgEnfay .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnwgEnfay .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnwgEnfay .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnwgEnfay .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnwgEnfay .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnwgEnfay .content-wrap {
    display: block;
  }
}
.cid-uYnwgFVcGS {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnwgFVcGS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnwgFVcGS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnwgFVcGS .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnwgFVcGS .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnwgFVcGS .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnwgFVcGS .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnwgFVcGS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnwgFVcGS .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnwgFVcGS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnwgFVcGS .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnwgFVcGS .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnwgFVcGS .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnwgFVcGS .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnwgFVcGS .mbr-text,
.cid-uYnwgFVcGS .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnwgFVcGS .mbr-section-title,
.cid-uYnwgFVcGS .mbr-section-btn {
  text-align: center;
}
.cid-uYnwgHjKwX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnwgHjKwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnwgHjKwX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnwgHjKwX .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnwgHjKwX .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnwgHjKwX .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnwgHjKwX .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnwgHjKwX .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnwgHjKwX .item {
    margin-bottom: 40px;
  }
}
.cid-uYnwgHjKwX .item .item-wrapper {
  height: 100%;
}
.cid-uYnwgHjKwX .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnwgHjKwX .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnwgHjKwX .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnwgHjKwX .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnwgHjKwX .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnwgHjKwX .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnwgHjKwX .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnwgHjKwX .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnwgHjKwX .mbr-section-title,
.cid-uYnwgHjKwX .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnwgHjKwX .card-name {
  color: #323432;
}
.cid-uYnwgHjKwX .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnwgHjKwX .card-name,
.cid-uYnwgHjKwX .mbr-section-btn {
  text-align: center;
}
.cid-uYnwgJhKXM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnwgJhKXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnwgJhKXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnwgJhKXM .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnwgJhKXM .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnwgJhKXM .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnwgJhKXM .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnwgJhKXM .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnwgJhKXM .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnwgJhKXM .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnwgJhKXM .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnwgJhKXM .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnwgJhKXM .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnwgJhKXM .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnwgJhKXM .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnwgJhKXM .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnwgJhKXM .mbr-label,
.cid-uYnwgJhKXM .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnwgJhKXM .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnwgJhKXM .mbr-text,
.cid-uYnwgJhKXM .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnwgJhKXM .mbr-section-title,
.cid-uYnwgJhKXM .mbr-section-btn {
  text-align: center;
}
.cid-uYnwgJhKXM .mbr-section-title,
.cid-uYnwgJhKXM .mbr-section-btn,
.cid-uYnwgJhKXM .title-wrapper {
  text-align: justify;
}
.cid-uYnwgL3W4l {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnwgL3W4l .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnwgL3W4l .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnwgL3W4l .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnwgL3W4l .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnwgL3W4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnwgL3W4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnwgL3W4l .row {
  justify-content: center;
}
.cid-uYnwgL3W4l .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnwgL3W4l .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnwgL3W4l .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnwgL3W4l .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnwgL3W4l .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnwgL3W4l .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnwgL3W4l .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnwgL3W4l .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnwgL3W4l .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnwgL3W4l .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnwgL3W4l .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnwgL3W4l .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnwgL3W4l .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnwgL3W4l .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnwgL3W4l .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnwgL3W4l .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnwgL3W4l .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnwgL3W4l .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnwgL3W4l .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnwgL3W4l .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnwgL3W4l .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnwgL3W4l .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnwgL3W4l .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnwgL3W4l .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnwgL3W4l .mbr-text,
.cid-uYnwgL3W4l .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnwgL3W4l .mbr-section-btn,
.cid-uYnwgL3W4l .mbr-section-title {
  text-align: center;
}
.cid-uYnwgL3W4l .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnwgL3W4l .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnxqvVoU1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnxqvVoU1 .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-uYnxqvVoU1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnxqvVoU1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnxqvVoU1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnxqvVoU1 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnxqvVoU1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnxqvVoU1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnxqvVoU1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnxqvVoU1 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnxqvVoU1 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnxqvVoU1 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnxqvVoU1 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnxqvVoU1 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnxqvVoU1 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnxqvVoU1 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnxqvVoU1 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnxqvVoU1 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnxqvVoU1 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnxqvVoU1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnxqvVoU1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnxqvVoU1 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnxqvVoU1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnxqvVoU1 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnxqvVoU1 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnxqvVoU1 .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnxqvVoU1 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnxqvVoU1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnxqvVoU1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnxqvVoU1 .container,
.cid-uYnxqvVoU1 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnxqvVoU1 .container,
  .cid-uYnxqvVoU1 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnxqvVoU1 .container,
  .cid-uYnxqvVoU1 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnxqvVoU1 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnxqvVoU1 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnxqvVoU1 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnxqvVoU1 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnxqvVoU1 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnxqvVoU1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnxqvVoU1 .nav-item:focus,
.cid-uYnxqvVoU1 .nav-link:focus {
  outline: none;
}
.cid-uYnxqvVoU1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnxqvVoU1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnxqvVoU1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnxqvVoU1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnxqvVoU1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnxqvVoU1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnxqvVoU1 .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-uYnxqvVoU1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnxqvVoU1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnxqvVoU1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnxqvVoU1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnxqvVoU1 .navbar.collapsed {
  justify-content: center;
}
.cid-uYnxqvVoU1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnxqvVoU1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnxqvVoU1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnxqvVoU1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnxqvVoU1 .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-uYnxqvVoU1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnxqvVoU1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnxqvVoU1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnxqvVoU1 .navbar {
    min-height: 72px;
  }
  .cid-uYnxqvVoU1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnxqvVoU1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnxqvVoU1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnxqvVoU1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnxqvVoU1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnxqvVoU1 .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-uYnxqvVoU1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnxqvVoU1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnxqvVoU1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnxqvVoU1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnxqvVoU1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnxqvVoU1 .dropdown-item.active,
.cid-uYnxqvVoU1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnxqvVoU1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnxqvVoU1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnxqvVoU1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnxqvVoU1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnxqvVoU1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnxqvVoU1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnxqvVoU1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnxqvVoU1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnxqvVoU1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnxqvVoU1 .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnxqvVoU1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnxqvVoU1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnxqvVoU1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnxqvVoU1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnxqvVoU1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnxqvVoU1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnxqvVoU1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnxqvVoU1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnxqvVoU1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnxqvVoU1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnxqvVoU1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnxqvVoU1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnxqvVoU1 .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-uYnxqvVoU1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnxqvVoU1 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnxqvVoU1 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnxqvVoU1 .navbar {
    height: 70px;
  }
  .cid-uYnxqvVoU1 .navbar.opened {
    height: auto;
  }
  .cid-uYnxqvVoU1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnxqvVoU1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnxqvVoU1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnxqvVoU1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnxqvVoU1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnxqvVoU1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnxqvVoU1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnxqvVoU1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnxqvVoU1 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnxqvVoU1 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnxqvVoU1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnxqvVoU1 .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnxqvVoU1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnxqvVoU1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnxqvVoU1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnxqvVoU1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnxqvVoU1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnxqvVoU1 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnxqvVoU1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnxqvVoU1 .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnxqvVoU1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnxqvVoU1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnxqvVoU1 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnxqvVoU1 .content-wrap {
    display: block;
  }
}
.cid-uYnxqxLnjC {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnxqxLnjC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnxqxLnjC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnxqxLnjC .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnxqxLnjC .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnxqxLnjC .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnxqxLnjC .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnxqxLnjC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnxqxLnjC .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnxqxLnjC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnxqxLnjC .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnxqxLnjC .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnxqxLnjC .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnxqxLnjC .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnxqxLnjC .mbr-text,
.cid-uYnxqxLnjC .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnxqxLnjC .mbr-section-title,
.cid-uYnxqxLnjC .mbr-section-btn {
  text-align: center;
}
.cid-uYnxqzctEy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnxqzctEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnxqzctEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnxqzctEy .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnxqzctEy .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnxqzctEy .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnxqzctEy .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnxqzctEy .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnxqzctEy .item {
    margin-bottom: 40px;
  }
}
.cid-uYnxqzctEy .item .item-wrapper {
  height: 100%;
}
.cid-uYnxqzctEy .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnxqzctEy .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnxqzctEy .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnxqzctEy .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnxqzctEy .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnxqzctEy .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnxqzctEy .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnxqzctEy .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnxqzctEy .mbr-section-title,
.cid-uYnxqzctEy .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnxqzctEy .card-name {
  color: #323432;
}
.cid-uYnxqzctEy .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnxqzctEy .card-name,
.cid-uYnxqzctEy .mbr-section-btn {
  text-align: center;
}
.cid-uYnxqBcxgn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnxqBcxgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnxqBcxgn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnxqBcxgn .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnxqBcxgn .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnxqBcxgn .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnxqBcxgn .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnxqBcxgn .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnxqBcxgn .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnxqBcxgn .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnxqBcxgn .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnxqBcxgn .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnxqBcxgn .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnxqBcxgn .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnxqBcxgn .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnxqBcxgn .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnxqBcxgn .mbr-label,
.cid-uYnxqBcxgn .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnxqBcxgn .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnxqBcxgn .mbr-text,
.cid-uYnxqBcxgn .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnxqBcxgn .mbr-section-title,
.cid-uYnxqBcxgn .mbr-section-btn {
  text-align: center;
}
.cid-uYnxqBcxgn .mbr-section-title,
.cid-uYnxqBcxgn .mbr-section-btn,
.cid-uYnxqBcxgn .title-wrapper {
  text-align: justify;
}
.cid-uYnxqD0svt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnxqD0svt .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnxqD0svt .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnxqD0svt .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnxqD0svt .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnxqD0svt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnxqD0svt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnxqD0svt .row {
  justify-content: center;
}
.cid-uYnxqD0svt .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnxqD0svt .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnxqD0svt .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnxqD0svt .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnxqD0svt .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnxqD0svt .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnxqD0svt .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnxqD0svt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnxqD0svt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnxqD0svt .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnxqD0svt .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnxqD0svt .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnxqD0svt .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnxqD0svt .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnxqD0svt .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnxqD0svt .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnxqD0svt .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnxqD0svt .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnxqD0svt .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnxqD0svt .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnxqD0svt .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnxqD0svt .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnxqD0svt .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnxqD0svt .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnxqD0svt .mbr-text,
.cid-uYnxqD0svt .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnxqD0svt .mbr-section-btn,
.cid-uYnxqD0svt .mbr-section-title {
  text-align: center;
}
.cid-uYnxqD0svt .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnxqD0svt .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnxZRYUa0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnxZRYUa0 .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-uYnxZRYUa0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnxZRYUa0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnxZRYUa0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnxZRYUa0 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnxZRYUa0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnxZRYUa0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnxZRYUa0 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnxZRYUa0 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnxZRYUa0 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnxZRYUa0 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnxZRYUa0 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnxZRYUa0 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnxZRYUa0 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnxZRYUa0 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnxZRYUa0 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnxZRYUa0 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnxZRYUa0 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnxZRYUa0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnxZRYUa0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnxZRYUa0 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnxZRYUa0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnxZRYUa0 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnxZRYUa0 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnxZRYUa0 .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnxZRYUa0 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnxZRYUa0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnxZRYUa0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnxZRYUa0 .container,
.cid-uYnxZRYUa0 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnxZRYUa0 .container,
  .cid-uYnxZRYUa0 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnxZRYUa0 .container,
  .cid-uYnxZRYUa0 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnxZRYUa0 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnxZRYUa0 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnxZRYUa0 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnxZRYUa0 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnxZRYUa0 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnxZRYUa0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnxZRYUa0 .nav-item:focus,
.cid-uYnxZRYUa0 .nav-link:focus {
  outline: none;
}
.cid-uYnxZRYUa0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnxZRYUa0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnxZRYUa0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnxZRYUa0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnxZRYUa0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnxZRYUa0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnxZRYUa0 .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-uYnxZRYUa0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnxZRYUa0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnxZRYUa0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnxZRYUa0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnxZRYUa0 .navbar.collapsed {
  justify-content: center;
}
.cid-uYnxZRYUa0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnxZRYUa0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnxZRYUa0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnxZRYUa0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnxZRYUa0 .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-uYnxZRYUa0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnxZRYUa0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnxZRYUa0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnxZRYUa0 .navbar {
    min-height: 72px;
  }
  .cid-uYnxZRYUa0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnxZRYUa0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnxZRYUa0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnxZRYUa0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnxZRYUa0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnxZRYUa0 .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-uYnxZRYUa0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnxZRYUa0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnxZRYUa0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnxZRYUa0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnxZRYUa0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnxZRYUa0 .dropdown-item.active,
.cid-uYnxZRYUa0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnxZRYUa0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnxZRYUa0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnxZRYUa0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnxZRYUa0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnxZRYUa0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnxZRYUa0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnxZRYUa0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnxZRYUa0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnxZRYUa0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnxZRYUa0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnxZRYUa0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnxZRYUa0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnxZRYUa0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnxZRYUa0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnxZRYUa0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnxZRYUa0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnxZRYUa0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnxZRYUa0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnxZRYUa0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnxZRYUa0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnxZRYUa0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnxZRYUa0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnxZRYUa0 .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-uYnxZRYUa0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnxZRYUa0 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnxZRYUa0 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnxZRYUa0 .navbar {
    height: 70px;
  }
  .cid-uYnxZRYUa0 .navbar.opened {
    height: auto;
  }
  .cid-uYnxZRYUa0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnxZRYUa0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnxZRYUa0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnxZRYUa0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnxZRYUa0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnxZRYUa0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnxZRYUa0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnxZRYUa0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnxZRYUa0 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnxZRYUa0 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnxZRYUa0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnxZRYUa0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnxZRYUa0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnxZRYUa0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnxZRYUa0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnxZRYUa0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnxZRYUa0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnxZRYUa0 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnxZRYUa0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnxZRYUa0 .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnxZRYUa0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnxZRYUa0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnxZRYUa0 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnxZRYUa0 .content-wrap {
    display: block;
  }
}
.cid-uYnxZU4hbl {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnxZU4hbl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnxZU4hbl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnxZU4hbl .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnxZU4hbl .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnxZU4hbl .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnxZU4hbl .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnxZU4hbl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnxZU4hbl .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnxZU4hbl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnxZU4hbl .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnxZU4hbl .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnxZU4hbl .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnxZU4hbl .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnxZU4hbl .mbr-text,
.cid-uYnxZU4hbl .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnxZU4hbl .mbr-section-title,
.cid-uYnxZU4hbl .mbr-section-btn {
  text-align: center;
}
.cid-uYnxZVvRWm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnxZVvRWm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnxZVvRWm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnxZVvRWm .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnxZVvRWm .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnxZVvRWm .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnxZVvRWm .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnxZVvRWm .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnxZVvRWm .item {
    margin-bottom: 40px;
  }
}
.cid-uYnxZVvRWm .item .item-wrapper {
  height: 100%;
}
.cid-uYnxZVvRWm .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnxZVvRWm .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnxZVvRWm .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnxZVvRWm .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnxZVvRWm .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnxZVvRWm .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnxZVvRWm .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnxZVvRWm .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnxZVvRWm .mbr-section-title,
.cid-uYnxZVvRWm .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnxZVvRWm .card-name {
  color: #323432;
}
.cid-uYnxZVvRWm .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnxZVvRWm .card-name,
.cid-uYnxZVvRWm .mbr-section-btn {
  text-align: center;
}
.cid-uYnxZXw6bs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnxZXw6bs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnxZXw6bs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnxZXw6bs .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnxZXw6bs .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnxZXw6bs .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnxZXw6bs .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnxZXw6bs .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnxZXw6bs .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnxZXw6bs .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnxZXw6bs .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnxZXw6bs .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnxZXw6bs .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnxZXw6bs .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnxZXw6bs .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnxZXw6bs .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnxZXw6bs .mbr-label,
.cid-uYnxZXw6bs .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnxZXw6bs .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnxZXw6bs .mbr-text,
.cid-uYnxZXw6bs .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnxZXw6bs .mbr-section-title,
.cid-uYnxZXw6bs .mbr-section-btn {
  text-align: center;
}
.cid-uYnxZXw6bs .mbr-section-title,
.cid-uYnxZXw6bs .mbr-section-btn,
.cid-uYnxZXw6bs .title-wrapper {
  text-align: justify;
}
.cid-uYnxZZkw93 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnxZZkw93 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnxZZkw93 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnxZZkw93 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnxZZkw93 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnxZZkw93 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnxZZkw93 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnxZZkw93 .row {
  justify-content: center;
}
.cid-uYnxZZkw93 .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnxZZkw93 .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnxZZkw93 .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnxZZkw93 .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnxZZkw93 .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnxZZkw93 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnxZZkw93 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnxZZkw93 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnxZZkw93 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnxZZkw93 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnxZZkw93 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnxZZkw93 .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnxZZkw93 .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnxZZkw93 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnxZZkw93 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnxZZkw93 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnxZZkw93 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnxZZkw93 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnxZZkw93 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnxZZkw93 .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnxZZkw93 .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnxZZkw93 .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnxZZkw93 .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnxZZkw93 .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnxZZkw93 .mbr-text,
.cid-uYnxZZkw93 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnxZZkw93 .mbr-section-btn,
.cid-uYnxZZkw93 .mbr-section-title {
  text-align: center;
}
.cid-uYnxZZkw93 .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnxZZkw93 .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYny4odY7F {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYny4odY7F .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-uYny4odY7F .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYny4odY7F .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYny4odY7F .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYny4odY7F .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYny4odY7F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYny4odY7F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYny4odY7F .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYny4odY7F .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYny4odY7F .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYny4odY7F .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYny4odY7F .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYny4odY7F .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYny4odY7F .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYny4odY7F .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYny4odY7F .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYny4odY7F .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYny4odY7F .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYny4odY7F .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYny4odY7F .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYny4odY7F .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYny4odY7F .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYny4odY7F .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYny4odY7F .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYny4odY7F .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYny4odY7F .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYny4odY7F .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYny4odY7F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYny4odY7F .container,
.cid-uYny4odY7F .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYny4odY7F .container,
  .cid-uYny4odY7F .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYny4odY7F .container,
  .cid-uYny4odY7F .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYny4odY7F .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYny4odY7F .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYny4odY7F .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYny4odY7F .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYny4odY7F .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYny4odY7F .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYny4odY7F .nav-item:focus,
.cid-uYny4odY7F .nav-link:focus {
  outline: none;
}
.cid-uYny4odY7F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYny4odY7F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYny4odY7F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYny4odY7F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYny4odY7F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYny4odY7F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYny4odY7F .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-uYny4odY7F .navbar.opened {
  transition: all 0.3s;
}
.cid-uYny4odY7F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYny4odY7F .navbar .navbar-logo img {
  width: auto;
}
.cid-uYny4odY7F .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYny4odY7F .navbar.collapsed {
  justify-content: center;
}
.cid-uYny4odY7F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYny4odY7F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYny4odY7F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYny4odY7F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYny4odY7F .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-uYny4odY7F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYny4odY7F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYny4odY7F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYny4odY7F .navbar {
    min-height: 72px;
  }
  .cid-uYny4odY7F .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYny4odY7F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYny4odY7F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYny4odY7F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYny4odY7F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYny4odY7F .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-uYny4odY7F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYny4odY7F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYny4odY7F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYny4odY7F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYny4odY7F .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYny4odY7F .dropdown-item.active,
.cid-uYny4odY7F .dropdown-item:active {
  background-color: transparent;
}
.cid-uYny4odY7F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYny4odY7F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYny4odY7F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYny4odY7F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYny4odY7F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYny4odY7F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYny4odY7F .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYny4odY7F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYny4odY7F .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYny4odY7F .navbar-buttons {
    text-align: left;
  }
}
.cid-uYny4odY7F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYny4odY7F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYny4odY7F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYny4odY7F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYny4odY7F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYny4odY7F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYny4odY7F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYny4odY7F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYny4odY7F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYny4odY7F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYny4odY7F .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYny4odY7F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYny4odY7F .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-uYny4odY7F .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYny4odY7F .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYny4odY7F .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYny4odY7F .navbar {
    height: 70px;
  }
  .cid-uYny4odY7F .navbar.opened {
    height: auto;
  }
  .cid-uYny4odY7F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYny4odY7F .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYny4odY7F .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYny4odY7F .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYny4odY7F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYny4odY7F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYny4odY7F .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYny4odY7F .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYny4odY7F .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYny4odY7F .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYny4odY7F .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYny4odY7F .navbar-brand {
    margin-right: auto;
  }
  .cid-uYny4odY7F .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYny4odY7F .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYny4odY7F .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYny4odY7F .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYny4odY7F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYny4odY7F .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYny4odY7F .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYny4odY7F .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYny4odY7F .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYny4odY7F .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYny4odY7F .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYny4odY7F .content-wrap {
    display: block;
  }
}
.cid-uYny4pJFh0 {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYny4pJFh0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYny4pJFh0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYny4pJFh0 .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYny4pJFh0 .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYny4pJFh0 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYny4pJFh0 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYny4pJFh0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYny4pJFh0 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYny4pJFh0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYny4pJFh0 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYny4pJFh0 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYny4pJFh0 .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYny4pJFh0 .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYny4pJFh0 .mbr-text,
.cid-uYny4pJFh0 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYny4pJFh0 .mbr-section-title,
.cid-uYny4pJFh0 .mbr-section-btn {
  text-align: center;
}
.cid-uYny4r6eZT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYny4r6eZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYny4r6eZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYny4r6eZT .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYny4r6eZT .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYny4r6eZT .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYny4r6eZT .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYny4r6eZT .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYny4r6eZT .item {
    margin-bottom: 40px;
  }
}
.cid-uYny4r6eZT .item .item-wrapper {
  height: 100%;
}
.cid-uYny4r6eZT .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYny4r6eZT .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYny4r6eZT .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYny4r6eZT .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYny4r6eZT .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYny4r6eZT .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYny4r6eZT .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYny4r6eZT .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYny4r6eZT .mbr-section-title,
.cid-uYny4r6eZT .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYny4r6eZT .card-name {
  color: #323432;
}
.cid-uYny4r6eZT .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYny4r6eZT .card-name,
.cid-uYny4r6eZT .mbr-section-btn {
  text-align: center;
}
.cid-uYny4t4tSW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYny4t4tSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYny4t4tSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYny4t4tSW .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYny4t4tSW .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYny4t4tSW .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYny4t4tSW .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYny4t4tSW .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYny4t4tSW .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYny4t4tSW .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYny4t4tSW .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYny4t4tSW .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYny4t4tSW .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYny4t4tSW .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYny4t4tSW .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYny4t4tSW .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYny4t4tSW .mbr-label,
.cid-uYny4t4tSW .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYny4t4tSW .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYny4t4tSW .mbr-text,
.cid-uYny4t4tSW .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYny4t4tSW .mbr-section-title,
.cid-uYny4t4tSW .mbr-section-btn {
  text-align: center;
}
.cid-uYny4t4tSW .mbr-section-title,
.cid-uYny4t4tSW .mbr-section-btn,
.cid-uYny4t4tSW .title-wrapper {
  text-align: justify;
}
.cid-uYny4uS559 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYny4uS559 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYny4uS559 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYny4uS559 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYny4uS559 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYny4uS559 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYny4uS559 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYny4uS559 .row {
  justify-content: center;
}
.cid-uYny4uS559 .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYny4uS559 .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYny4uS559 .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYny4uS559 .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYny4uS559 .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYny4uS559 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYny4uS559 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYny4uS559 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYny4uS559 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYny4uS559 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYny4uS559 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYny4uS559 .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYny4uS559 .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYny4uS559 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYny4uS559 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYny4uS559 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYny4uS559 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYny4uS559 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYny4uS559 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYny4uS559 .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYny4uS559 .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYny4uS559 .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYny4uS559 .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYny4uS559 .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYny4uS559 .mbr-text,
.cid-uYny4uS559 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYny4uS559 .mbr-section-btn,
.cid-uYny4uS559 .mbr-section-title {
  text-align: center;
}
.cid-uYny4uS559 .mbr-soc {
  color: #f1f5eb;
}
.cid-uYny4uS559 .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYny7nMK4q {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYny7nMK4q .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-uYny7nMK4q .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYny7nMK4q .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYny7nMK4q .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYny7nMK4q .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYny7nMK4q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYny7nMK4q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYny7nMK4q .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYny7nMK4q .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYny7nMK4q .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYny7nMK4q .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYny7nMK4q .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYny7nMK4q .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYny7nMK4q .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYny7nMK4q .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYny7nMK4q .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYny7nMK4q .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYny7nMK4q .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYny7nMK4q .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYny7nMK4q .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYny7nMK4q .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYny7nMK4q .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYny7nMK4q .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYny7nMK4q .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYny7nMK4q .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYny7nMK4q .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYny7nMK4q .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYny7nMK4q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYny7nMK4q .container,
.cid-uYny7nMK4q .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYny7nMK4q .container,
  .cid-uYny7nMK4q .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYny7nMK4q .container,
  .cid-uYny7nMK4q .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYny7nMK4q .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYny7nMK4q .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYny7nMK4q .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYny7nMK4q .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYny7nMK4q .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYny7nMK4q .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYny7nMK4q .nav-item:focus,
.cid-uYny7nMK4q .nav-link:focus {
  outline: none;
}
.cid-uYny7nMK4q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYny7nMK4q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYny7nMK4q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYny7nMK4q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYny7nMK4q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYny7nMK4q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYny7nMK4q .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-uYny7nMK4q .navbar.opened {
  transition: all 0.3s;
}
.cid-uYny7nMK4q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYny7nMK4q .navbar .navbar-logo img {
  width: auto;
}
.cid-uYny7nMK4q .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYny7nMK4q .navbar.collapsed {
  justify-content: center;
}
.cid-uYny7nMK4q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYny7nMK4q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYny7nMK4q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYny7nMK4q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYny7nMK4q .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-uYny7nMK4q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYny7nMK4q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYny7nMK4q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYny7nMK4q .navbar {
    min-height: 72px;
  }
  .cid-uYny7nMK4q .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYny7nMK4q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYny7nMK4q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYny7nMK4q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYny7nMK4q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYny7nMK4q .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-uYny7nMK4q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYny7nMK4q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYny7nMK4q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYny7nMK4q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYny7nMK4q .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYny7nMK4q .dropdown-item.active,
.cid-uYny7nMK4q .dropdown-item:active {
  background-color: transparent;
}
.cid-uYny7nMK4q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYny7nMK4q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYny7nMK4q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYny7nMK4q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYny7nMK4q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYny7nMK4q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYny7nMK4q .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYny7nMK4q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYny7nMK4q .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYny7nMK4q .navbar-buttons {
    text-align: left;
  }
}
.cid-uYny7nMK4q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYny7nMK4q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYny7nMK4q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYny7nMK4q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYny7nMK4q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYny7nMK4q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYny7nMK4q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYny7nMK4q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYny7nMK4q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYny7nMK4q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYny7nMK4q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYny7nMK4q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYny7nMK4q .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-uYny7nMK4q .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYny7nMK4q .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYny7nMK4q .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYny7nMK4q .navbar {
    height: 70px;
  }
  .cid-uYny7nMK4q .navbar.opened {
    height: auto;
  }
  .cid-uYny7nMK4q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYny7nMK4q .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYny7nMK4q .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYny7nMK4q .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYny7nMK4q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYny7nMK4q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYny7nMK4q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYny7nMK4q .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYny7nMK4q .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYny7nMK4q .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYny7nMK4q .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYny7nMK4q .navbar-brand {
    margin-right: auto;
  }
  .cid-uYny7nMK4q .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYny7nMK4q .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYny7nMK4q .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYny7nMK4q .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYny7nMK4q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYny7nMK4q .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYny7nMK4q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYny7nMK4q .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYny7nMK4q .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYny7nMK4q .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYny7nMK4q .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYny7nMK4q .content-wrap {
    display: block;
  }
}
.cid-uYny7pSnBK {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYny7pSnBK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYny7pSnBK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYny7pSnBK .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYny7pSnBK .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYny7pSnBK .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYny7pSnBK .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYny7pSnBK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYny7pSnBK .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYny7pSnBK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYny7pSnBK .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYny7pSnBK .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYny7pSnBK .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYny7pSnBK .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYny7pSnBK .mbr-text,
.cid-uYny7pSnBK .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYny7pSnBK .mbr-section-title,
.cid-uYny7pSnBK .mbr-section-btn {
  text-align: center;
}
.cid-uYny7rgL9H {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYny7rgL9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYny7rgL9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYny7rgL9H .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYny7rgL9H .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYny7rgL9H .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYny7rgL9H .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYny7rgL9H .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYny7rgL9H .item {
    margin-bottom: 40px;
  }
}
.cid-uYny7rgL9H .item .item-wrapper {
  height: 100%;
}
.cid-uYny7rgL9H .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYny7rgL9H .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYny7rgL9H .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYny7rgL9H .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYny7rgL9H .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYny7rgL9H .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYny7rgL9H .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYny7rgL9H .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYny7rgL9H .mbr-section-title,
.cid-uYny7rgL9H .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYny7rgL9H .card-name {
  color: #323432;
}
.cid-uYny7rgL9H .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYny7rgL9H .card-name,
.cid-uYny7rgL9H .mbr-section-btn {
  text-align: center;
}
.cid-uYny7t94yr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYny7t94yr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYny7t94yr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYny7t94yr .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYny7t94yr .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYny7t94yr .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYny7t94yr .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYny7t94yr .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYny7t94yr .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYny7t94yr .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYny7t94yr .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYny7t94yr .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYny7t94yr .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYny7t94yr .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYny7t94yr .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYny7t94yr .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYny7t94yr .mbr-label,
.cid-uYny7t94yr .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYny7t94yr .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYny7t94yr .mbr-text,
.cid-uYny7t94yr .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYny7t94yr .mbr-section-title,
.cid-uYny7t94yr .mbr-section-btn {
  text-align: center;
}
.cid-uYny7t94yr .mbr-section-title,
.cid-uYny7t94yr .mbr-section-btn,
.cid-uYny7t94yr .title-wrapper {
  text-align: justify;
}
.cid-uYny7uWIVj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYny7uWIVj .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYny7uWIVj .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYny7uWIVj .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYny7uWIVj .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYny7uWIVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYny7uWIVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYny7uWIVj .row {
  justify-content: center;
}
.cid-uYny7uWIVj .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYny7uWIVj .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYny7uWIVj .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYny7uWIVj .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYny7uWIVj .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYny7uWIVj .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYny7uWIVj .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYny7uWIVj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYny7uWIVj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYny7uWIVj .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYny7uWIVj .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYny7uWIVj .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYny7uWIVj .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYny7uWIVj .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYny7uWIVj .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYny7uWIVj .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYny7uWIVj .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYny7uWIVj .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYny7uWIVj .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYny7uWIVj .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYny7uWIVj .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYny7uWIVj .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYny7uWIVj .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYny7uWIVj .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYny7uWIVj .mbr-text,
.cid-uYny7uWIVj .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYny7uWIVj .mbr-section-btn,
.cid-uYny7uWIVj .mbr-section-title {
  text-align: center;
}
.cid-uYny7uWIVj .mbr-soc {
  color: #f1f5eb;
}
.cid-uYny7uWIVj .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyc8DC1R {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnyc8DC1R .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-uYnyc8DC1R .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnyc8DC1R .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnyc8DC1R .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnyc8DC1R .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnyc8DC1R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnyc8DC1R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnyc8DC1R .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnyc8DC1R .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnyc8DC1R .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnyc8DC1R .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyc8DC1R .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnyc8DC1R .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyc8DC1R .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnyc8DC1R .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnyc8DC1R .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnyc8DC1R .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyc8DC1R .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnyc8DC1R .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnyc8DC1R .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnyc8DC1R .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnyc8DC1R .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnyc8DC1R .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnyc8DC1R .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyc8DC1R .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnyc8DC1R .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnyc8DC1R .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyc8DC1R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnyc8DC1R .container,
.cid-uYnyc8DC1R .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnyc8DC1R .container,
  .cid-uYnyc8DC1R .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnyc8DC1R .container,
  .cid-uYnyc8DC1R .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnyc8DC1R .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnyc8DC1R .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyc8DC1R .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnyc8DC1R .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnyc8DC1R .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnyc8DC1R .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnyc8DC1R .nav-item:focus,
.cid-uYnyc8DC1R .nav-link:focus {
  outline: none;
}
.cid-uYnyc8DC1R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnyc8DC1R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnyc8DC1R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnyc8DC1R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnyc8DC1R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnyc8DC1R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnyc8DC1R .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-uYnyc8DC1R .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnyc8DC1R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnyc8DC1R .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnyc8DC1R .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnyc8DC1R .navbar.collapsed {
  justify-content: center;
}
.cid-uYnyc8DC1R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnyc8DC1R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnyc8DC1R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnyc8DC1R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnyc8DC1R .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-uYnyc8DC1R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnyc8DC1R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnyc8DC1R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnyc8DC1R .navbar {
    min-height: 72px;
  }
  .cid-uYnyc8DC1R .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnyc8DC1R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnyc8DC1R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnyc8DC1R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnyc8DC1R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnyc8DC1R .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-uYnyc8DC1R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnyc8DC1R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnyc8DC1R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnyc8DC1R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyc8DC1R .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnyc8DC1R .dropdown-item.active,
.cid-uYnyc8DC1R .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnyc8DC1R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnyc8DC1R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnyc8DC1R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnyc8DC1R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnyc8DC1R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnyc8DC1R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnyc8DC1R .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnyc8DC1R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnyc8DC1R .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnyc8DC1R .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnyc8DC1R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnyc8DC1R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnyc8DC1R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnyc8DC1R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyc8DC1R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyc8DC1R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnyc8DC1R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyc8DC1R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnyc8DC1R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnyc8DC1R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyc8DC1R .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnyc8DC1R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnyc8DC1R .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-uYnyc8DC1R .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnyc8DC1R .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnyc8DC1R .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnyc8DC1R .navbar {
    height: 70px;
  }
  .cid-uYnyc8DC1R .navbar.opened {
    height: auto;
  }
  .cid-uYnyc8DC1R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnyc8DC1R .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnyc8DC1R .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnyc8DC1R .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnyc8DC1R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnyc8DC1R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnyc8DC1R .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnyc8DC1R .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnyc8DC1R .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnyc8DC1R .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnyc8DC1R .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnyc8DC1R .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnyc8DC1R .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnyc8DC1R .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnyc8DC1R .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnyc8DC1R .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnyc8DC1R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnyc8DC1R .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnyc8DC1R .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnyc8DC1R .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnyc8DC1R .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnyc8DC1R .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnyc8DC1R .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnyc8DC1R .content-wrap {
    display: block;
  }
}
.cid-uYnycad2gt {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnycad2gt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnycad2gt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnycad2gt .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnycad2gt .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnycad2gt .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnycad2gt .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnycad2gt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnycad2gt .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnycad2gt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnycad2gt .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnycad2gt .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnycad2gt .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnycad2gt .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnycad2gt .mbr-text,
.cid-uYnycad2gt .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnycad2gt .mbr-section-title,
.cid-uYnycad2gt .mbr-section-btn {
  text-align: center;
}
.cid-uYnycbzhbk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnycbzhbk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnycbzhbk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnycbzhbk .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnycbzhbk .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnycbzhbk .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnycbzhbk .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnycbzhbk .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnycbzhbk .item {
    margin-bottom: 40px;
  }
}
.cid-uYnycbzhbk .item .item-wrapper {
  height: 100%;
}
.cid-uYnycbzhbk .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnycbzhbk .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnycbzhbk .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnycbzhbk .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnycbzhbk .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnycbzhbk .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnycbzhbk .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnycbzhbk .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnycbzhbk .mbr-section-title,
.cid-uYnycbzhbk .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnycbzhbk .card-name {
  color: #323432;
}
.cid-uYnycbzhbk .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnycbzhbk .card-name,
.cid-uYnycbzhbk .mbr-section-btn {
  text-align: center;
}
.cid-uYnycdXfT5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnycdXfT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnycdXfT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnycdXfT5 .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnycdXfT5 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnycdXfT5 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnycdXfT5 .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnycdXfT5 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnycdXfT5 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnycdXfT5 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnycdXfT5 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnycdXfT5 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnycdXfT5 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnycdXfT5 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnycdXfT5 .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnycdXfT5 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnycdXfT5 .mbr-label,
.cid-uYnycdXfT5 .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnycdXfT5 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnycdXfT5 .mbr-text,
.cid-uYnycdXfT5 .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnycdXfT5 .mbr-section-title,
.cid-uYnycdXfT5 .mbr-section-btn {
  text-align: center;
}
.cid-uYnycdXfT5 .mbr-section-title,
.cid-uYnycdXfT5 .mbr-section-btn,
.cid-uYnycdXfT5 .title-wrapper {
  text-align: justify;
}
.cid-uYnycfG5KT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnycfG5KT .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnycfG5KT .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnycfG5KT .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnycfG5KT .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnycfG5KT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnycfG5KT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnycfG5KT .row {
  justify-content: center;
}
.cid-uYnycfG5KT .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnycfG5KT .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnycfG5KT .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnycfG5KT .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnycfG5KT .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnycfG5KT .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnycfG5KT .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnycfG5KT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnycfG5KT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnycfG5KT .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnycfG5KT .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnycfG5KT .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnycfG5KT .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnycfG5KT .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnycfG5KT .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnycfG5KT .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnycfG5KT .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnycfG5KT .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnycfG5KT .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnycfG5KT .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnycfG5KT .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnycfG5KT .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnycfG5KT .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnycfG5KT .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnycfG5KT .mbr-text,
.cid-uYnycfG5KT .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnycfG5KT .mbr-section-btn,
.cid-uYnycfG5KT .mbr-section-title {
  text-align: center;
}
.cid-uYnycfG5KT .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnycfG5KT .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyewU2ge {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnyewU2ge .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-uYnyewU2ge .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnyewU2ge .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnyewU2ge .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnyewU2ge .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnyewU2ge .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnyewU2ge .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnyewU2ge .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnyewU2ge .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnyewU2ge .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnyewU2ge .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyewU2ge .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnyewU2ge .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyewU2ge .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnyewU2ge .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnyewU2ge .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnyewU2ge .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyewU2ge .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnyewU2ge .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnyewU2ge .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnyewU2ge .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnyewU2ge .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnyewU2ge .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnyewU2ge .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyewU2ge .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnyewU2ge .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnyewU2ge .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyewU2ge .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnyewU2ge .container,
.cid-uYnyewU2ge .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnyewU2ge .container,
  .cid-uYnyewU2ge .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnyewU2ge .container,
  .cid-uYnyewU2ge .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnyewU2ge .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnyewU2ge .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyewU2ge .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnyewU2ge .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnyewU2ge .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnyewU2ge .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnyewU2ge .nav-item:focus,
.cid-uYnyewU2ge .nav-link:focus {
  outline: none;
}
.cid-uYnyewU2ge .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnyewU2ge .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnyewU2ge .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnyewU2ge .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnyewU2ge .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnyewU2ge .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnyewU2ge .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-uYnyewU2ge .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnyewU2ge .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnyewU2ge .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnyewU2ge .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnyewU2ge .navbar.collapsed {
  justify-content: center;
}
.cid-uYnyewU2ge .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnyewU2ge .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnyewU2ge .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnyewU2ge .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnyewU2ge .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-uYnyewU2ge .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnyewU2ge .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnyewU2ge .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnyewU2ge .navbar {
    min-height: 72px;
  }
  .cid-uYnyewU2ge .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnyewU2ge .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnyewU2ge .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnyewU2ge .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnyewU2ge .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnyewU2ge .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-uYnyewU2ge .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnyewU2ge .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnyewU2ge .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnyewU2ge .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyewU2ge .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnyewU2ge .dropdown-item.active,
.cid-uYnyewU2ge .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnyewU2ge .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnyewU2ge .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnyewU2ge .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnyewU2ge .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnyewU2ge .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnyewU2ge .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnyewU2ge .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnyewU2ge ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnyewU2ge .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnyewU2ge .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnyewU2ge button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnyewU2ge button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnyewU2ge button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnyewU2ge button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyewU2ge button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyewU2ge button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnyewU2ge nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyewU2ge nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnyewU2ge nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnyewU2ge nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyewU2ge .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnyewU2ge a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnyewU2ge .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-uYnyewU2ge .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnyewU2ge .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnyewU2ge .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnyewU2ge .navbar {
    height: 70px;
  }
  .cid-uYnyewU2ge .navbar.opened {
    height: auto;
  }
  .cid-uYnyewU2ge .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnyewU2ge .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnyewU2ge .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnyewU2ge .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnyewU2ge .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnyewU2ge .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnyewU2ge .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnyewU2ge .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnyewU2ge .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnyewU2ge .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnyewU2ge .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnyewU2ge .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnyewU2ge .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnyewU2ge .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnyewU2ge .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnyewU2ge .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnyewU2ge .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnyewU2ge .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnyewU2ge .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnyewU2ge .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnyewU2ge .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnyewU2ge .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnyewU2ge .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnyewU2ge .content-wrap {
    display: block;
  }
}
.cid-uYnyez4lF5 {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyez4lF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyez4lF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyez4lF5 .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyez4lF5 .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnyez4lF5 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyez4lF5 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyez4lF5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnyez4lF5 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnyez4lF5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyez4lF5 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyez4lF5 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyez4lF5 .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyez4lF5 .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyez4lF5 .mbr-text,
.cid-uYnyez4lF5 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyez4lF5 .mbr-section-title,
.cid-uYnyez4lF5 .mbr-section-btn {
  text-align: center;
}
.cid-uYnyeAsrEr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyeAsrEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyeAsrEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyeAsrEr .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnyeAsrEr .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnyeAsrEr .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnyeAsrEr .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnyeAsrEr .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnyeAsrEr .item {
    margin-bottom: 40px;
  }
}
.cid-uYnyeAsrEr .item .item-wrapper {
  height: 100%;
}
.cid-uYnyeAsrEr .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyeAsrEr .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnyeAsrEr .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnyeAsrEr .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnyeAsrEr .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnyeAsrEr .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnyeAsrEr .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnyeAsrEr .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnyeAsrEr .mbr-section-title,
.cid-uYnyeAsrEr .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnyeAsrEr .card-name {
  color: #323432;
}
.cid-uYnyeAsrEr .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnyeAsrEr .card-name,
.cid-uYnyeAsrEr .mbr-section-btn {
  text-align: center;
}
.cid-uYnyeCoRSw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnyeCoRSw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyeCoRSw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyeCoRSw .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnyeCoRSw .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyeCoRSw .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnyeCoRSw .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnyeCoRSw .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnyeCoRSw .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnyeCoRSw .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnyeCoRSw .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnyeCoRSw .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnyeCoRSw .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnyeCoRSw .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnyeCoRSw .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnyeCoRSw .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnyeCoRSw .mbr-label,
.cid-uYnyeCoRSw .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnyeCoRSw .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnyeCoRSw .mbr-text,
.cid-uYnyeCoRSw .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnyeCoRSw .mbr-section-title,
.cid-uYnyeCoRSw .mbr-section-btn {
  text-align: center;
}
.cid-uYnyeCoRSw .mbr-section-title,
.cid-uYnyeCoRSw .mbr-section-btn,
.cid-uYnyeCoRSw .title-wrapper {
  text-align: justify;
}
.cid-uYnyeEaDOB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnyeEaDOB .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnyeEaDOB .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnyeEaDOB .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnyeEaDOB .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnyeEaDOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyeEaDOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyeEaDOB .row {
  justify-content: center;
}
.cid-uYnyeEaDOB .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyeEaDOB .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnyeEaDOB .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnyeEaDOB .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyeEaDOB .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnyeEaDOB .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyeEaDOB .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyeEaDOB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnyeEaDOB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyeEaDOB .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyeEaDOB .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyeEaDOB .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyeEaDOB .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnyeEaDOB .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnyeEaDOB .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnyeEaDOB .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnyeEaDOB .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnyeEaDOB .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnyeEaDOB .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnyeEaDOB .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnyeEaDOB .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnyeEaDOB .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnyeEaDOB .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnyeEaDOB .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyeEaDOB .mbr-text,
.cid-uYnyeEaDOB .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyeEaDOB .mbr-section-btn,
.cid-uYnyeEaDOB .mbr-section-title {
  text-align: center;
}
.cid-uYnyeEaDOB .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnyeEaDOB .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyh35qgE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnyh35qgE .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-uYnyh35qgE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnyh35qgE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnyh35qgE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnyh35qgE .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnyh35qgE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnyh35qgE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnyh35qgE .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnyh35qgE .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnyh35qgE .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnyh35qgE .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyh35qgE .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnyh35qgE .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyh35qgE .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnyh35qgE .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnyh35qgE .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnyh35qgE .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyh35qgE .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnyh35qgE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnyh35qgE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnyh35qgE .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnyh35qgE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnyh35qgE .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnyh35qgE .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyh35qgE .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnyh35qgE .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnyh35qgE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyh35qgE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnyh35qgE .container,
.cid-uYnyh35qgE .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnyh35qgE .container,
  .cid-uYnyh35qgE .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnyh35qgE .container,
  .cid-uYnyh35qgE .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnyh35qgE .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnyh35qgE .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyh35qgE .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnyh35qgE .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnyh35qgE .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnyh35qgE .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnyh35qgE .nav-item:focus,
.cid-uYnyh35qgE .nav-link:focus {
  outline: none;
}
.cid-uYnyh35qgE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnyh35qgE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnyh35qgE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnyh35qgE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnyh35qgE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnyh35qgE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnyh35qgE .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-uYnyh35qgE .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnyh35qgE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnyh35qgE .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnyh35qgE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnyh35qgE .navbar.collapsed {
  justify-content: center;
}
.cid-uYnyh35qgE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnyh35qgE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnyh35qgE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnyh35qgE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnyh35qgE .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-uYnyh35qgE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnyh35qgE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnyh35qgE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnyh35qgE .navbar {
    min-height: 72px;
  }
  .cid-uYnyh35qgE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnyh35qgE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnyh35qgE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnyh35qgE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnyh35qgE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnyh35qgE .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-uYnyh35qgE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnyh35qgE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnyh35qgE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnyh35qgE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyh35qgE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnyh35qgE .dropdown-item.active,
.cid-uYnyh35qgE .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnyh35qgE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnyh35qgE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnyh35qgE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnyh35qgE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnyh35qgE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnyh35qgE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnyh35qgE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnyh35qgE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnyh35qgE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnyh35qgE .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnyh35qgE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnyh35qgE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnyh35qgE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnyh35qgE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyh35qgE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyh35qgE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnyh35qgE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyh35qgE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnyh35qgE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnyh35qgE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyh35qgE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnyh35qgE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnyh35qgE .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-uYnyh35qgE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnyh35qgE .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnyh35qgE .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnyh35qgE .navbar {
    height: 70px;
  }
  .cid-uYnyh35qgE .navbar.opened {
    height: auto;
  }
  .cid-uYnyh35qgE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnyh35qgE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnyh35qgE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnyh35qgE .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnyh35qgE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnyh35qgE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnyh35qgE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnyh35qgE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnyh35qgE .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnyh35qgE .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnyh35qgE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnyh35qgE .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnyh35qgE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnyh35qgE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnyh35qgE .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnyh35qgE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnyh35qgE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnyh35qgE .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnyh35qgE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnyh35qgE .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnyh35qgE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnyh35qgE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnyh35qgE .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnyh35qgE .content-wrap {
    display: block;
  }
}
.cid-uYnyh5kKHd {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyh5kKHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyh5kKHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyh5kKHd .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyh5kKHd .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnyh5kKHd .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyh5kKHd .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyh5kKHd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnyh5kKHd .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnyh5kKHd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyh5kKHd .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyh5kKHd .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyh5kKHd .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyh5kKHd .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyh5kKHd .mbr-text,
.cid-uYnyh5kKHd .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyh5kKHd .mbr-section-title,
.cid-uYnyh5kKHd .mbr-section-btn {
  text-align: center;
}
.cid-uYnyh6IuUM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyh6IuUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyh6IuUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyh6IuUM .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnyh6IuUM .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnyh6IuUM .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnyh6IuUM .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnyh6IuUM .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnyh6IuUM .item {
    margin-bottom: 40px;
  }
}
.cid-uYnyh6IuUM .item .item-wrapper {
  height: 100%;
}
.cid-uYnyh6IuUM .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyh6IuUM .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnyh6IuUM .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnyh6IuUM .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnyh6IuUM .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnyh6IuUM .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnyh6IuUM .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnyh6IuUM .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnyh6IuUM .mbr-section-title,
.cid-uYnyh6IuUM .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnyh6IuUM .card-name {
  color: #323432;
}
.cid-uYnyh6IuUM .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnyh6IuUM .card-name,
.cid-uYnyh6IuUM .mbr-section-btn {
  text-align: center;
}
.cid-uYnyh8HVmx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnyh8HVmx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyh8HVmx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyh8HVmx .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnyh8HVmx .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyh8HVmx .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnyh8HVmx .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnyh8HVmx .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnyh8HVmx .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnyh8HVmx .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnyh8HVmx .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnyh8HVmx .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnyh8HVmx .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnyh8HVmx .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnyh8HVmx .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnyh8HVmx .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnyh8HVmx .mbr-label,
.cid-uYnyh8HVmx .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnyh8HVmx .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnyh8HVmx .mbr-text,
.cid-uYnyh8HVmx .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnyh8HVmx .mbr-section-title,
.cid-uYnyh8HVmx .mbr-section-btn {
  text-align: center;
}
.cid-uYnyh8HVmx .mbr-section-title,
.cid-uYnyh8HVmx .mbr-section-btn,
.cid-uYnyh8HVmx .title-wrapper {
  text-align: justify;
}
.cid-uYnyhatq2L {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnyhatq2L .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnyhatq2L .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnyhatq2L .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnyhatq2L .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnyhatq2L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyhatq2L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyhatq2L .row {
  justify-content: center;
}
.cid-uYnyhatq2L .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyhatq2L .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnyhatq2L .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnyhatq2L .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyhatq2L .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnyhatq2L .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyhatq2L .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyhatq2L .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnyhatq2L .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyhatq2L .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyhatq2L .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyhatq2L .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyhatq2L .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnyhatq2L .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnyhatq2L .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnyhatq2L .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnyhatq2L .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnyhatq2L .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnyhatq2L .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnyhatq2L .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnyhatq2L .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnyhatq2L .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnyhatq2L .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnyhatq2L .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyhatq2L .mbr-text,
.cid-uYnyhatq2L .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyhatq2L .mbr-section-btn,
.cid-uYnyhatq2L .mbr-section-title {
  text-align: center;
}
.cid-uYnyhatq2L .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnyhatq2L .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyjv8zAN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnyjv8zAN .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-uYnyjv8zAN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnyjv8zAN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnyjv8zAN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnyjv8zAN .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnyjv8zAN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnyjv8zAN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnyjv8zAN .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnyjv8zAN .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnyjv8zAN .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnyjv8zAN .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyjv8zAN .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnyjv8zAN .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyjv8zAN .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnyjv8zAN .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnyjv8zAN .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnyjv8zAN .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyjv8zAN .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnyjv8zAN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnyjv8zAN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnyjv8zAN .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnyjv8zAN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnyjv8zAN .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnyjv8zAN .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyjv8zAN .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnyjv8zAN .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnyjv8zAN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyjv8zAN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnyjv8zAN .container,
.cid-uYnyjv8zAN .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnyjv8zAN .container,
  .cid-uYnyjv8zAN .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnyjv8zAN .container,
  .cid-uYnyjv8zAN .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnyjv8zAN .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnyjv8zAN .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyjv8zAN .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnyjv8zAN .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnyjv8zAN .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnyjv8zAN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnyjv8zAN .nav-item:focus,
.cid-uYnyjv8zAN .nav-link:focus {
  outline: none;
}
.cid-uYnyjv8zAN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnyjv8zAN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnyjv8zAN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnyjv8zAN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnyjv8zAN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnyjv8zAN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnyjv8zAN .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-uYnyjv8zAN .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnyjv8zAN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnyjv8zAN .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnyjv8zAN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnyjv8zAN .navbar.collapsed {
  justify-content: center;
}
.cid-uYnyjv8zAN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnyjv8zAN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnyjv8zAN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnyjv8zAN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnyjv8zAN .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-uYnyjv8zAN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnyjv8zAN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnyjv8zAN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnyjv8zAN .navbar {
    min-height: 72px;
  }
  .cid-uYnyjv8zAN .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnyjv8zAN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnyjv8zAN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnyjv8zAN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnyjv8zAN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnyjv8zAN .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-uYnyjv8zAN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnyjv8zAN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnyjv8zAN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnyjv8zAN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyjv8zAN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnyjv8zAN .dropdown-item.active,
.cid-uYnyjv8zAN .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnyjv8zAN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnyjv8zAN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnyjv8zAN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnyjv8zAN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnyjv8zAN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnyjv8zAN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnyjv8zAN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnyjv8zAN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnyjv8zAN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnyjv8zAN .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnyjv8zAN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnyjv8zAN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnyjv8zAN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnyjv8zAN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyjv8zAN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyjv8zAN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnyjv8zAN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyjv8zAN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnyjv8zAN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnyjv8zAN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyjv8zAN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnyjv8zAN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnyjv8zAN .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-uYnyjv8zAN .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnyjv8zAN .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnyjv8zAN .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnyjv8zAN .navbar {
    height: 70px;
  }
  .cid-uYnyjv8zAN .navbar.opened {
    height: auto;
  }
  .cid-uYnyjv8zAN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnyjv8zAN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnyjv8zAN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnyjv8zAN .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnyjv8zAN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnyjv8zAN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnyjv8zAN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnyjv8zAN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnyjv8zAN .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnyjv8zAN .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnyjv8zAN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnyjv8zAN .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnyjv8zAN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnyjv8zAN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnyjv8zAN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnyjv8zAN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnyjv8zAN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnyjv8zAN .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnyjv8zAN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnyjv8zAN .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnyjv8zAN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnyjv8zAN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnyjv8zAN .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnyjv8zAN .content-wrap {
    display: block;
  }
}
.cid-uYnyjxHTuc {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyjxHTuc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyjxHTuc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyjxHTuc .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyjxHTuc .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnyjxHTuc .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyjxHTuc .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyjxHTuc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnyjxHTuc .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnyjxHTuc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyjxHTuc .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyjxHTuc .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyjxHTuc .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyjxHTuc .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyjxHTuc .mbr-text,
.cid-uYnyjxHTuc .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyjxHTuc .mbr-section-title,
.cid-uYnyjxHTuc .mbr-section-btn {
  text-align: center;
}
.cid-uYnyjzfxOj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyjzfxOj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyjzfxOj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyjzfxOj .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnyjzfxOj .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnyjzfxOj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnyjzfxOj .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnyjzfxOj .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnyjzfxOj .item {
    margin-bottom: 40px;
  }
}
.cid-uYnyjzfxOj .item .item-wrapper {
  height: 100%;
}
.cid-uYnyjzfxOj .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyjzfxOj .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnyjzfxOj .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnyjzfxOj .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnyjzfxOj .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnyjzfxOj .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnyjzfxOj .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnyjzfxOj .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnyjzfxOj .mbr-section-title,
.cid-uYnyjzfxOj .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnyjzfxOj .card-name {
  color: #323432;
}
.cid-uYnyjzfxOj .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnyjzfxOj .card-name,
.cid-uYnyjzfxOj .mbr-section-btn {
  text-align: center;
}
.cid-uYnyjBokBn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnyjBokBn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyjBokBn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyjBokBn .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnyjBokBn .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyjBokBn .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnyjBokBn .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnyjBokBn .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnyjBokBn .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnyjBokBn .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnyjBokBn .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnyjBokBn .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnyjBokBn .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnyjBokBn .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnyjBokBn .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnyjBokBn .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnyjBokBn .mbr-label,
.cid-uYnyjBokBn .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnyjBokBn .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnyjBokBn .mbr-text,
.cid-uYnyjBokBn .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnyjBokBn .mbr-section-title,
.cid-uYnyjBokBn .mbr-section-btn {
  text-align: center;
}
.cid-uYnyjBokBn .mbr-section-title,
.cid-uYnyjBokBn .mbr-section-btn,
.cid-uYnyjBokBn .title-wrapper {
  text-align: justify;
}
.cid-uYnyjDmB7z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnyjDmB7z .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnyjDmB7z .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnyjDmB7z .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnyjDmB7z .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnyjDmB7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyjDmB7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyjDmB7z .row {
  justify-content: center;
}
.cid-uYnyjDmB7z .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyjDmB7z .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnyjDmB7z .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnyjDmB7z .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyjDmB7z .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnyjDmB7z .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyjDmB7z .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyjDmB7z .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnyjDmB7z .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyjDmB7z .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyjDmB7z .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyjDmB7z .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyjDmB7z .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnyjDmB7z .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnyjDmB7z .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnyjDmB7z .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnyjDmB7z .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnyjDmB7z .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnyjDmB7z .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnyjDmB7z .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnyjDmB7z .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnyjDmB7z .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnyjDmB7z .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnyjDmB7z .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyjDmB7z .mbr-text,
.cid-uYnyjDmB7z .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyjDmB7z .mbr-section-btn,
.cid-uYnyjDmB7z .mbr-section-title {
  text-align: center;
}
.cid-uYnyjDmB7z .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnyjDmB7z .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnylSms1x {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnylSms1x .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-uYnylSms1x .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnylSms1x .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnylSms1x .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnylSms1x .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnylSms1x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnylSms1x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnylSms1x .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnylSms1x .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnylSms1x .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnylSms1x .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnylSms1x .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnylSms1x .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnylSms1x .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnylSms1x .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnylSms1x .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnylSms1x .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnylSms1x .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnylSms1x .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnylSms1x .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnylSms1x .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnylSms1x .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnylSms1x .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnylSms1x .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnylSms1x .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnylSms1x .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnylSms1x .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnylSms1x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnylSms1x .container,
.cid-uYnylSms1x .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnylSms1x .container,
  .cid-uYnylSms1x .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnylSms1x .container,
  .cid-uYnylSms1x .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnylSms1x .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnylSms1x .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnylSms1x .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnylSms1x .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnylSms1x .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnylSms1x .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnylSms1x .nav-item:focus,
.cid-uYnylSms1x .nav-link:focus {
  outline: none;
}
.cid-uYnylSms1x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnylSms1x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnylSms1x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnylSms1x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnylSms1x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnylSms1x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnylSms1x .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-uYnylSms1x .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnylSms1x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnylSms1x .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnylSms1x .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnylSms1x .navbar.collapsed {
  justify-content: center;
}
.cid-uYnylSms1x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnylSms1x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnylSms1x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnylSms1x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnylSms1x .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-uYnylSms1x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnylSms1x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnylSms1x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnylSms1x .navbar {
    min-height: 72px;
  }
  .cid-uYnylSms1x .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnylSms1x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnylSms1x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnylSms1x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnylSms1x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnylSms1x .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-uYnylSms1x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnylSms1x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnylSms1x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnylSms1x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnylSms1x .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnylSms1x .dropdown-item.active,
.cid-uYnylSms1x .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnylSms1x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnylSms1x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnylSms1x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnylSms1x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnylSms1x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnylSms1x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnylSms1x .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnylSms1x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnylSms1x .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnylSms1x .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnylSms1x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnylSms1x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnylSms1x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnylSms1x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnylSms1x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnylSms1x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnylSms1x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnylSms1x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnylSms1x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnylSms1x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnylSms1x .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnylSms1x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnylSms1x .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-uYnylSms1x .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnylSms1x .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnylSms1x .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnylSms1x .navbar {
    height: 70px;
  }
  .cid-uYnylSms1x .navbar.opened {
    height: auto;
  }
  .cid-uYnylSms1x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnylSms1x .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnylSms1x .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnylSms1x .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnylSms1x .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnylSms1x .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnylSms1x .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnylSms1x .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnylSms1x .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnylSms1x .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnylSms1x .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnylSms1x .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnylSms1x .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnylSms1x .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnylSms1x .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnylSms1x .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnylSms1x .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnylSms1x .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnylSms1x .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnylSms1x .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnylSms1x .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnylSms1x .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnylSms1x .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnylSms1x .content-wrap {
    display: block;
  }
}
.cid-uYnylTSqkq {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnylTSqkq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnylTSqkq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnylTSqkq .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnylTSqkq .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnylTSqkq .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnylTSqkq .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnylTSqkq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnylTSqkq .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnylTSqkq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnylTSqkq .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnylTSqkq .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnylTSqkq .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnylTSqkq .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnylTSqkq .mbr-text,
.cid-uYnylTSqkq .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnylTSqkq .mbr-section-title,
.cid-uYnylTSqkq .mbr-section-btn {
  text-align: center;
}
.cid-uYnylVg83U {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnylVg83U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnylVg83U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnylVg83U .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnylVg83U .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnylVg83U .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnylVg83U .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnylVg83U .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnylVg83U .item {
    margin-bottom: 40px;
  }
}
.cid-uYnylVg83U .item .item-wrapper {
  height: 100%;
}
.cid-uYnylVg83U .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnylVg83U .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnylVg83U .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnylVg83U .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnylVg83U .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnylVg83U .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnylVg83U .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnylVg83U .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnylVg83U .mbr-section-title,
.cid-uYnylVg83U .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnylVg83U .card-name {
  color: #323432;
}
.cid-uYnylVg83U .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnylVg83U .card-name,
.cid-uYnylVg83U .mbr-section-btn {
  text-align: center;
}
.cid-uYnylXcOxP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnylXcOxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnylXcOxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnylXcOxP .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnylXcOxP .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnylXcOxP .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnylXcOxP .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnylXcOxP .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnylXcOxP .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnylXcOxP .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnylXcOxP .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnylXcOxP .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnylXcOxP .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnylXcOxP .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnylXcOxP .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnylXcOxP .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnylXcOxP .mbr-label,
.cid-uYnylXcOxP .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnylXcOxP .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnylXcOxP .mbr-text,
.cid-uYnylXcOxP .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnylXcOxP .mbr-section-title,
.cid-uYnylXcOxP .mbr-section-btn {
  text-align: center;
}
.cid-uYnylXcOxP .mbr-section-title,
.cid-uYnylXcOxP .mbr-section-btn,
.cid-uYnylXcOxP .title-wrapper {
  text-align: justify;
}
.cid-uYnylYY1t0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnylYY1t0 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnylYY1t0 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnylYY1t0 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnylYY1t0 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnylYY1t0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnylYY1t0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnylYY1t0 .row {
  justify-content: center;
}
.cid-uYnylYY1t0 .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnylYY1t0 .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnylYY1t0 .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnylYY1t0 .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnylYY1t0 .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnylYY1t0 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnylYY1t0 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnylYY1t0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnylYY1t0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnylYY1t0 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnylYY1t0 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnylYY1t0 .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnylYY1t0 .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnylYY1t0 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnylYY1t0 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnylYY1t0 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnylYY1t0 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnylYY1t0 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnylYY1t0 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnylYY1t0 .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnylYY1t0 .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnylYY1t0 .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnylYY1t0 .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnylYY1t0 .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnylYY1t0 .mbr-text,
.cid-uYnylYY1t0 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnylYY1t0 .mbr-section-btn,
.cid-uYnylYY1t0 .mbr-section-title {
  text-align: center;
}
.cid-uYnylYY1t0 .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnylYY1t0 .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyoj9WX7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnyoj9WX7 .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-uYnyoj9WX7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnyoj9WX7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnyoj9WX7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnyoj9WX7 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnyoj9WX7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnyoj9WX7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnyoj9WX7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnyoj9WX7 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnyoj9WX7 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnyoj9WX7 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyoj9WX7 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnyoj9WX7 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyoj9WX7 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnyoj9WX7 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnyoj9WX7 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnyoj9WX7 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyoj9WX7 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnyoj9WX7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnyoj9WX7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnyoj9WX7 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnyoj9WX7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnyoj9WX7 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnyoj9WX7 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyoj9WX7 .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnyoj9WX7 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnyoj9WX7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyoj9WX7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnyoj9WX7 .container,
.cid-uYnyoj9WX7 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnyoj9WX7 .container,
  .cid-uYnyoj9WX7 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnyoj9WX7 .container,
  .cid-uYnyoj9WX7 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnyoj9WX7 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnyoj9WX7 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyoj9WX7 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnyoj9WX7 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnyoj9WX7 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnyoj9WX7 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnyoj9WX7 .nav-item:focus,
.cid-uYnyoj9WX7 .nav-link:focus {
  outline: none;
}
.cid-uYnyoj9WX7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnyoj9WX7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnyoj9WX7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnyoj9WX7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnyoj9WX7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnyoj9WX7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnyoj9WX7 .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-uYnyoj9WX7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnyoj9WX7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnyoj9WX7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnyoj9WX7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnyoj9WX7 .navbar.collapsed {
  justify-content: center;
}
.cid-uYnyoj9WX7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnyoj9WX7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnyoj9WX7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnyoj9WX7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnyoj9WX7 .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-uYnyoj9WX7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnyoj9WX7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnyoj9WX7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnyoj9WX7 .navbar {
    min-height: 72px;
  }
  .cid-uYnyoj9WX7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnyoj9WX7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnyoj9WX7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnyoj9WX7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnyoj9WX7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnyoj9WX7 .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-uYnyoj9WX7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnyoj9WX7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnyoj9WX7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnyoj9WX7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyoj9WX7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnyoj9WX7 .dropdown-item.active,
.cid-uYnyoj9WX7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnyoj9WX7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnyoj9WX7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnyoj9WX7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnyoj9WX7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnyoj9WX7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnyoj9WX7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnyoj9WX7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnyoj9WX7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnyoj9WX7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnyoj9WX7 .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnyoj9WX7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnyoj9WX7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnyoj9WX7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnyoj9WX7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyoj9WX7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyoj9WX7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnyoj9WX7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyoj9WX7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnyoj9WX7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnyoj9WX7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyoj9WX7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnyoj9WX7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnyoj9WX7 .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-uYnyoj9WX7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnyoj9WX7 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnyoj9WX7 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnyoj9WX7 .navbar {
    height: 70px;
  }
  .cid-uYnyoj9WX7 .navbar.opened {
    height: auto;
  }
  .cid-uYnyoj9WX7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnyoj9WX7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnyoj9WX7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnyoj9WX7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnyoj9WX7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnyoj9WX7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnyoj9WX7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnyoj9WX7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnyoj9WX7 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnyoj9WX7 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnyoj9WX7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnyoj9WX7 .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnyoj9WX7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnyoj9WX7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnyoj9WX7 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnyoj9WX7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnyoj9WX7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnyoj9WX7 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnyoj9WX7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnyoj9WX7 .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnyoj9WX7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnyoj9WX7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnyoj9WX7 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnyoj9WX7 .content-wrap {
    display: block;
  }
}
.cid-uYnyolrG9H {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyolrG9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyolrG9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyolrG9H .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyolrG9H .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnyolrG9H .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyolrG9H .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyolrG9H .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnyolrG9H .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnyolrG9H .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyolrG9H .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyolrG9H .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyolrG9H .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyolrG9H .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyolrG9H .mbr-text,
.cid-uYnyolrG9H .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyolrG9H .mbr-section-title,
.cid-uYnyolrG9H .mbr-section-btn {
  text-align: center;
}
.cid-uYnyomRMDf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyomRMDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyomRMDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyomRMDf .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnyomRMDf .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnyomRMDf .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnyomRMDf .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnyomRMDf .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnyomRMDf .item {
    margin-bottom: 40px;
  }
}
.cid-uYnyomRMDf .item .item-wrapper {
  height: 100%;
}
.cid-uYnyomRMDf .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyomRMDf .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnyomRMDf .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnyomRMDf .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnyomRMDf .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnyomRMDf .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnyomRMDf .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnyomRMDf .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnyomRMDf .mbr-section-title,
.cid-uYnyomRMDf .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnyomRMDf .card-name {
  color: #323432;
}
.cid-uYnyomRMDf .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnyomRMDf .card-name,
.cid-uYnyomRMDf .mbr-section-btn {
  text-align: center;
}
.cid-uYnyooOMsU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnyooOMsU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyooOMsU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyooOMsU .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnyooOMsU .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyooOMsU .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnyooOMsU .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnyooOMsU .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnyooOMsU .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnyooOMsU .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnyooOMsU .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnyooOMsU .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnyooOMsU .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnyooOMsU .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnyooOMsU .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnyooOMsU .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnyooOMsU .mbr-label,
.cid-uYnyooOMsU .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnyooOMsU .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnyooOMsU .mbr-text,
.cid-uYnyooOMsU .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnyooOMsU .mbr-section-title,
.cid-uYnyooOMsU .mbr-section-btn {
  text-align: center;
}
.cid-uYnyooOMsU .mbr-section-title,
.cid-uYnyooOMsU .mbr-section-btn,
.cid-uYnyooOMsU .title-wrapper {
  text-align: justify;
}
.cid-uYnyoqBOYA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnyoqBOYA .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnyoqBOYA .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnyoqBOYA .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnyoqBOYA .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnyoqBOYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyoqBOYA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyoqBOYA .row {
  justify-content: center;
}
.cid-uYnyoqBOYA .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyoqBOYA .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnyoqBOYA .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnyoqBOYA .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyoqBOYA .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnyoqBOYA .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyoqBOYA .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyoqBOYA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnyoqBOYA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyoqBOYA .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyoqBOYA .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyoqBOYA .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyoqBOYA .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnyoqBOYA .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnyoqBOYA .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnyoqBOYA .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnyoqBOYA .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnyoqBOYA .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnyoqBOYA .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnyoqBOYA .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnyoqBOYA .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnyoqBOYA .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnyoqBOYA .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnyoqBOYA .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyoqBOYA .mbr-text,
.cid-uYnyoqBOYA .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyoqBOYA .mbr-section-btn,
.cid-uYnyoqBOYA .mbr-section-title {
  text-align: center;
}
.cid-uYnyoqBOYA .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnyoqBOYA .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyroei3r {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnyroei3r .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-uYnyroei3r .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnyroei3r .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnyroei3r .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnyroei3r .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnyroei3r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnyroei3r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnyroei3r .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnyroei3r .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnyroei3r .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnyroei3r .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyroei3r .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnyroei3r .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyroei3r .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnyroei3r .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnyroei3r .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnyroei3r .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyroei3r .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnyroei3r .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnyroei3r .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnyroei3r .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnyroei3r .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnyroei3r .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnyroei3r .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyroei3r .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnyroei3r .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnyroei3r .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyroei3r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnyroei3r .container,
.cid-uYnyroei3r .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnyroei3r .container,
  .cid-uYnyroei3r .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnyroei3r .container,
  .cid-uYnyroei3r .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnyroei3r .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnyroei3r .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyroei3r .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnyroei3r .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnyroei3r .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnyroei3r .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnyroei3r .nav-item:focus,
.cid-uYnyroei3r .nav-link:focus {
  outline: none;
}
.cid-uYnyroei3r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnyroei3r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnyroei3r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnyroei3r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnyroei3r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnyroei3r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnyroei3r .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-uYnyroei3r .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnyroei3r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnyroei3r .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnyroei3r .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnyroei3r .navbar.collapsed {
  justify-content: center;
}
.cid-uYnyroei3r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnyroei3r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnyroei3r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnyroei3r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnyroei3r .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-uYnyroei3r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnyroei3r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnyroei3r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnyroei3r .navbar {
    min-height: 72px;
  }
  .cid-uYnyroei3r .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnyroei3r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnyroei3r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnyroei3r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnyroei3r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnyroei3r .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-uYnyroei3r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnyroei3r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnyroei3r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnyroei3r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyroei3r .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnyroei3r .dropdown-item.active,
.cid-uYnyroei3r .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnyroei3r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnyroei3r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnyroei3r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnyroei3r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnyroei3r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnyroei3r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnyroei3r .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnyroei3r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnyroei3r .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnyroei3r .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnyroei3r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnyroei3r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnyroei3r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnyroei3r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyroei3r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyroei3r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnyroei3r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyroei3r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnyroei3r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnyroei3r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyroei3r .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnyroei3r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnyroei3r .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-uYnyroei3r .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnyroei3r .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnyroei3r .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnyroei3r .navbar {
    height: 70px;
  }
  .cid-uYnyroei3r .navbar.opened {
    height: auto;
  }
  .cid-uYnyroei3r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnyroei3r .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnyroei3r .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnyroei3r .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnyroei3r .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnyroei3r .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnyroei3r .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnyroei3r .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnyroei3r .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnyroei3r .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnyroei3r .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnyroei3r .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnyroei3r .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnyroei3r .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnyroei3r .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnyroei3r .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnyroei3r .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnyroei3r .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnyroei3r .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnyroei3r .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnyroei3r .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnyroei3r .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnyroei3r .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnyroei3r .content-wrap {
    display: block;
  }
}
.cid-uYnyrqBjHJ {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyrqBjHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyrqBjHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyrqBjHJ .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyrqBjHJ .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnyrqBjHJ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyrqBjHJ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyrqBjHJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnyrqBjHJ .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnyrqBjHJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyrqBjHJ .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyrqBjHJ .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyrqBjHJ .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyrqBjHJ .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyrqBjHJ .mbr-text,
.cid-uYnyrqBjHJ .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyrqBjHJ .mbr-section-title,
.cid-uYnyrqBjHJ .mbr-section-btn {
  text-align: center;
}
.cid-uYnyrs1AKv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyrs1AKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyrs1AKv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyrs1AKv .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnyrs1AKv .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnyrs1AKv .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnyrs1AKv .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnyrs1AKv .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnyrs1AKv .item {
    margin-bottom: 40px;
  }
}
.cid-uYnyrs1AKv .item .item-wrapper {
  height: 100%;
}
.cid-uYnyrs1AKv .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyrs1AKv .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnyrs1AKv .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnyrs1AKv .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnyrs1AKv .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnyrs1AKv .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnyrs1AKv .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnyrs1AKv .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnyrs1AKv .mbr-section-title,
.cid-uYnyrs1AKv .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnyrs1AKv .card-name {
  color: #323432;
}
.cid-uYnyrs1AKv .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnyrs1AKv .card-name,
.cid-uYnyrs1AKv .mbr-section-btn {
  text-align: center;
}
.cid-uYnyrtZhiS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnyrtZhiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyrtZhiS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyrtZhiS .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnyrtZhiS .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyrtZhiS .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnyrtZhiS .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnyrtZhiS .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnyrtZhiS .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnyrtZhiS .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnyrtZhiS .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnyrtZhiS .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnyrtZhiS .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnyrtZhiS .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnyrtZhiS .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnyrtZhiS .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnyrtZhiS .mbr-label,
.cid-uYnyrtZhiS .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnyrtZhiS .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnyrtZhiS .mbr-text,
.cid-uYnyrtZhiS .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnyrtZhiS .mbr-section-title,
.cid-uYnyrtZhiS .mbr-section-btn {
  text-align: center;
}
.cid-uYnyrtZhiS .mbr-section-title,
.cid-uYnyrtZhiS .mbr-section-btn,
.cid-uYnyrtZhiS .title-wrapper {
  text-align: justify;
}
.cid-uYnyrvPJRG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnyrvPJRG .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnyrvPJRG .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnyrvPJRG .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnyrvPJRG .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnyrvPJRG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyrvPJRG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyrvPJRG .row {
  justify-content: center;
}
.cid-uYnyrvPJRG .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyrvPJRG .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnyrvPJRG .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnyrvPJRG .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyrvPJRG .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnyrvPJRG .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyrvPJRG .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyrvPJRG .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnyrvPJRG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyrvPJRG .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyrvPJRG .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyrvPJRG .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyrvPJRG .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnyrvPJRG .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnyrvPJRG .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnyrvPJRG .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnyrvPJRG .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnyrvPJRG .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnyrvPJRG .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnyrvPJRG .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnyrvPJRG .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnyrvPJRG .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnyrvPJRG .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnyrvPJRG .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyrvPJRG .mbr-text,
.cid-uYnyrvPJRG .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyrvPJRG .mbr-section-btn,
.cid-uYnyrvPJRG .mbr-section-title {
  text-align: center;
}
.cid-uYnyrvPJRG .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnyrvPJRG .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnytllgqy {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnytllgqy .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-uYnytllgqy .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnytllgqy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnytllgqy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnytllgqy .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnytllgqy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnytllgqy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnytllgqy .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnytllgqy .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnytllgqy .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnytllgqy .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnytllgqy .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnytllgqy .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnytllgqy .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnytllgqy .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnytllgqy .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnytllgqy .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnytllgqy .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnytllgqy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnytllgqy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnytllgqy .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnytllgqy .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnytllgqy .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnytllgqy .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnytllgqy .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnytllgqy .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnytllgqy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnytllgqy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnytllgqy .container,
.cid-uYnytllgqy .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnytllgqy .container,
  .cid-uYnytllgqy .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnytllgqy .container,
  .cid-uYnytllgqy .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnytllgqy .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnytllgqy .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnytllgqy .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnytllgqy .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnytllgqy .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnytllgqy .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnytllgqy .nav-item:focus,
.cid-uYnytllgqy .nav-link:focus {
  outline: none;
}
.cid-uYnytllgqy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnytllgqy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnytllgqy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnytllgqy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnytllgqy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnytllgqy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnytllgqy .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-uYnytllgqy .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnytllgqy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnytllgqy .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnytllgqy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnytllgqy .navbar.collapsed {
  justify-content: center;
}
.cid-uYnytllgqy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnytllgqy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnytllgqy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnytllgqy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnytllgqy .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-uYnytllgqy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnytllgqy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnytllgqy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnytllgqy .navbar {
    min-height: 72px;
  }
  .cid-uYnytllgqy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnytllgqy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnytllgqy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnytllgqy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnytllgqy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnytllgqy .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-uYnytllgqy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnytllgqy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnytllgqy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnytllgqy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnytllgqy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnytllgqy .dropdown-item.active,
.cid-uYnytllgqy .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnytllgqy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnytllgqy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnytllgqy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnytllgqy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnytllgqy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnytllgqy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnytllgqy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnytllgqy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnytllgqy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnytllgqy .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnytllgqy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnytllgqy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnytllgqy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnytllgqy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnytllgqy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnytllgqy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnytllgqy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnytllgqy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnytllgqy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnytllgqy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnytllgqy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnytllgqy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnytllgqy .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-uYnytllgqy .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnytllgqy .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnytllgqy .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnytllgqy .navbar {
    height: 70px;
  }
  .cid-uYnytllgqy .navbar.opened {
    height: auto;
  }
  .cid-uYnytllgqy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnytllgqy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnytllgqy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnytllgqy .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnytllgqy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnytllgqy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnytllgqy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnytllgqy .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnytllgqy .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnytllgqy .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnytllgqy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnytllgqy .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnytllgqy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnytllgqy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnytllgqy .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnytllgqy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnytllgqy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnytllgqy .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnytllgqy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnytllgqy .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnytllgqy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnytllgqy .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnytllgqy .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnytllgqy .content-wrap {
    display: block;
  }
}
.cid-uYnytnMu8B {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnytnMu8B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnytnMu8B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnytnMu8B .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnytnMu8B .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnytnMu8B .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnytnMu8B .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnytnMu8B .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnytnMu8B .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnytnMu8B .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnytnMu8B .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnytnMu8B .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnytnMu8B .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnytnMu8B .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnytnMu8B .mbr-text,
.cid-uYnytnMu8B .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnytnMu8B .mbr-section-title,
.cid-uYnytnMu8B .mbr-section-btn {
  text-align: center;
}
.cid-uYnytpg0lQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnytpg0lQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnytpg0lQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnytpg0lQ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnytpg0lQ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnytpg0lQ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnytpg0lQ .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnytpg0lQ .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnytpg0lQ .item {
    margin-bottom: 40px;
  }
}
.cid-uYnytpg0lQ .item .item-wrapper {
  height: 100%;
}
.cid-uYnytpg0lQ .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnytpg0lQ .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnytpg0lQ .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnytpg0lQ .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnytpg0lQ .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnytpg0lQ .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnytpg0lQ .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnytpg0lQ .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnytpg0lQ .mbr-section-title,
.cid-uYnytpg0lQ .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnytpg0lQ .card-name {
  color: #323432;
}
.cid-uYnytpg0lQ .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnytpg0lQ .card-name,
.cid-uYnytpg0lQ .mbr-section-btn {
  text-align: center;
}
.cid-uYnytrd2V7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnytrd2V7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnytrd2V7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnytrd2V7 .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnytrd2V7 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnytrd2V7 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnytrd2V7 .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnytrd2V7 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnytrd2V7 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnytrd2V7 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnytrd2V7 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnytrd2V7 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnytrd2V7 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnytrd2V7 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnytrd2V7 .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnytrd2V7 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnytrd2V7 .mbr-label,
.cid-uYnytrd2V7 .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnytrd2V7 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnytrd2V7 .mbr-text,
.cid-uYnytrd2V7 .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnytrd2V7 .mbr-section-title,
.cid-uYnytrd2V7 .mbr-section-btn {
  text-align: center;
}
.cid-uYnytrd2V7 .mbr-section-title,
.cid-uYnytrd2V7 .mbr-section-btn,
.cid-uYnytrd2V7 .title-wrapper {
  text-align: justify;
}
.cid-uYnytt2Nwp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnytt2Nwp .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnytt2Nwp .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnytt2Nwp .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnytt2Nwp .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnytt2Nwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnytt2Nwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnytt2Nwp .row {
  justify-content: center;
}
.cid-uYnytt2Nwp .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnytt2Nwp .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnytt2Nwp .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnytt2Nwp .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnytt2Nwp .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnytt2Nwp .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnytt2Nwp .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnytt2Nwp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnytt2Nwp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnytt2Nwp .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnytt2Nwp .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnytt2Nwp .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnytt2Nwp .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnytt2Nwp .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnytt2Nwp .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnytt2Nwp .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnytt2Nwp .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnytt2Nwp .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnytt2Nwp .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnytt2Nwp .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnytt2Nwp .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnytt2Nwp .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnytt2Nwp .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnytt2Nwp .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnytt2Nwp .mbr-text,
.cid-uYnytt2Nwp .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnytt2Nwp .mbr-section-btn,
.cid-uYnytt2Nwp .mbr-section-title {
  text-align: center;
}
.cid-uYnytt2Nwp .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnytt2Nwp .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyvlF5zA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnyvlF5zA .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-uYnyvlF5zA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnyvlF5zA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnyvlF5zA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnyvlF5zA .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnyvlF5zA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnyvlF5zA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnyvlF5zA .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnyvlF5zA .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnyvlF5zA .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnyvlF5zA .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyvlF5zA .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnyvlF5zA .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyvlF5zA .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnyvlF5zA .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnyvlF5zA .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnyvlF5zA .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyvlF5zA .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnyvlF5zA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnyvlF5zA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnyvlF5zA .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnyvlF5zA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnyvlF5zA .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnyvlF5zA .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyvlF5zA .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnyvlF5zA .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnyvlF5zA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyvlF5zA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnyvlF5zA .container,
.cid-uYnyvlF5zA .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnyvlF5zA .container,
  .cid-uYnyvlF5zA .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnyvlF5zA .container,
  .cid-uYnyvlF5zA .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnyvlF5zA .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnyvlF5zA .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyvlF5zA .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnyvlF5zA .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnyvlF5zA .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnyvlF5zA .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnyvlF5zA .nav-item:focus,
.cid-uYnyvlF5zA .nav-link:focus {
  outline: none;
}
.cid-uYnyvlF5zA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnyvlF5zA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnyvlF5zA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnyvlF5zA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnyvlF5zA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnyvlF5zA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnyvlF5zA .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-uYnyvlF5zA .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnyvlF5zA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnyvlF5zA .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnyvlF5zA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnyvlF5zA .navbar.collapsed {
  justify-content: center;
}
.cid-uYnyvlF5zA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnyvlF5zA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnyvlF5zA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnyvlF5zA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnyvlF5zA .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-uYnyvlF5zA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnyvlF5zA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnyvlF5zA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnyvlF5zA .navbar {
    min-height: 72px;
  }
  .cid-uYnyvlF5zA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnyvlF5zA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnyvlF5zA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnyvlF5zA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnyvlF5zA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnyvlF5zA .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-uYnyvlF5zA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnyvlF5zA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnyvlF5zA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnyvlF5zA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyvlF5zA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnyvlF5zA .dropdown-item.active,
.cid-uYnyvlF5zA .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnyvlF5zA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnyvlF5zA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnyvlF5zA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnyvlF5zA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnyvlF5zA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnyvlF5zA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnyvlF5zA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnyvlF5zA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnyvlF5zA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnyvlF5zA .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnyvlF5zA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnyvlF5zA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnyvlF5zA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnyvlF5zA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyvlF5zA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyvlF5zA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnyvlF5zA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyvlF5zA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnyvlF5zA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnyvlF5zA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyvlF5zA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnyvlF5zA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnyvlF5zA .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-uYnyvlF5zA .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnyvlF5zA .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnyvlF5zA .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnyvlF5zA .navbar {
    height: 70px;
  }
  .cid-uYnyvlF5zA .navbar.opened {
    height: auto;
  }
  .cid-uYnyvlF5zA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnyvlF5zA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnyvlF5zA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnyvlF5zA .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnyvlF5zA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnyvlF5zA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnyvlF5zA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnyvlF5zA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnyvlF5zA .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnyvlF5zA .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnyvlF5zA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnyvlF5zA .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnyvlF5zA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnyvlF5zA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnyvlF5zA .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnyvlF5zA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnyvlF5zA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnyvlF5zA .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnyvlF5zA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnyvlF5zA .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnyvlF5zA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnyvlF5zA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnyvlF5zA .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnyvlF5zA .content-wrap {
    display: block;
  }
}
.cid-uYnyvomANR {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyvomANR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyvomANR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyvomANR .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyvomANR .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnyvomANR .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyvomANR .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyvomANR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnyvomANR .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnyvomANR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyvomANR .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyvomANR .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyvomANR .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyvomANR .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyvomANR .mbr-text,
.cid-uYnyvomANR .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyvomANR .mbr-section-title,
.cid-uYnyvomANR .mbr-section-btn {
  text-align: center;
}
.cid-uYnyvpSHK8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyvpSHK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyvpSHK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyvpSHK8 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnyvpSHK8 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnyvpSHK8 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnyvpSHK8 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnyvpSHK8 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnyvpSHK8 .item {
    margin-bottom: 40px;
  }
}
.cid-uYnyvpSHK8 .item .item-wrapper {
  height: 100%;
}
.cid-uYnyvpSHK8 .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyvpSHK8 .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnyvpSHK8 .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnyvpSHK8 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnyvpSHK8 .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnyvpSHK8 .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnyvpSHK8 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnyvpSHK8 .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnyvpSHK8 .mbr-section-title,
.cid-uYnyvpSHK8 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnyvpSHK8 .card-name {
  color: #323432;
}
.cid-uYnyvpSHK8 .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnyvpSHK8 .card-name,
.cid-uYnyvpSHK8 .mbr-section-btn {
  text-align: center;
}
.cid-uYnyvrSANR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnyvrSANR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyvrSANR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyvrSANR .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnyvrSANR .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyvrSANR .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnyvrSANR .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnyvrSANR .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnyvrSANR .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnyvrSANR .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnyvrSANR .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnyvrSANR .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnyvrSANR .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnyvrSANR .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnyvrSANR .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnyvrSANR .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnyvrSANR .mbr-label,
.cid-uYnyvrSANR .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnyvrSANR .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnyvrSANR .mbr-text,
.cid-uYnyvrSANR .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnyvrSANR .mbr-section-title,
.cid-uYnyvrSANR .mbr-section-btn {
  text-align: center;
}
.cid-uYnyvrSANR .mbr-section-title,
.cid-uYnyvrSANR .mbr-section-btn,
.cid-uYnyvrSANR .title-wrapper {
  text-align: justify;
}
.cid-uYnyvtIBpF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnyvtIBpF .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnyvtIBpF .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnyvtIBpF .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnyvtIBpF .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnyvtIBpF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyvtIBpF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyvtIBpF .row {
  justify-content: center;
}
.cid-uYnyvtIBpF .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyvtIBpF .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnyvtIBpF .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnyvtIBpF .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyvtIBpF .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnyvtIBpF .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyvtIBpF .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyvtIBpF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnyvtIBpF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyvtIBpF .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyvtIBpF .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyvtIBpF .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyvtIBpF .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnyvtIBpF .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnyvtIBpF .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnyvtIBpF .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnyvtIBpF .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnyvtIBpF .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnyvtIBpF .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnyvtIBpF .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnyvtIBpF .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnyvtIBpF .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnyvtIBpF .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnyvtIBpF .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyvtIBpF .mbr-text,
.cid-uYnyvtIBpF .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyvtIBpF .mbr-section-btn,
.cid-uYnyvtIBpF .mbr-section-title {
  text-align: center;
}
.cid-uYnyvtIBpF .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnyvtIBpF .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyxDzv8O {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnyxDzv8O .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-uYnyxDzv8O .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnyxDzv8O .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnyxDzv8O .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnyxDzv8O .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnyxDzv8O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnyxDzv8O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnyxDzv8O .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnyxDzv8O .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnyxDzv8O .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnyxDzv8O .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyxDzv8O .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnyxDzv8O .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyxDzv8O .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnyxDzv8O .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnyxDzv8O .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnyxDzv8O .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyxDzv8O .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnyxDzv8O .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnyxDzv8O .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnyxDzv8O .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnyxDzv8O .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnyxDzv8O .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnyxDzv8O .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyxDzv8O .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnyxDzv8O .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnyxDzv8O .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyxDzv8O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnyxDzv8O .container,
.cid-uYnyxDzv8O .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnyxDzv8O .container,
  .cid-uYnyxDzv8O .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnyxDzv8O .container,
  .cid-uYnyxDzv8O .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnyxDzv8O .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnyxDzv8O .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyxDzv8O .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnyxDzv8O .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnyxDzv8O .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnyxDzv8O .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnyxDzv8O .nav-item:focus,
.cid-uYnyxDzv8O .nav-link:focus {
  outline: none;
}
.cid-uYnyxDzv8O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnyxDzv8O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnyxDzv8O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnyxDzv8O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnyxDzv8O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnyxDzv8O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnyxDzv8O .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-uYnyxDzv8O .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnyxDzv8O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnyxDzv8O .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnyxDzv8O .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnyxDzv8O .navbar.collapsed {
  justify-content: center;
}
.cid-uYnyxDzv8O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnyxDzv8O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnyxDzv8O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnyxDzv8O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnyxDzv8O .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-uYnyxDzv8O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnyxDzv8O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnyxDzv8O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnyxDzv8O .navbar {
    min-height: 72px;
  }
  .cid-uYnyxDzv8O .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnyxDzv8O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnyxDzv8O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnyxDzv8O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnyxDzv8O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnyxDzv8O .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-uYnyxDzv8O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnyxDzv8O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnyxDzv8O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnyxDzv8O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyxDzv8O .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnyxDzv8O .dropdown-item.active,
.cid-uYnyxDzv8O .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnyxDzv8O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnyxDzv8O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnyxDzv8O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnyxDzv8O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnyxDzv8O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnyxDzv8O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnyxDzv8O .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnyxDzv8O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnyxDzv8O .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnyxDzv8O .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnyxDzv8O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnyxDzv8O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnyxDzv8O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnyxDzv8O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyxDzv8O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyxDzv8O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnyxDzv8O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyxDzv8O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnyxDzv8O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnyxDzv8O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyxDzv8O .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnyxDzv8O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnyxDzv8O .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-uYnyxDzv8O .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnyxDzv8O .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnyxDzv8O .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnyxDzv8O .navbar {
    height: 70px;
  }
  .cid-uYnyxDzv8O .navbar.opened {
    height: auto;
  }
  .cid-uYnyxDzv8O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnyxDzv8O .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnyxDzv8O .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnyxDzv8O .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnyxDzv8O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnyxDzv8O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnyxDzv8O .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnyxDzv8O .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnyxDzv8O .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnyxDzv8O .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnyxDzv8O .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnyxDzv8O .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnyxDzv8O .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnyxDzv8O .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnyxDzv8O .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnyxDzv8O .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnyxDzv8O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnyxDzv8O .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnyxDzv8O .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnyxDzv8O .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnyxDzv8O .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnyxDzv8O .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnyxDzv8O .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnyxDzv8O .content-wrap {
    display: block;
  }
}
.cid-uYnyxF5vnL {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyxF5vnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyxF5vnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyxF5vnL .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyxF5vnL .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnyxF5vnL .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyxF5vnL .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyxF5vnL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnyxF5vnL .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnyxF5vnL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyxF5vnL .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyxF5vnL .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyxF5vnL .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyxF5vnL .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyxF5vnL .mbr-text,
.cid-uYnyxF5vnL .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyxF5vnL .mbr-section-title,
.cid-uYnyxF5vnL .mbr-section-btn {
  text-align: center;
}
.cid-uYnyxGtNQW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyxGtNQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyxGtNQW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyxGtNQW .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnyxGtNQW .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnyxGtNQW .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnyxGtNQW .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnyxGtNQW .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnyxGtNQW .item {
    margin-bottom: 40px;
  }
}
.cid-uYnyxGtNQW .item .item-wrapper {
  height: 100%;
}
.cid-uYnyxGtNQW .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyxGtNQW .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnyxGtNQW .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnyxGtNQW .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnyxGtNQW .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnyxGtNQW .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnyxGtNQW .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnyxGtNQW .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnyxGtNQW .mbr-section-title,
.cid-uYnyxGtNQW .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnyxGtNQW .card-name {
  color: #323432;
}
.cid-uYnyxGtNQW .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnyxGtNQW .card-name,
.cid-uYnyxGtNQW .mbr-section-btn {
  text-align: center;
}
.cid-uYnyxIqaVs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnyxIqaVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyxIqaVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyxIqaVs .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnyxIqaVs .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyxIqaVs .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnyxIqaVs .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnyxIqaVs .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnyxIqaVs .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnyxIqaVs .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnyxIqaVs .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnyxIqaVs .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnyxIqaVs .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnyxIqaVs .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnyxIqaVs .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnyxIqaVs .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnyxIqaVs .mbr-label,
.cid-uYnyxIqaVs .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnyxIqaVs .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnyxIqaVs .mbr-text,
.cid-uYnyxIqaVs .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnyxIqaVs .mbr-section-title,
.cid-uYnyxIqaVs .mbr-section-btn {
  text-align: center;
}
.cid-uYnyxIqaVs .mbr-section-title,
.cid-uYnyxIqaVs .mbr-section-btn,
.cid-uYnyxIqaVs .title-wrapper {
  text-align: justify;
}
.cid-uYnyxKbUvL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnyxKbUvL .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnyxKbUvL .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnyxKbUvL .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnyxKbUvL .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnyxKbUvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyxKbUvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyxKbUvL .row {
  justify-content: center;
}
.cid-uYnyxKbUvL .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyxKbUvL .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnyxKbUvL .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnyxKbUvL .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyxKbUvL .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnyxKbUvL .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyxKbUvL .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyxKbUvL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnyxKbUvL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyxKbUvL .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyxKbUvL .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyxKbUvL .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyxKbUvL .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnyxKbUvL .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnyxKbUvL .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnyxKbUvL .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnyxKbUvL .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnyxKbUvL .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnyxKbUvL .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnyxKbUvL .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnyxKbUvL .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnyxKbUvL .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnyxKbUvL .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnyxKbUvL .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyxKbUvL .mbr-text,
.cid-uYnyxKbUvL .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyxKbUvL .mbr-section-btn,
.cid-uYnyxKbUvL .mbr-section-title {
  text-align: center;
}
.cid-uYnyxKbUvL .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnyxKbUvL .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyzEdDGs {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnyzEdDGs .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-uYnyzEdDGs .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnyzEdDGs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnyzEdDGs .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnyzEdDGs .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnyzEdDGs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnyzEdDGs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnyzEdDGs .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnyzEdDGs .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnyzEdDGs .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnyzEdDGs .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyzEdDGs .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnyzEdDGs .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyzEdDGs .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnyzEdDGs .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnyzEdDGs .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnyzEdDGs .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyzEdDGs .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnyzEdDGs .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnyzEdDGs .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnyzEdDGs .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnyzEdDGs .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnyzEdDGs .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnyzEdDGs .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyzEdDGs .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnyzEdDGs .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnyzEdDGs .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyzEdDGs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnyzEdDGs .container,
.cid-uYnyzEdDGs .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnyzEdDGs .container,
  .cid-uYnyzEdDGs .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnyzEdDGs .container,
  .cid-uYnyzEdDGs .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnyzEdDGs .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnyzEdDGs .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyzEdDGs .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnyzEdDGs .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnyzEdDGs .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnyzEdDGs .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnyzEdDGs .nav-item:focus,
.cid-uYnyzEdDGs .nav-link:focus {
  outline: none;
}
.cid-uYnyzEdDGs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnyzEdDGs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnyzEdDGs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnyzEdDGs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnyzEdDGs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnyzEdDGs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnyzEdDGs .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-uYnyzEdDGs .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnyzEdDGs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnyzEdDGs .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnyzEdDGs .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnyzEdDGs .navbar.collapsed {
  justify-content: center;
}
.cid-uYnyzEdDGs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnyzEdDGs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnyzEdDGs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnyzEdDGs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnyzEdDGs .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-uYnyzEdDGs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnyzEdDGs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnyzEdDGs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnyzEdDGs .navbar {
    min-height: 72px;
  }
  .cid-uYnyzEdDGs .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnyzEdDGs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnyzEdDGs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnyzEdDGs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnyzEdDGs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnyzEdDGs .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-uYnyzEdDGs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnyzEdDGs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnyzEdDGs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnyzEdDGs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyzEdDGs .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnyzEdDGs .dropdown-item.active,
.cid-uYnyzEdDGs .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnyzEdDGs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnyzEdDGs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnyzEdDGs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnyzEdDGs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnyzEdDGs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnyzEdDGs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnyzEdDGs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnyzEdDGs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnyzEdDGs .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnyzEdDGs .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnyzEdDGs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnyzEdDGs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnyzEdDGs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnyzEdDGs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyzEdDGs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyzEdDGs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnyzEdDGs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyzEdDGs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnyzEdDGs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnyzEdDGs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyzEdDGs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnyzEdDGs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnyzEdDGs .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-uYnyzEdDGs .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnyzEdDGs .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnyzEdDGs .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnyzEdDGs .navbar {
    height: 70px;
  }
  .cid-uYnyzEdDGs .navbar.opened {
    height: auto;
  }
  .cid-uYnyzEdDGs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnyzEdDGs .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnyzEdDGs .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnyzEdDGs .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnyzEdDGs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnyzEdDGs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnyzEdDGs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnyzEdDGs .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnyzEdDGs .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnyzEdDGs .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnyzEdDGs .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnyzEdDGs .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnyzEdDGs .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnyzEdDGs .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnyzEdDGs .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnyzEdDGs .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnyzEdDGs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnyzEdDGs .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnyzEdDGs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnyzEdDGs .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnyzEdDGs .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnyzEdDGs .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnyzEdDGs .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnyzEdDGs .content-wrap {
    display: block;
  }
}
.cid-uYnyzFLapw {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyzFLapw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyzFLapw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyzFLapw .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyzFLapw .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnyzFLapw .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyzFLapw .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyzFLapw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnyzFLapw .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnyzFLapw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyzFLapw .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyzFLapw .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyzFLapw .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyzFLapw .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyzFLapw .mbr-text,
.cid-uYnyzFLapw .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyzFLapw .mbr-section-title,
.cid-uYnyzFLapw .mbr-section-btn {
  text-align: center;
}
.cid-uYnyzH8p6j {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyzH8p6j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyzH8p6j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyzH8p6j .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnyzH8p6j .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnyzH8p6j .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnyzH8p6j .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnyzH8p6j .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnyzH8p6j .item {
    margin-bottom: 40px;
  }
}
.cid-uYnyzH8p6j .item .item-wrapper {
  height: 100%;
}
.cid-uYnyzH8p6j .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyzH8p6j .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnyzH8p6j .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnyzH8p6j .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnyzH8p6j .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnyzH8p6j .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnyzH8p6j .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnyzH8p6j .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnyzH8p6j .mbr-section-title,
.cid-uYnyzH8p6j .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnyzH8p6j .card-name {
  color: #323432;
}
.cid-uYnyzH8p6j .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnyzH8p6j .card-name,
.cid-uYnyzH8p6j .mbr-section-btn {
  text-align: center;
}
.cid-uYnyzJ3zbQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnyzJ3zbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyzJ3zbQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyzJ3zbQ .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnyzJ3zbQ .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyzJ3zbQ .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnyzJ3zbQ .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnyzJ3zbQ .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnyzJ3zbQ .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnyzJ3zbQ .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnyzJ3zbQ .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnyzJ3zbQ .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnyzJ3zbQ .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnyzJ3zbQ .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnyzJ3zbQ .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnyzJ3zbQ .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnyzJ3zbQ .mbr-label,
.cid-uYnyzJ3zbQ .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnyzJ3zbQ .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnyzJ3zbQ .mbr-text,
.cid-uYnyzJ3zbQ .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnyzJ3zbQ .mbr-section-title,
.cid-uYnyzJ3zbQ .mbr-section-btn {
  text-align: center;
}
.cid-uYnyzJ3zbQ .mbr-section-title,
.cid-uYnyzJ3zbQ .mbr-section-btn,
.cid-uYnyzJ3zbQ .title-wrapper {
  text-align: justify;
}
.cid-uYnyzKQKKr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnyzKQKKr .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnyzKQKKr .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnyzKQKKr .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnyzKQKKr .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnyzKQKKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyzKQKKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyzKQKKr .row {
  justify-content: center;
}
.cid-uYnyzKQKKr .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyzKQKKr .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnyzKQKKr .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnyzKQKKr .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyzKQKKr .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnyzKQKKr .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyzKQKKr .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyzKQKKr .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnyzKQKKr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyzKQKKr .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyzKQKKr .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyzKQKKr .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyzKQKKr .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnyzKQKKr .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnyzKQKKr .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnyzKQKKr .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnyzKQKKr .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnyzKQKKr .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnyzKQKKr .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnyzKQKKr .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnyzKQKKr .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnyzKQKKr .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnyzKQKKr .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnyzKQKKr .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyzKQKKr .mbr-text,
.cid-uYnyzKQKKr .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyzKQKKr .mbr-section-btn,
.cid-uYnyzKQKKr .mbr-section-title {
  text-align: center;
}
.cid-uYnyzKQKKr .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnyzKQKKr .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyC36eRc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnyC36eRc .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-uYnyC36eRc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnyC36eRc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnyC36eRc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnyC36eRc .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnyC36eRc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnyC36eRc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnyC36eRc .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnyC36eRc .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnyC36eRc .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnyC36eRc .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyC36eRc .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnyC36eRc .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyC36eRc .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnyC36eRc .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnyC36eRc .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnyC36eRc .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyC36eRc .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnyC36eRc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnyC36eRc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnyC36eRc .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnyC36eRc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnyC36eRc .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnyC36eRc .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyC36eRc .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnyC36eRc .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnyC36eRc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyC36eRc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnyC36eRc .container,
.cid-uYnyC36eRc .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnyC36eRc .container,
  .cid-uYnyC36eRc .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnyC36eRc .container,
  .cid-uYnyC36eRc .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnyC36eRc .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnyC36eRc .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyC36eRc .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnyC36eRc .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnyC36eRc .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnyC36eRc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnyC36eRc .nav-item:focus,
.cid-uYnyC36eRc .nav-link:focus {
  outline: none;
}
.cid-uYnyC36eRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnyC36eRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnyC36eRc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnyC36eRc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnyC36eRc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnyC36eRc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnyC36eRc .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-uYnyC36eRc .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnyC36eRc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnyC36eRc .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnyC36eRc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnyC36eRc .navbar.collapsed {
  justify-content: center;
}
.cid-uYnyC36eRc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnyC36eRc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnyC36eRc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnyC36eRc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnyC36eRc .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-uYnyC36eRc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnyC36eRc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnyC36eRc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnyC36eRc .navbar {
    min-height: 72px;
  }
  .cid-uYnyC36eRc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnyC36eRc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnyC36eRc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnyC36eRc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnyC36eRc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnyC36eRc .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-uYnyC36eRc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnyC36eRc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnyC36eRc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnyC36eRc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyC36eRc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnyC36eRc .dropdown-item.active,
.cid-uYnyC36eRc .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnyC36eRc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnyC36eRc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnyC36eRc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnyC36eRc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnyC36eRc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnyC36eRc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnyC36eRc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnyC36eRc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnyC36eRc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnyC36eRc .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnyC36eRc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnyC36eRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnyC36eRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnyC36eRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyC36eRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyC36eRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnyC36eRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyC36eRc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnyC36eRc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnyC36eRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyC36eRc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnyC36eRc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnyC36eRc .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-uYnyC36eRc .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnyC36eRc .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnyC36eRc .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnyC36eRc .navbar {
    height: 70px;
  }
  .cid-uYnyC36eRc .navbar.opened {
    height: auto;
  }
  .cid-uYnyC36eRc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnyC36eRc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnyC36eRc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnyC36eRc .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnyC36eRc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnyC36eRc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnyC36eRc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnyC36eRc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnyC36eRc .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnyC36eRc .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnyC36eRc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnyC36eRc .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnyC36eRc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnyC36eRc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnyC36eRc .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnyC36eRc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnyC36eRc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnyC36eRc .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnyC36eRc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnyC36eRc .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnyC36eRc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnyC36eRc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnyC36eRc .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnyC36eRc .content-wrap {
    display: block;
  }
}
.cid-uYnyC4Dz2I {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyC4Dz2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyC4Dz2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyC4Dz2I .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyC4Dz2I .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnyC4Dz2I .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyC4Dz2I .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyC4Dz2I .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnyC4Dz2I .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnyC4Dz2I .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyC4Dz2I .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyC4Dz2I .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyC4Dz2I .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyC4Dz2I .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyC4Dz2I .mbr-text,
.cid-uYnyC4Dz2I .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyC4Dz2I .mbr-section-title,
.cid-uYnyC4Dz2I .mbr-section-btn {
  text-align: center;
}
.cid-uYnyC61W9U {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyC61W9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyC61W9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyC61W9U .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnyC61W9U .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnyC61W9U .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnyC61W9U .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnyC61W9U .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnyC61W9U .item {
    margin-bottom: 40px;
  }
}
.cid-uYnyC61W9U .item .item-wrapper {
  height: 100%;
}
.cid-uYnyC61W9U .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyC61W9U .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnyC61W9U .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnyC61W9U .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnyC61W9U .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnyC61W9U .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnyC61W9U .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnyC61W9U .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnyC61W9U .mbr-section-title,
.cid-uYnyC61W9U .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnyC61W9U .card-name {
  color: #323432;
}
.cid-uYnyC61W9U .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnyC61W9U .card-name,
.cid-uYnyC61W9U .mbr-section-btn {
  text-align: center;
}
.cid-uYnyC7Zet3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnyC7Zet3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyC7Zet3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyC7Zet3 .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnyC7Zet3 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyC7Zet3 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnyC7Zet3 .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnyC7Zet3 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnyC7Zet3 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnyC7Zet3 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnyC7Zet3 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnyC7Zet3 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnyC7Zet3 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnyC7Zet3 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnyC7Zet3 .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnyC7Zet3 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnyC7Zet3 .mbr-label,
.cid-uYnyC7Zet3 .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnyC7Zet3 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnyC7Zet3 .mbr-text,
.cid-uYnyC7Zet3 .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnyC7Zet3 .mbr-section-title,
.cid-uYnyC7Zet3 .mbr-section-btn {
  text-align: center;
}
.cid-uYnyC7Zet3 .mbr-section-title,
.cid-uYnyC7Zet3 .mbr-section-btn,
.cid-uYnyC7Zet3 .title-wrapper {
  text-align: justify;
}
.cid-uYnyC9N3mk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnyC9N3mk .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnyC9N3mk .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnyC9N3mk .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnyC9N3mk .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnyC9N3mk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyC9N3mk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyC9N3mk .row {
  justify-content: center;
}
.cid-uYnyC9N3mk .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyC9N3mk .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnyC9N3mk .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnyC9N3mk .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyC9N3mk .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnyC9N3mk .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyC9N3mk .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyC9N3mk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnyC9N3mk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyC9N3mk .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyC9N3mk .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyC9N3mk .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyC9N3mk .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnyC9N3mk .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnyC9N3mk .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnyC9N3mk .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnyC9N3mk .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnyC9N3mk .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnyC9N3mk .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnyC9N3mk .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnyC9N3mk .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnyC9N3mk .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnyC9N3mk .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnyC9N3mk .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyC9N3mk .mbr-text,
.cid-uYnyC9N3mk .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyC9N3mk .mbr-section-btn,
.cid-uYnyC9N3mk .mbr-section-title {
  text-align: center;
}
.cid-uYnyC9N3mk .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnyC9N3mk .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyFdEmXV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnyFdEmXV .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-uYnyFdEmXV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnyFdEmXV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnyFdEmXV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnyFdEmXV .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnyFdEmXV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnyFdEmXV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnyFdEmXV .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnyFdEmXV .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnyFdEmXV .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnyFdEmXV .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyFdEmXV .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnyFdEmXV .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyFdEmXV .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnyFdEmXV .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnyFdEmXV .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnyFdEmXV .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyFdEmXV .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnyFdEmXV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnyFdEmXV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnyFdEmXV .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnyFdEmXV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnyFdEmXV .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnyFdEmXV .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyFdEmXV .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnyFdEmXV .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnyFdEmXV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyFdEmXV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnyFdEmXV .container,
.cid-uYnyFdEmXV .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnyFdEmXV .container,
  .cid-uYnyFdEmXV .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnyFdEmXV .container,
  .cid-uYnyFdEmXV .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnyFdEmXV .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnyFdEmXV .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyFdEmXV .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnyFdEmXV .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnyFdEmXV .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnyFdEmXV .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnyFdEmXV .nav-item:focus,
.cid-uYnyFdEmXV .nav-link:focus {
  outline: none;
}
.cid-uYnyFdEmXV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnyFdEmXV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnyFdEmXV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnyFdEmXV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnyFdEmXV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnyFdEmXV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnyFdEmXV .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-uYnyFdEmXV .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnyFdEmXV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnyFdEmXV .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnyFdEmXV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnyFdEmXV .navbar.collapsed {
  justify-content: center;
}
.cid-uYnyFdEmXV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnyFdEmXV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnyFdEmXV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnyFdEmXV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnyFdEmXV .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-uYnyFdEmXV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnyFdEmXV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnyFdEmXV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnyFdEmXV .navbar {
    min-height: 72px;
  }
  .cid-uYnyFdEmXV .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnyFdEmXV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnyFdEmXV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnyFdEmXV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnyFdEmXV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnyFdEmXV .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-uYnyFdEmXV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnyFdEmXV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnyFdEmXV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnyFdEmXV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyFdEmXV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnyFdEmXV .dropdown-item.active,
.cid-uYnyFdEmXV .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnyFdEmXV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnyFdEmXV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnyFdEmXV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnyFdEmXV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnyFdEmXV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnyFdEmXV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnyFdEmXV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnyFdEmXV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnyFdEmXV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnyFdEmXV .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnyFdEmXV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnyFdEmXV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnyFdEmXV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnyFdEmXV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyFdEmXV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyFdEmXV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnyFdEmXV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyFdEmXV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnyFdEmXV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnyFdEmXV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyFdEmXV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnyFdEmXV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnyFdEmXV .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-uYnyFdEmXV .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnyFdEmXV .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnyFdEmXV .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnyFdEmXV .navbar {
    height: 70px;
  }
  .cid-uYnyFdEmXV .navbar.opened {
    height: auto;
  }
  .cid-uYnyFdEmXV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnyFdEmXV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnyFdEmXV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnyFdEmXV .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnyFdEmXV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnyFdEmXV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnyFdEmXV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnyFdEmXV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnyFdEmXV .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnyFdEmXV .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnyFdEmXV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnyFdEmXV .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnyFdEmXV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnyFdEmXV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnyFdEmXV .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnyFdEmXV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnyFdEmXV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnyFdEmXV .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnyFdEmXV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnyFdEmXV .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnyFdEmXV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnyFdEmXV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnyFdEmXV .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnyFdEmXV .content-wrap {
    display: block;
  }
}
.cid-uYnyFfgGlE {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyFfgGlE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyFfgGlE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyFfgGlE .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyFfgGlE .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnyFfgGlE .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyFfgGlE .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyFfgGlE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnyFfgGlE .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnyFfgGlE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyFfgGlE .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyFfgGlE .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyFfgGlE .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyFfgGlE .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyFfgGlE .mbr-text,
.cid-uYnyFfgGlE .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyFfgGlE .mbr-section-title,
.cid-uYnyFfgGlE .mbr-section-btn {
  text-align: center;
}
.cid-uYnyFgGXGF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyFgGXGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyFgGXGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyFgGXGF .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnyFgGXGF .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnyFgGXGF .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnyFgGXGF .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnyFgGXGF .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnyFgGXGF .item {
    margin-bottom: 40px;
  }
}
.cid-uYnyFgGXGF .item .item-wrapper {
  height: 100%;
}
.cid-uYnyFgGXGF .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyFgGXGF .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnyFgGXGF .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnyFgGXGF .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnyFgGXGF .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnyFgGXGF .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnyFgGXGF .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnyFgGXGF .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnyFgGXGF .mbr-section-title,
.cid-uYnyFgGXGF .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnyFgGXGF .card-name {
  color: #323432;
}
.cid-uYnyFgGXGF .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnyFgGXGF .card-name,
.cid-uYnyFgGXGF .mbr-section-btn {
  text-align: center;
}
.cid-uYnyFiGVux {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnyFiGVux .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyFiGVux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyFiGVux .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnyFiGVux .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyFiGVux .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnyFiGVux .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnyFiGVux .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnyFiGVux .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnyFiGVux .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnyFiGVux .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnyFiGVux .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnyFiGVux .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnyFiGVux .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnyFiGVux .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnyFiGVux .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnyFiGVux .mbr-label,
.cid-uYnyFiGVux .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnyFiGVux .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnyFiGVux .mbr-text,
.cid-uYnyFiGVux .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnyFiGVux .mbr-section-title,
.cid-uYnyFiGVux .mbr-section-btn {
  text-align: center;
}
.cid-uYnyFiGVux .mbr-section-title,
.cid-uYnyFiGVux .mbr-section-btn,
.cid-uYnyFiGVux .title-wrapper {
  text-align: justify;
}
.cid-uYnyFkyfXh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnyFkyfXh .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnyFkyfXh .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnyFkyfXh .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnyFkyfXh .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnyFkyfXh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyFkyfXh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyFkyfXh .row {
  justify-content: center;
}
.cid-uYnyFkyfXh .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyFkyfXh .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnyFkyfXh .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnyFkyfXh .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyFkyfXh .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnyFkyfXh .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyFkyfXh .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyFkyfXh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnyFkyfXh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyFkyfXh .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyFkyfXh .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyFkyfXh .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyFkyfXh .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnyFkyfXh .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnyFkyfXh .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnyFkyfXh .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnyFkyfXh .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnyFkyfXh .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnyFkyfXh .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnyFkyfXh .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnyFkyfXh .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnyFkyfXh .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnyFkyfXh .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnyFkyfXh .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyFkyfXh .mbr-text,
.cid-uYnyFkyfXh .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyFkyfXh .mbr-section-btn,
.cid-uYnyFkyfXh .mbr-section-title {
  text-align: center;
}
.cid-uYnyFkyfXh .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnyFkyfXh .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyHHgIjo {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnyHHgIjo .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-uYnyHHgIjo .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnyHHgIjo .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnyHHgIjo .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnyHHgIjo .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnyHHgIjo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnyHHgIjo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnyHHgIjo .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnyHHgIjo .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnyHHgIjo .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnyHHgIjo .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyHHgIjo .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnyHHgIjo .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyHHgIjo .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnyHHgIjo .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnyHHgIjo .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnyHHgIjo .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyHHgIjo .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnyHHgIjo .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnyHHgIjo .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnyHHgIjo .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnyHHgIjo .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnyHHgIjo .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnyHHgIjo .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyHHgIjo .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnyHHgIjo .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnyHHgIjo .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyHHgIjo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnyHHgIjo .container,
.cid-uYnyHHgIjo .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnyHHgIjo .container,
  .cid-uYnyHHgIjo .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnyHHgIjo .container,
  .cid-uYnyHHgIjo .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnyHHgIjo .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnyHHgIjo .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyHHgIjo .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnyHHgIjo .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnyHHgIjo .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnyHHgIjo .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnyHHgIjo .nav-item:focus,
.cid-uYnyHHgIjo .nav-link:focus {
  outline: none;
}
.cid-uYnyHHgIjo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnyHHgIjo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnyHHgIjo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnyHHgIjo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnyHHgIjo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnyHHgIjo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnyHHgIjo .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-uYnyHHgIjo .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnyHHgIjo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnyHHgIjo .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnyHHgIjo .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnyHHgIjo .navbar.collapsed {
  justify-content: center;
}
.cid-uYnyHHgIjo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnyHHgIjo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnyHHgIjo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnyHHgIjo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnyHHgIjo .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-uYnyHHgIjo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnyHHgIjo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnyHHgIjo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnyHHgIjo .navbar {
    min-height: 72px;
  }
  .cid-uYnyHHgIjo .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnyHHgIjo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnyHHgIjo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnyHHgIjo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnyHHgIjo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnyHHgIjo .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-uYnyHHgIjo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnyHHgIjo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnyHHgIjo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnyHHgIjo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyHHgIjo .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnyHHgIjo .dropdown-item.active,
.cid-uYnyHHgIjo .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnyHHgIjo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnyHHgIjo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnyHHgIjo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnyHHgIjo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnyHHgIjo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnyHHgIjo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnyHHgIjo .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnyHHgIjo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnyHHgIjo .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnyHHgIjo .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnyHHgIjo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnyHHgIjo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnyHHgIjo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnyHHgIjo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyHHgIjo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyHHgIjo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnyHHgIjo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyHHgIjo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnyHHgIjo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnyHHgIjo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyHHgIjo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnyHHgIjo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnyHHgIjo .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-uYnyHHgIjo .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnyHHgIjo .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnyHHgIjo .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnyHHgIjo .navbar {
    height: 70px;
  }
  .cid-uYnyHHgIjo .navbar.opened {
    height: auto;
  }
  .cid-uYnyHHgIjo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnyHHgIjo .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnyHHgIjo .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnyHHgIjo .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnyHHgIjo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnyHHgIjo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnyHHgIjo .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnyHHgIjo .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnyHHgIjo .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnyHHgIjo .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnyHHgIjo .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnyHHgIjo .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnyHHgIjo .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnyHHgIjo .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnyHHgIjo .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnyHHgIjo .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnyHHgIjo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnyHHgIjo .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnyHHgIjo .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnyHHgIjo .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnyHHgIjo .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnyHHgIjo .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnyHHgIjo .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnyHHgIjo .content-wrap {
    display: block;
  }
}
.cid-uYnyHITbBa {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyHITbBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyHITbBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyHITbBa .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyHITbBa .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnyHITbBa .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyHITbBa .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyHITbBa .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnyHITbBa .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnyHITbBa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyHITbBa .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyHITbBa .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyHITbBa .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyHITbBa .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyHITbBa .mbr-text,
.cid-uYnyHITbBa .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyHITbBa .mbr-section-title,
.cid-uYnyHITbBa .mbr-section-btn {
  text-align: center;
}
.cid-uYnyHKl4ut {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyHKl4ut .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyHKl4ut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyHKl4ut .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnyHKl4ut .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnyHKl4ut .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnyHKl4ut .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnyHKl4ut .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnyHKl4ut .item {
    margin-bottom: 40px;
  }
}
.cid-uYnyHKl4ut .item .item-wrapper {
  height: 100%;
}
.cid-uYnyHKl4ut .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyHKl4ut .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnyHKl4ut .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnyHKl4ut .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnyHKl4ut .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnyHKl4ut .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnyHKl4ut .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnyHKl4ut .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnyHKl4ut .mbr-section-title,
.cid-uYnyHKl4ut .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnyHKl4ut .card-name {
  color: #323432;
}
.cid-uYnyHKl4ut .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnyHKl4ut .card-name,
.cid-uYnyHKl4ut .mbr-section-btn {
  text-align: center;
}
.cid-uYnyHMhLxL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnyHMhLxL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyHMhLxL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyHMhLxL .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnyHMhLxL .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyHMhLxL .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnyHMhLxL .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnyHMhLxL .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnyHMhLxL .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnyHMhLxL .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnyHMhLxL .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnyHMhLxL .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnyHMhLxL .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnyHMhLxL .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnyHMhLxL .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnyHMhLxL .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnyHMhLxL .mbr-label,
.cid-uYnyHMhLxL .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnyHMhLxL .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnyHMhLxL .mbr-text,
.cid-uYnyHMhLxL .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnyHMhLxL .mbr-section-title,
.cid-uYnyHMhLxL .mbr-section-btn {
  text-align: center;
}
.cid-uYnyHMhLxL .mbr-section-title,
.cid-uYnyHMhLxL .mbr-section-btn,
.cid-uYnyHMhLxL .title-wrapper {
  text-align: justify;
}
.cid-uYnyHO3Nsa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnyHO3Nsa .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnyHO3Nsa .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnyHO3Nsa .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnyHO3Nsa .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnyHO3Nsa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyHO3Nsa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyHO3Nsa .row {
  justify-content: center;
}
.cid-uYnyHO3Nsa .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyHO3Nsa .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnyHO3Nsa .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnyHO3Nsa .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyHO3Nsa .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnyHO3Nsa .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyHO3Nsa .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyHO3Nsa .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnyHO3Nsa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyHO3Nsa .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyHO3Nsa .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyHO3Nsa .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyHO3Nsa .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnyHO3Nsa .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnyHO3Nsa .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnyHO3Nsa .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnyHO3Nsa .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnyHO3Nsa .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnyHO3Nsa .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnyHO3Nsa .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnyHO3Nsa .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnyHO3Nsa .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnyHO3Nsa .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnyHO3Nsa .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyHO3Nsa .mbr-text,
.cid-uYnyHO3Nsa .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyHO3Nsa .mbr-section-btn,
.cid-uYnyHO3Nsa .mbr-section-title {
  text-align: center;
}
.cid-uYnyHO3Nsa .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnyHO3Nsa .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyJVZcYi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnyJVZcYi .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-uYnyJVZcYi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnyJVZcYi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnyJVZcYi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnyJVZcYi .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnyJVZcYi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnyJVZcYi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnyJVZcYi .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnyJVZcYi .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnyJVZcYi .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnyJVZcYi .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyJVZcYi .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnyJVZcYi .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyJVZcYi .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnyJVZcYi .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnyJVZcYi .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnyJVZcYi .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyJVZcYi .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnyJVZcYi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnyJVZcYi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnyJVZcYi .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnyJVZcYi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnyJVZcYi .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnyJVZcYi .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyJVZcYi .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnyJVZcYi .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnyJVZcYi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyJVZcYi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnyJVZcYi .container,
.cid-uYnyJVZcYi .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnyJVZcYi .container,
  .cid-uYnyJVZcYi .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnyJVZcYi .container,
  .cid-uYnyJVZcYi .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnyJVZcYi .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnyJVZcYi .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyJVZcYi .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnyJVZcYi .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnyJVZcYi .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnyJVZcYi .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnyJVZcYi .nav-item:focus,
.cid-uYnyJVZcYi .nav-link:focus {
  outline: none;
}
.cid-uYnyJVZcYi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnyJVZcYi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnyJVZcYi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnyJVZcYi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnyJVZcYi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnyJVZcYi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnyJVZcYi .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-uYnyJVZcYi .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnyJVZcYi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnyJVZcYi .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnyJVZcYi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnyJVZcYi .navbar.collapsed {
  justify-content: center;
}
.cid-uYnyJVZcYi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnyJVZcYi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnyJVZcYi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnyJVZcYi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnyJVZcYi .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-uYnyJVZcYi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnyJVZcYi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnyJVZcYi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnyJVZcYi .navbar {
    min-height: 72px;
  }
  .cid-uYnyJVZcYi .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnyJVZcYi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnyJVZcYi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnyJVZcYi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnyJVZcYi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnyJVZcYi .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-uYnyJVZcYi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnyJVZcYi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnyJVZcYi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnyJVZcYi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyJVZcYi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnyJVZcYi .dropdown-item.active,
.cid-uYnyJVZcYi .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnyJVZcYi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnyJVZcYi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnyJVZcYi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnyJVZcYi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnyJVZcYi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnyJVZcYi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnyJVZcYi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnyJVZcYi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnyJVZcYi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnyJVZcYi .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnyJVZcYi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnyJVZcYi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnyJVZcYi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnyJVZcYi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyJVZcYi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyJVZcYi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnyJVZcYi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyJVZcYi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnyJVZcYi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnyJVZcYi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyJVZcYi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnyJVZcYi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnyJVZcYi .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-uYnyJVZcYi .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnyJVZcYi .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnyJVZcYi .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnyJVZcYi .navbar {
    height: 70px;
  }
  .cid-uYnyJVZcYi .navbar.opened {
    height: auto;
  }
  .cid-uYnyJVZcYi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnyJVZcYi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnyJVZcYi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnyJVZcYi .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnyJVZcYi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnyJVZcYi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnyJVZcYi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnyJVZcYi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnyJVZcYi .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnyJVZcYi .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnyJVZcYi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnyJVZcYi .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnyJVZcYi .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnyJVZcYi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnyJVZcYi .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnyJVZcYi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnyJVZcYi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnyJVZcYi .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnyJVZcYi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnyJVZcYi .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnyJVZcYi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnyJVZcYi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnyJVZcYi .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnyJVZcYi .content-wrap {
    display: block;
  }
}
.cid-uYnyJXxrey {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyJXxrey .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyJXxrey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyJXxrey .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyJXxrey .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnyJXxrey .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyJXxrey .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyJXxrey .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnyJXxrey .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnyJXxrey .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyJXxrey .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyJXxrey .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyJXxrey .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyJXxrey .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyJXxrey .mbr-text,
.cid-uYnyJXxrey .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyJXxrey .mbr-section-title,
.cid-uYnyJXxrey .mbr-section-btn {
  text-align: center;
}
.cid-uYnyJYXbAd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyJYXbAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyJYXbAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyJYXbAd .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnyJYXbAd .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnyJYXbAd .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnyJYXbAd .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnyJYXbAd .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnyJYXbAd .item {
    margin-bottom: 40px;
  }
}
.cid-uYnyJYXbAd .item .item-wrapper {
  height: 100%;
}
.cid-uYnyJYXbAd .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyJYXbAd .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnyJYXbAd .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnyJYXbAd .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnyJYXbAd .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnyJYXbAd .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnyJYXbAd .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnyJYXbAd .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnyJYXbAd .mbr-section-title,
.cid-uYnyJYXbAd .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnyJYXbAd .card-name {
  color: #323432;
}
.cid-uYnyJYXbAd .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnyJYXbAd .card-name,
.cid-uYnyJYXbAd .mbr-section-btn {
  text-align: center;
}
.cid-uYnyK0WGqS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnyK0WGqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyK0WGqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyK0WGqS .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnyK0WGqS .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyK0WGqS .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnyK0WGqS .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnyK0WGqS .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnyK0WGqS .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnyK0WGqS .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnyK0WGqS .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnyK0WGqS .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnyK0WGqS .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnyK0WGqS .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnyK0WGqS .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnyK0WGqS .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnyK0WGqS .mbr-label,
.cid-uYnyK0WGqS .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnyK0WGqS .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnyK0WGqS .mbr-text,
.cid-uYnyK0WGqS .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnyK0WGqS .mbr-section-title,
.cid-uYnyK0WGqS .mbr-section-btn {
  text-align: center;
}
.cid-uYnyK0WGqS .mbr-section-title,
.cid-uYnyK0WGqS .mbr-section-btn,
.cid-uYnyK0WGqS .title-wrapper {
  text-align: justify;
}
.cid-uYnyK2Kor6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnyK2Kor6 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnyK2Kor6 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnyK2Kor6 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnyK2Kor6 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnyK2Kor6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyK2Kor6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyK2Kor6 .row {
  justify-content: center;
}
.cid-uYnyK2Kor6 .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyK2Kor6 .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnyK2Kor6 .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnyK2Kor6 .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyK2Kor6 .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnyK2Kor6 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyK2Kor6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyK2Kor6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnyK2Kor6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyK2Kor6 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyK2Kor6 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyK2Kor6 .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyK2Kor6 .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnyK2Kor6 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnyK2Kor6 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnyK2Kor6 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnyK2Kor6 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnyK2Kor6 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnyK2Kor6 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnyK2Kor6 .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnyK2Kor6 .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnyK2Kor6 .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnyK2Kor6 .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnyK2Kor6 .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyK2Kor6 .mbr-text,
.cid-uYnyK2Kor6 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyK2Kor6 .mbr-section-btn,
.cid-uYnyK2Kor6 .mbr-section-title {
  text-align: center;
}
.cid-uYnyK2Kor6 .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnyK2Kor6 .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyMar3cf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnyMar3cf .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-uYnyMar3cf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnyMar3cf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnyMar3cf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnyMar3cf .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnyMar3cf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnyMar3cf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnyMar3cf .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnyMar3cf .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnyMar3cf .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnyMar3cf .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyMar3cf .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnyMar3cf .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyMar3cf .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnyMar3cf .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnyMar3cf .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnyMar3cf .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyMar3cf .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnyMar3cf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnyMar3cf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnyMar3cf .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnyMar3cf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnyMar3cf .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnyMar3cf .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyMar3cf .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnyMar3cf .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnyMar3cf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyMar3cf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnyMar3cf .container,
.cid-uYnyMar3cf .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnyMar3cf .container,
  .cid-uYnyMar3cf .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnyMar3cf .container,
  .cid-uYnyMar3cf .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnyMar3cf .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnyMar3cf .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyMar3cf .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnyMar3cf .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnyMar3cf .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnyMar3cf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnyMar3cf .nav-item:focus,
.cid-uYnyMar3cf .nav-link:focus {
  outline: none;
}
.cid-uYnyMar3cf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnyMar3cf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnyMar3cf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnyMar3cf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnyMar3cf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnyMar3cf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnyMar3cf .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-uYnyMar3cf .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnyMar3cf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnyMar3cf .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnyMar3cf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnyMar3cf .navbar.collapsed {
  justify-content: center;
}
.cid-uYnyMar3cf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnyMar3cf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnyMar3cf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnyMar3cf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnyMar3cf .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-uYnyMar3cf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnyMar3cf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnyMar3cf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnyMar3cf .navbar {
    min-height: 72px;
  }
  .cid-uYnyMar3cf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnyMar3cf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnyMar3cf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnyMar3cf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnyMar3cf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnyMar3cf .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-uYnyMar3cf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnyMar3cf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnyMar3cf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnyMar3cf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyMar3cf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnyMar3cf .dropdown-item.active,
.cid-uYnyMar3cf .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnyMar3cf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnyMar3cf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnyMar3cf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnyMar3cf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnyMar3cf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnyMar3cf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnyMar3cf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnyMar3cf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnyMar3cf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnyMar3cf .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnyMar3cf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnyMar3cf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnyMar3cf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnyMar3cf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyMar3cf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyMar3cf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnyMar3cf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyMar3cf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnyMar3cf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnyMar3cf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyMar3cf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnyMar3cf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnyMar3cf .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-uYnyMar3cf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnyMar3cf .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnyMar3cf .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnyMar3cf .navbar {
    height: 70px;
  }
  .cid-uYnyMar3cf .navbar.opened {
    height: auto;
  }
  .cid-uYnyMar3cf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnyMar3cf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnyMar3cf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnyMar3cf .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnyMar3cf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnyMar3cf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnyMar3cf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnyMar3cf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnyMar3cf .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnyMar3cf .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnyMar3cf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnyMar3cf .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnyMar3cf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnyMar3cf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnyMar3cf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnyMar3cf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnyMar3cf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnyMar3cf .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnyMar3cf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnyMar3cf .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnyMar3cf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnyMar3cf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnyMar3cf .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnyMar3cf .content-wrap {
    display: block;
  }
}
.cid-uYnyMbZLGr {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyMbZLGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyMbZLGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyMbZLGr .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyMbZLGr .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnyMbZLGr .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyMbZLGr .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyMbZLGr .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnyMbZLGr .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnyMbZLGr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyMbZLGr .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyMbZLGr .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyMbZLGr .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyMbZLGr .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyMbZLGr .mbr-text,
.cid-uYnyMbZLGr .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyMbZLGr .mbr-section-title,
.cid-uYnyMbZLGr .mbr-section-btn {
  text-align: center;
}
.cid-uYnyMdnfVA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyMdnfVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyMdnfVA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyMdnfVA .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnyMdnfVA .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnyMdnfVA .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnyMdnfVA .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnyMdnfVA .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnyMdnfVA .item {
    margin-bottom: 40px;
  }
}
.cid-uYnyMdnfVA .item .item-wrapper {
  height: 100%;
}
.cid-uYnyMdnfVA .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyMdnfVA .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnyMdnfVA .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnyMdnfVA .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnyMdnfVA .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnyMdnfVA .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnyMdnfVA .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnyMdnfVA .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnyMdnfVA .mbr-section-title,
.cid-uYnyMdnfVA .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnyMdnfVA .card-name {
  color: #323432;
}
.cid-uYnyMdnfVA .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnyMdnfVA .card-name,
.cid-uYnyMdnfVA .mbr-section-btn {
  text-align: center;
}
.cid-uYnyMfm8Tk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnyMfm8Tk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyMfm8Tk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyMfm8Tk .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnyMfm8Tk .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyMfm8Tk .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnyMfm8Tk .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnyMfm8Tk .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnyMfm8Tk .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnyMfm8Tk .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnyMfm8Tk .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnyMfm8Tk .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnyMfm8Tk .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnyMfm8Tk .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnyMfm8Tk .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnyMfm8Tk .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnyMfm8Tk .mbr-label,
.cid-uYnyMfm8Tk .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnyMfm8Tk .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnyMfm8Tk .mbr-text,
.cid-uYnyMfm8Tk .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnyMfm8Tk .mbr-section-title,
.cid-uYnyMfm8Tk .mbr-section-btn {
  text-align: center;
}
.cid-uYnyMfm8Tk .mbr-section-title,
.cid-uYnyMfm8Tk .mbr-section-btn,
.cid-uYnyMfm8Tk .title-wrapper {
  text-align: justify;
}
.cid-uYnyMhayDY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnyMhayDY .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnyMhayDY .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnyMhayDY .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnyMhayDY .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnyMhayDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyMhayDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyMhayDY .row {
  justify-content: center;
}
.cid-uYnyMhayDY .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyMhayDY .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnyMhayDY .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnyMhayDY .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyMhayDY .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnyMhayDY .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyMhayDY .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyMhayDY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnyMhayDY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyMhayDY .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyMhayDY .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyMhayDY .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyMhayDY .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnyMhayDY .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnyMhayDY .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnyMhayDY .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnyMhayDY .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnyMhayDY .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnyMhayDY .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnyMhayDY .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnyMhayDY .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnyMhayDY .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnyMhayDY .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnyMhayDY .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyMhayDY .mbr-text,
.cid-uYnyMhayDY .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyMhayDY .mbr-section-btn,
.cid-uYnyMhayDY .mbr-section-title {
  text-align: center;
}
.cid-uYnyMhayDY .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnyMhayDY .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyOqr61R {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnyOqr61R .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-uYnyOqr61R .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnyOqr61R .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnyOqr61R .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnyOqr61R .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnyOqr61R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnyOqr61R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnyOqr61R .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnyOqr61R .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnyOqr61R .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnyOqr61R .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyOqr61R .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnyOqr61R .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyOqr61R .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnyOqr61R .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnyOqr61R .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnyOqr61R .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyOqr61R .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnyOqr61R .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnyOqr61R .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnyOqr61R .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnyOqr61R .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnyOqr61R .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnyOqr61R .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyOqr61R .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnyOqr61R .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnyOqr61R .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyOqr61R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnyOqr61R .container,
.cid-uYnyOqr61R .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnyOqr61R .container,
  .cid-uYnyOqr61R .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnyOqr61R .container,
  .cid-uYnyOqr61R .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnyOqr61R .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnyOqr61R .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyOqr61R .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnyOqr61R .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnyOqr61R .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnyOqr61R .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnyOqr61R .nav-item:focus,
.cid-uYnyOqr61R .nav-link:focus {
  outline: none;
}
.cid-uYnyOqr61R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnyOqr61R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnyOqr61R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnyOqr61R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnyOqr61R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnyOqr61R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnyOqr61R .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-uYnyOqr61R .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnyOqr61R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnyOqr61R .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnyOqr61R .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnyOqr61R .navbar.collapsed {
  justify-content: center;
}
.cid-uYnyOqr61R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnyOqr61R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnyOqr61R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnyOqr61R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnyOqr61R .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-uYnyOqr61R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnyOqr61R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnyOqr61R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnyOqr61R .navbar {
    min-height: 72px;
  }
  .cid-uYnyOqr61R .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnyOqr61R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnyOqr61R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnyOqr61R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnyOqr61R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnyOqr61R .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-uYnyOqr61R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnyOqr61R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnyOqr61R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnyOqr61R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyOqr61R .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnyOqr61R .dropdown-item.active,
.cid-uYnyOqr61R .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnyOqr61R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnyOqr61R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnyOqr61R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnyOqr61R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnyOqr61R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnyOqr61R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnyOqr61R .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnyOqr61R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnyOqr61R .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnyOqr61R .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnyOqr61R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnyOqr61R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnyOqr61R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnyOqr61R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyOqr61R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyOqr61R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnyOqr61R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyOqr61R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnyOqr61R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnyOqr61R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyOqr61R .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnyOqr61R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnyOqr61R .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-uYnyOqr61R .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnyOqr61R .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnyOqr61R .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnyOqr61R .navbar {
    height: 70px;
  }
  .cid-uYnyOqr61R .navbar.opened {
    height: auto;
  }
  .cid-uYnyOqr61R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnyOqr61R .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnyOqr61R .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnyOqr61R .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnyOqr61R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnyOqr61R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnyOqr61R .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnyOqr61R .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnyOqr61R .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnyOqr61R .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnyOqr61R .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnyOqr61R .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnyOqr61R .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnyOqr61R .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnyOqr61R .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnyOqr61R .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnyOqr61R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnyOqr61R .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnyOqr61R .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnyOqr61R .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnyOqr61R .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnyOqr61R .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnyOqr61R .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnyOqr61R .content-wrap {
    display: block;
  }
}
.cid-uYnyOrY4VV {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyOrY4VV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyOrY4VV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyOrY4VV .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyOrY4VV .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnyOrY4VV .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyOrY4VV .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyOrY4VV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnyOrY4VV .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnyOrY4VV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyOrY4VV .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyOrY4VV .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyOrY4VV .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyOrY4VV .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyOrY4VV .mbr-text,
.cid-uYnyOrY4VV .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyOrY4VV .mbr-section-title,
.cid-uYnyOrY4VV .mbr-section-btn {
  text-align: center;
}
.cid-uYnyOtnnNv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyOtnnNv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyOtnnNv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyOtnnNv .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnyOtnnNv .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnyOtnnNv .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnyOtnnNv .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnyOtnnNv .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnyOtnnNv .item {
    margin-bottom: 40px;
  }
}
.cid-uYnyOtnnNv .item .item-wrapper {
  height: 100%;
}
.cid-uYnyOtnnNv .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyOtnnNv .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnyOtnnNv .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnyOtnnNv .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnyOtnnNv .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnyOtnnNv .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnyOtnnNv .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnyOtnnNv .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnyOtnnNv .mbr-section-title,
.cid-uYnyOtnnNv .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnyOtnnNv .card-name {
  color: #323432;
}
.cid-uYnyOtnnNv .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnyOtnnNv .card-name,
.cid-uYnyOtnnNv .mbr-section-btn {
  text-align: center;
}
.cid-uYnyOvkhA1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnyOvkhA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyOvkhA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyOvkhA1 .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnyOvkhA1 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyOvkhA1 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnyOvkhA1 .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnyOvkhA1 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnyOvkhA1 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnyOvkhA1 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnyOvkhA1 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnyOvkhA1 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnyOvkhA1 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnyOvkhA1 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnyOvkhA1 .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnyOvkhA1 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnyOvkhA1 .mbr-label,
.cid-uYnyOvkhA1 .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnyOvkhA1 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnyOvkhA1 .mbr-text,
.cid-uYnyOvkhA1 .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnyOvkhA1 .mbr-section-title,
.cid-uYnyOvkhA1 .mbr-section-btn {
  text-align: center;
}
.cid-uYnyOvkhA1 .mbr-section-title,
.cid-uYnyOvkhA1 .mbr-section-btn,
.cid-uYnyOvkhA1 .title-wrapper {
  text-align: justify;
}
.cid-uYnyOx9QWE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnyOx9QWE .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnyOx9QWE .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnyOx9QWE .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnyOx9QWE .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnyOx9QWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyOx9QWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyOx9QWE .row {
  justify-content: center;
}
.cid-uYnyOx9QWE .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyOx9QWE .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnyOx9QWE .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnyOx9QWE .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyOx9QWE .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnyOx9QWE .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyOx9QWE .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyOx9QWE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnyOx9QWE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyOx9QWE .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyOx9QWE .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyOx9QWE .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyOx9QWE .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnyOx9QWE .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnyOx9QWE .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnyOx9QWE .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnyOx9QWE .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnyOx9QWE .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnyOx9QWE .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnyOx9QWE .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnyOx9QWE .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnyOx9QWE .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnyOx9QWE .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnyOx9QWE .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyOx9QWE .mbr-text,
.cid-uYnyOx9QWE .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyOx9QWE .mbr-section-btn,
.cid-uYnyOx9QWE .mbr-section-title {
  text-align: center;
}
.cid-uYnyOx9QWE .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnyOx9QWE .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyQJteuB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnyQJteuB .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-uYnyQJteuB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnyQJteuB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnyQJteuB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnyQJteuB .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnyQJteuB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnyQJteuB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnyQJteuB .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnyQJteuB .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnyQJteuB .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnyQJteuB .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyQJteuB .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnyQJteuB .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyQJteuB .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnyQJteuB .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnyQJteuB .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnyQJteuB .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyQJteuB .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnyQJteuB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnyQJteuB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnyQJteuB .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnyQJteuB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnyQJteuB .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnyQJteuB .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyQJteuB .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnyQJteuB .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnyQJteuB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyQJteuB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnyQJteuB .container,
.cid-uYnyQJteuB .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnyQJteuB .container,
  .cid-uYnyQJteuB .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnyQJteuB .container,
  .cid-uYnyQJteuB .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnyQJteuB .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnyQJteuB .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyQJteuB .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnyQJteuB .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnyQJteuB .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnyQJteuB .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnyQJteuB .nav-item:focus,
.cid-uYnyQJteuB .nav-link:focus {
  outline: none;
}
.cid-uYnyQJteuB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnyQJteuB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnyQJteuB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnyQJteuB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnyQJteuB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnyQJteuB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnyQJteuB .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-uYnyQJteuB .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnyQJteuB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnyQJteuB .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnyQJteuB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnyQJteuB .navbar.collapsed {
  justify-content: center;
}
.cid-uYnyQJteuB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnyQJteuB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnyQJteuB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnyQJteuB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnyQJteuB .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-uYnyQJteuB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnyQJteuB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnyQJteuB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnyQJteuB .navbar {
    min-height: 72px;
  }
  .cid-uYnyQJteuB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnyQJteuB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnyQJteuB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnyQJteuB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnyQJteuB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnyQJteuB .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-uYnyQJteuB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnyQJteuB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnyQJteuB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnyQJteuB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyQJteuB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnyQJteuB .dropdown-item.active,
.cid-uYnyQJteuB .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnyQJteuB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnyQJteuB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnyQJteuB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnyQJteuB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnyQJteuB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnyQJteuB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnyQJteuB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnyQJteuB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnyQJteuB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnyQJteuB .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnyQJteuB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnyQJteuB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnyQJteuB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnyQJteuB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyQJteuB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyQJteuB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnyQJteuB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyQJteuB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnyQJteuB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnyQJteuB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyQJteuB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnyQJteuB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnyQJteuB .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-uYnyQJteuB .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnyQJteuB .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnyQJteuB .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnyQJteuB .navbar {
    height: 70px;
  }
  .cid-uYnyQJteuB .navbar.opened {
    height: auto;
  }
  .cid-uYnyQJteuB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnyQJteuB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnyQJteuB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnyQJteuB .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnyQJteuB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnyQJteuB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnyQJteuB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnyQJteuB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnyQJteuB .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnyQJteuB .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnyQJteuB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnyQJteuB .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnyQJteuB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnyQJteuB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnyQJteuB .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnyQJteuB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnyQJteuB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnyQJteuB .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnyQJteuB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnyQJteuB .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnyQJteuB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnyQJteuB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnyQJteuB .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnyQJteuB .content-wrap {
    display: block;
  }
}
.cid-uYnyQL2ycs {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyQL2ycs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyQL2ycs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyQL2ycs .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyQL2ycs .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnyQL2ycs .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyQL2ycs .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyQL2ycs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnyQL2ycs .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnyQL2ycs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyQL2ycs .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyQL2ycs .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyQL2ycs .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyQL2ycs .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyQL2ycs .mbr-text,
.cid-uYnyQL2ycs .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyQL2ycs .mbr-section-title,
.cid-uYnyQL2ycs .mbr-section-btn {
  text-align: center;
}
.cid-uYnyQMsiNy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyQMsiNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyQMsiNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyQMsiNy .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnyQMsiNy .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnyQMsiNy .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnyQMsiNy .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnyQMsiNy .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnyQMsiNy .item {
    margin-bottom: 40px;
  }
}
.cid-uYnyQMsiNy .item .item-wrapper {
  height: 100%;
}
.cid-uYnyQMsiNy .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyQMsiNy .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnyQMsiNy .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnyQMsiNy .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnyQMsiNy .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnyQMsiNy .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnyQMsiNy .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnyQMsiNy .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnyQMsiNy .mbr-section-title,
.cid-uYnyQMsiNy .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnyQMsiNy .card-name {
  color: #323432;
}
.cid-uYnyQMsiNy .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnyQMsiNy .card-name,
.cid-uYnyQMsiNy .mbr-section-btn {
  text-align: center;
}
.cid-uYnyQOskTu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnyQOskTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyQOskTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyQOskTu .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnyQOskTu .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyQOskTu .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnyQOskTu .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnyQOskTu .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnyQOskTu .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnyQOskTu .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnyQOskTu .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnyQOskTu .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnyQOskTu .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnyQOskTu .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnyQOskTu .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnyQOskTu .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnyQOskTu .mbr-label,
.cid-uYnyQOskTu .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnyQOskTu .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnyQOskTu .mbr-text,
.cid-uYnyQOskTu .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnyQOskTu .mbr-section-title,
.cid-uYnyQOskTu .mbr-section-btn {
  text-align: center;
}
.cid-uYnyQOskTu .mbr-section-title,
.cid-uYnyQOskTu .mbr-section-btn,
.cid-uYnyQOskTu .title-wrapper {
  text-align: justify;
}
.cid-uYnyQQto57 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnyQQto57 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnyQQto57 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnyQQto57 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnyQQto57 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnyQQto57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyQQto57 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyQQto57 .row {
  justify-content: center;
}
.cid-uYnyQQto57 .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyQQto57 .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnyQQto57 .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnyQQto57 .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyQQto57 .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnyQQto57 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyQQto57 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyQQto57 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnyQQto57 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyQQto57 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyQQto57 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyQQto57 .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyQQto57 .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnyQQto57 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnyQQto57 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnyQQto57 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnyQQto57 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnyQQto57 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnyQQto57 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnyQQto57 .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnyQQto57 .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnyQQto57 .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnyQQto57 .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnyQQto57 .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyQQto57 .mbr-text,
.cid-uYnyQQto57 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyQQto57 .mbr-section-btn,
.cid-uYnyQQto57 .mbr-section-title {
  text-align: center;
}
.cid-uYnyQQto57 .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnyQQto57 .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyTDoWco {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnyTDoWco .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-uYnyTDoWco .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnyTDoWco .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnyTDoWco .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnyTDoWco .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnyTDoWco .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnyTDoWco .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnyTDoWco .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnyTDoWco .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnyTDoWco .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnyTDoWco .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyTDoWco .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnyTDoWco .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyTDoWco .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnyTDoWco .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnyTDoWco .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnyTDoWco .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyTDoWco .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnyTDoWco .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnyTDoWco .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnyTDoWco .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnyTDoWco .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnyTDoWco .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnyTDoWco .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyTDoWco .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnyTDoWco .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnyTDoWco .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyTDoWco .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnyTDoWco .container,
.cid-uYnyTDoWco .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnyTDoWco .container,
  .cid-uYnyTDoWco .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnyTDoWco .container,
  .cid-uYnyTDoWco .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnyTDoWco .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnyTDoWco .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyTDoWco .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnyTDoWco .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnyTDoWco .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnyTDoWco .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnyTDoWco .nav-item:focus,
.cid-uYnyTDoWco .nav-link:focus {
  outline: none;
}
.cid-uYnyTDoWco .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnyTDoWco .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnyTDoWco .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnyTDoWco .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnyTDoWco .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnyTDoWco .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnyTDoWco .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-uYnyTDoWco .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnyTDoWco .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnyTDoWco .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnyTDoWco .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnyTDoWco .navbar.collapsed {
  justify-content: center;
}
.cid-uYnyTDoWco .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnyTDoWco .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnyTDoWco .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnyTDoWco .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnyTDoWco .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-uYnyTDoWco .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnyTDoWco .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnyTDoWco .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnyTDoWco .navbar {
    min-height: 72px;
  }
  .cid-uYnyTDoWco .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnyTDoWco .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnyTDoWco .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnyTDoWco .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnyTDoWco .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnyTDoWco .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-uYnyTDoWco .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnyTDoWco .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnyTDoWco .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnyTDoWco .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyTDoWco .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnyTDoWco .dropdown-item.active,
.cid-uYnyTDoWco .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnyTDoWco .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnyTDoWco .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnyTDoWco .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnyTDoWco .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnyTDoWco .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnyTDoWco .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnyTDoWco .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnyTDoWco ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnyTDoWco .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnyTDoWco .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnyTDoWco button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnyTDoWco button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnyTDoWco button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnyTDoWco button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyTDoWco button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyTDoWco button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnyTDoWco nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyTDoWco nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnyTDoWco nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnyTDoWco nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyTDoWco .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnyTDoWco a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnyTDoWco .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-uYnyTDoWco .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnyTDoWco .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnyTDoWco .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnyTDoWco .navbar {
    height: 70px;
  }
  .cid-uYnyTDoWco .navbar.opened {
    height: auto;
  }
  .cid-uYnyTDoWco .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnyTDoWco .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnyTDoWco .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnyTDoWco .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnyTDoWco .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnyTDoWco .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnyTDoWco .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnyTDoWco .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnyTDoWco .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnyTDoWco .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnyTDoWco .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnyTDoWco .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnyTDoWco .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnyTDoWco .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnyTDoWco .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnyTDoWco .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnyTDoWco .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnyTDoWco .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnyTDoWco .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnyTDoWco .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnyTDoWco .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnyTDoWco .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnyTDoWco .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnyTDoWco .content-wrap {
    display: block;
  }
}
.cid-uYnyTEXSuX {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyTEXSuX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyTEXSuX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyTEXSuX .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyTEXSuX .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnyTEXSuX .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyTEXSuX .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyTEXSuX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnyTEXSuX .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnyTEXSuX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyTEXSuX .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyTEXSuX .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyTEXSuX .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyTEXSuX .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyTEXSuX .mbr-text,
.cid-uYnyTEXSuX .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyTEXSuX .mbr-section-title,
.cid-uYnyTEXSuX .mbr-section-btn {
  text-align: center;
}
.cid-uYnyTGmXdN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyTGmXdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyTGmXdN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyTGmXdN .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnyTGmXdN .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnyTGmXdN .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnyTGmXdN .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnyTGmXdN .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnyTGmXdN .item {
    margin-bottom: 40px;
  }
}
.cid-uYnyTGmXdN .item .item-wrapper {
  height: 100%;
}
.cid-uYnyTGmXdN .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyTGmXdN .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnyTGmXdN .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnyTGmXdN .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnyTGmXdN .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnyTGmXdN .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnyTGmXdN .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnyTGmXdN .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnyTGmXdN .mbr-section-title,
.cid-uYnyTGmXdN .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnyTGmXdN .card-name {
  color: #323432;
}
.cid-uYnyTGmXdN .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnyTGmXdN .card-name,
.cid-uYnyTGmXdN .mbr-section-btn {
  text-align: center;
}
.cid-uYnyTIosss {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnyTIosss .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyTIosss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyTIosss .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnyTIosss .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyTIosss .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnyTIosss .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnyTIosss .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnyTIosss .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnyTIosss .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnyTIosss .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnyTIosss .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnyTIosss .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnyTIosss .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnyTIosss .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnyTIosss .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnyTIosss .mbr-label,
.cid-uYnyTIosss .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnyTIosss .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnyTIosss .mbr-text,
.cid-uYnyTIosss .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnyTIosss .mbr-section-title,
.cid-uYnyTIosss .mbr-section-btn {
  text-align: center;
}
.cid-uYnyTIosss .mbr-section-title,
.cid-uYnyTIosss .mbr-section-btn,
.cid-uYnyTIosss .title-wrapper {
  text-align: justify;
}
.cid-uYnyTKc9Rb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnyTKc9Rb .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnyTKc9Rb .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnyTKc9Rb .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnyTKc9Rb .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnyTKc9Rb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyTKc9Rb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyTKc9Rb .row {
  justify-content: center;
}
.cid-uYnyTKc9Rb .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyTKc9Rb .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnyTKc9Rb .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnyTKc9Rb .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyTKc9Rb .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnyTKc9Rb .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyTKc9Rb .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyTKc9Rb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnyTKc9Rb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyTKc9Rb .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyTKc9Rb .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyTKc9Rb .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyTKc9Rb .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnyTKc9Rb .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnyTKc9Rb .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnyTKc9Rb .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnyTKc9Rb .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnyTKc9Rb .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnyTKc9Rb .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnyTKc9Rb .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnyTKc9Rb .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnyTKc9Rb .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnyTKc9Rb .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnyTKc9Rb .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyTKc9Rb .mbr-text,
.cid-uYnyTKc9Rb .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyTKc9Rb .mbr-section-btn,
.cid-uYnyTKc9Rb .mbr-section-title {
  text-align: center;
}
.cid-uYnyTKc9Rb .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnyTKc9Rb .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyY4qiJs {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnyY4qiJs .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-uYnyY4qiJs .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnyY4qiJs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnyY4qiJs .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnyY4qiJs .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnyY4qiJs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnyY4qiJs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnyY4qiJs .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnyY4qiJs .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnyY4qiJs .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnyY4qiJs .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyY4qiJs .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnyY4qiJs .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnyY4qiJs .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnyY4qiJs .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnyY4qiJs .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnyY4qiJs .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyY4qiJs .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnyY4qiJs .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnyY4qiJs .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnyY4qiJs .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnyY4qiJs .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnyY4qiJs .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnyY4qiJs .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnyY4qiJs .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnyY4qiJs .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnyY4qiJs .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyY4qiJs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnyY4qiJs .container,
.cid-uYnyY4qiJs .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnyY4qiJs .container,
  .cid-uYnyY4qiJs .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnyY4qiJs .container,
  .cid-uYnyY4qiJs .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnyY4qiJs .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnyY4qiJs .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyY4qiJs .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnyY4qiJs .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnyY4qiJs .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnyY4qiJs .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnyY4qiJs .nav-item:focus,
.cid-uYnyY4qiJs .nav-link:focus {
  outline: none;
}
.cid-uYnyY4qiJs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnyY4qiJs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnyY4qiJs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnyY4qiJs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnyY4qiJs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnyY4qiJs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnyY4qiJs .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-uYnyY4qiJs .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnyY4qiJs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnyY4qiJs .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnyY4qiJs .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnyY4qiJs .navbar.collapsed {
  justify-content: center;
}
.cid-uYnyY4qiJs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnyY4qiJs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnyY4qiJs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnyY4qiJs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnyY4qiJs .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-uYnyY4qiJs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnyY4qiJs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnyY4qiJs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnyY4qiJs .navbar {
    min-height: 72px;
  }
  .cid-uYnyY4qiJs .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnyY4qiJs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnyY4qiJs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnyY4qiJs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnyY4qiJs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnyY4qiJs .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-uYnyY4qiJs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnyY4qiJs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnyY4qiJs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnyY4qiJs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnyY4qiJs .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnyY4qiJs .dropdown-item.active,
.cid-uYnyY4qiJs .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnyY4qiJs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnyY4qiJs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnyY4qiJs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnyY4qiJs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnyY4qiJs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnyY4qiJs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnyY4qiJs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnyY4qiJs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnyY4qiJs .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnyY4qiJs .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnyY4qiJs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnyY4qiJs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnyY4qiJs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnyY4qiJs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyY4qiJs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnyY4qiJs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnyY4qiJs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyY4qiJs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnyY4qiJs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnyY4qiJs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnyY4qiJs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnyY4qiJs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnyY4qiJs .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-uYnyY4qiJs .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnyY4qiJs .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnyY4qiJs .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnyY4qiJs .navbar {
    height: 70px;
  }
  .cid-uYnyY4qiJs .navbar.opened {
    height: auto;
  }
  .cid-uYnyY4qiJs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnyY4qiJs .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnyY4qiJs .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnyY4qiJs .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnyY4qiJs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnyY4qiJs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnyY4qiJs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnyY4qiJs .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnyY4qiJs .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnyY4qiJs .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnyY4qiJs .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnyY4qiJs .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnyY4qiJs .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnyY4qiJs .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnyY4qiJs .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnyY4qiJs .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnyY4qiJs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnyY4qiJs .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnyY4qiJs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnyY4qiJs .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnyY4qiJs .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnyY4qiJs .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnyY4qiJs .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnyY4qiJs .content-wrap {
    display: block;
  }
}
.cid-uYnyY5ZyuD {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyY5ZyuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyY5ZyuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyY5ZyuD .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyY5ZyuD .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnyY5ZyuD .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyY5ZyuD .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyY5ZyuD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnyY5ZyuD .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnyY5ZyuD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyY5ZyuD .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyY5ZyuD .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyY5ZyuD .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyY5ZyuD .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyY5ZyuD .mbr-text,
.cid-uYnyY5ZyuD .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyY5ZyuD .mbr-section-title,
.cid-uYnyY5ZyuD .mbr-section-btn {
  text-align: center;
}
.cid-uYnyY7oDvI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnyY7oDvI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyY7oDvI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyY7oDvI .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnyY7oDvI .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnyY7oDvI .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnyY7oDvI .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnyY7oDvI .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnyY7oDvI .item {
    margin-bottom: 40px;
  }
}
.cid-uYnyY7oDvI .item .item-wrapper {
  height: 100%;
}
.cid-uYnyY7oDvI .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyY7oDvI .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnyY7oDvI .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnyY7oDvI .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnyY7oDvI .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnyY7oDvI .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnyY7oDvI .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnyY7oDvI .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnyY7oDvI .mbr-section-title,
.cid-uYnyY7oDvI .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnyY7oDvI .card-name {
  color: #323432;
}
.cid-uYnyY7oDvI .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnyY7oDvI .card-name,
.cid-uYnyY7oDvI .mbr-section-btn {
  text-align: center;
}
.cid-uYnyY9p1eE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnyY9p1eE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyY9p1eE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyY9p1eE .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnyY9p1eE .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnyY9p1eE .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnyY9p1eE .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnyY9p1eE .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnyY9p1eE .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnyY9p1eE .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnyY9p1eE .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnyY9p1eE .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnyY9p1eE .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnyY9p1eE .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnyY9p1eE .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnyY9p1eE .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnyY9p1eE .mbr-label,
.cid-uYnyY9p1eE .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnyY9p1eE .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnyY9p1eE .mbr-text,
.cid-uYnyY9p1eE .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnyY9p1eE .mbr-section-title,
.cid-uYnyY9p1eE .mbr-section-btn {
  text-align: center;
}
.cid-uYnyY9p1eE .mbr-section-title,
.cid-uYnyY9p1eE .mbr-section-btn,
.cid-uYnyY9p1eE .title-wrapper {
  text-align: justify;
}
.cid-uYnyYbeDA9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnyYbeDA9 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnyYbeDA9 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnyYbeDA9 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnyYbeDA9 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnyYbeDA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnyYbeDA9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnyYbeDA9 .row {
  justify-content: center;
}
.cid-uYnyYbeDA9 .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyYbeDA9 .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnyYbeDA9 .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnyYbeDA9 .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyYbeDA9 .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnyYbeDA9 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnyYbeDA9 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnyYbeDA9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnyYbeDA9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnyYbeDA9 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnyYbeDA9 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnyYbeDA9 .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnyYbeDA9 .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnyYbeDA9 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnyYbeDA9 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnyYbeDA9 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnyYbeDA9 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnyYbeDA9 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnyYbeDA9 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnyYbeDA9 .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnyYbeDA9 .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnyYbeDA9 .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnyYbeDA9 .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnyYbeDA9 .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnyYbeDA9 .mbr-text,
.cid-uYnyYbeDA9 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnyYbeDA9 .mbr-section-btn,
.cid-uYnyYbeDA9 .mbr-section-title {
  text-align: center;
}
.cid-uYnyYbeDA9 .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnyYbeDA9 .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnz0oOBgS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnz0oOBgS .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-uYnz0oOBgS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnz0oOBgS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnz0oOBgS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnz0oOBgS .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnz0oOBgS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnz0oOBgS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnz0oOBgS .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnz0oOBgS .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnz0oOBgS .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnz0oOBgS .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnz0oOBgS .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnz0oOBgS .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnz0oOBgS .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnz0oOBgS .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnz0oOBgS .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnz0oOBgS .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnz0oOBgS .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnz0oOBgS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnz0oOBgS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnz0oOBgS .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnz0oOBgS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnz0oOBgS .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnz0oOBgS .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnz0oOBgS .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnz0oOBgS .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnz0oOBgS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnz0oOBgS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnz0oOBgS .container,
.cid-uYnz0oOBgS .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnz0oOBgS .container,
  .cid-uYnz0oOBgS .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnz0oOBgS .container,
  .cid-uYnz0oOBgS .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnz0oOBgS .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnz0oOBgS .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnz0oOBgS .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnz0oOBgS .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnz0oOBgS .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnz0oOBgS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnz0oOBgS .nav-item:focus,
.cid-uYnz0oOBgS .nav-link:focus {
  outline: none;
}
.cid-uYnz0oOBgS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnz0oOBgS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnz0oOBgS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnz0oOBgS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnz0oOBgS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnz0oOBgS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnz0oOBgS .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-uYnz0oOBgS .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnz0oOBgS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnz0oOBgS .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnz0oOBgS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnz0oOBgS .navbar.collapsed {
  justify-content: center;
}
.cid-uYnz0oOBgS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnz0oOBgS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnz0oOBgS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnz0oOBgS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnz0oOBgS .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-uYnz0oOBgS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnz0oOBgS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnz0oOBgS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnz0oOBgS .navbar {
    min-height: 72px;
  }
  .cid-uYnz0oOBgS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnz0oOBgS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnz0oOBgS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnz0oOBgS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnz0oOBgS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnz0oOBgS .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-uYnz0oOBgS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnz0oOBgS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnz0oOBgS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnz0oOBgS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnz0oOBgS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnz0oOBgS .dropdown-item.active,
.cid-uYnz0oOBgS .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnz0oOBgS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnz0oOBgS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnz0oOBgS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnz0oOBgS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnz0oOBgS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnz0oOBgS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnz0oOBgS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnz0oOBgS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnz0oOBgS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnz0oOBgS .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnz0oOBgS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnz0oOBgS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnz0oOBgS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnz0oOBgS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnz0oOBgS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnz0oOBgS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnz0oOBgS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnz0oOBgS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnz0oOBgS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnz0oOBgS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnz0oOBgS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnz0oOBgS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnz0oOBgS .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-uYnz0oOBgS .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnz0oOBgS .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnz0oOBgS .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnz0oOBgS .navbar {
    height: 70px;
  }
  .cid-uYnz0oOBgS .navbar.opened {
    height: auto;
  }
  .cid-uYnz0oOBgS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnz0oOBgS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnz0oOBgS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnz0oOBgS .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnz0oOBgS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnz0oOBgS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnz0oOBgS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnz0oOBgS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnz0oOBgS .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnz0oOBgS .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnz0oOBgS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnz0oOBgS .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnz0oOBgS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnz0oOBgS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnz0oOBgS .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnz0oOBgS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnz0oOBgS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnz0oOBgS .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnz0oOBgS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnz0oOBgS .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnz0oOBgS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnz0oOBgS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnz0oOBgS .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnz0oOBgS .content-wrap {
    display: block;
  }
}
.cid-uYnz0qq2mH {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnz0qq2mH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnz0qq2mH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnz0qq2mH .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnz0qq2mH .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnz0qq2mH .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnz0qq2mH .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnz0qq2mH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnz0qq2mH .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnz0qq2mH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnz0qq2mH .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnz0qq2mH .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnz0qq2mH .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnz0qq2mH .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnz0qq2mH .mbr-text,
.cid-uYnz0qq2mH .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnz0qq2mH .mbr-section-title,
.cid-uYnz0qq2mH .mbr-section-btn {
  text-align: center;
}
.cid-uYnz0rR9kq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnz0rR9kq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnz0rR9kq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnz0rR9kq .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnz0rR9kq .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnz0rR9kq .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnz0rR9kq .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnz0rR9kq .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnz0rR9kq .item {
    margin-bottom: 40px;
  }
}
.cid-uYnz0rR9kq .item .item-wrapper {
  height: 100%;
}
.cid-uYnz0rR9kq .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnz0rR9kq .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnz0rR9kq .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnz0rR9kq .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnz0rR9kq .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnz0rR9kq .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnz0rR9kq .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnz0rR9kq .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnz0rR9kq .mbr-section-title,
.cid-uYnz0rR9kq .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnz0rR9kq .card-name {
  color: #323432;
}
.cid-uYnz0rR9kq .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnz0rR9kq .card-name,
.cid-uYnz0rR9kq .mbr-section-btn {
  text-align: center;
}
.cid-uYnz0tQ2ou {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnz0tQ2ou .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnz0tQ2ou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnz0tQ2ou .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnz0tQ2ou .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnz0tQ2ou .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnz0tQ2ou .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnz0tQ2ou .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnz0tQ2ou .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnz0tQ2ou .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnz0tQ2ou .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnz0tQ2ou .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnz0tQ2ou .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnz0tQ2ou .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnz0tQ2ou .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnz0tQ2ou .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnz0tQ2ou .mbr-label,
.cid-uYnz0tQ2ou .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnz0tQ2ou .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnz0tQ2ou .mbr-text,
.cid-uYnz0tQ2ou .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnz0tQ2ou .mbr-section-title,
.cid-uYnz0tQ2ou .mbr-section-btn {
  text-align: center;
}
.cid-uYnz0tQ2ou .mbr-section-title,
.cid-uYnz0tQ2ou .mbr-section-btn,
.cid-uYnz0tQ2ou .title-wrapper {
  text-align: justify;
}
.cid-uYnz0vLSJy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnz0vLSJy .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnz0vLSJy .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnz0vLSJy .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnz0vLSJy .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnz0vLSJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnz0vLSJy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnz0vLSJy .row {
  justify-content: center;
}
.cid-uYnz0vLSJy .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnz0vLSJy .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnz0vLSJy .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnz0vLSJy .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnz0vLSJy .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnz0vLSJy .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnz0vLSJy .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnz0vLSJy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnz0vLSJy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnz0vLSJy .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnz0vLSJy .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnz0vLSJy .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnz0vLSJy .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnz0vLSJy .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnz0vLSJy .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnz0vLSJy .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnz0vLSJy .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnz0vLSJy .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnz0vLSJy .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnz0vLSJy .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnz0vLSJy .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnz0vLSJy .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnz0vLSJy .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnz0vLSJy .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnz0vLSJy .mbr-text,
.cid-uYnz0vLSJy .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnz0vLSJy .mbr-section-btn,
.cid-uYnz0vLSJy .mbr-section-title {
  text-align: center;
}
.cid-uYnz0vLSJy .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnz0vLSJy .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnz2YapiZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYnz2YapiZ .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-uYnz2YapiZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYnz2YapiZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYnz2YapiZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYnz2YapiZ .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYnz2YapiZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnz2YapiZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnz2YapiZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYnz2YapiZ .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYnz2YapiZ .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYnz2YapiZ .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnz2YapiZ .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYnz2YapiZ .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYnz2YapiZ .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYnz2YapiZ .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYnz2YapiZ .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYnz2YapiZ .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnz2YapiZ .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYnz2YapiZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYnz2YapiZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYnz2YapiZ .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYnz2YapiZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYnz2YapiZ .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYnz2YapiZ .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYnz2YapiZ .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYnz2YapiZ .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYnz2YapiZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYnz2YapiZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYnz2YapiZ .container,
.cid-uYnz2YapiZ .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYnz2YapiZ .container,
  .cid-uYnz2YapiZ .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYnz2YapiZ .container,
  .cid-uYnz2YapiZ .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYnz2YapiZ .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYnz2YapiZ .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnz2YapiZ .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYnz2YapiZ .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnz2YapiZ .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYnz2YapiZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYnz2YapiZ .nav-item:focus,
.cid-uYnz2YapiZ .nav-link:focus {
  outline: none;
}
.cid-uYnz2YapiZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnz2YapiZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnz2YapiZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnz2YapiZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnz2YapiZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnz2YapiZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnz2YapiZ .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-uYnz2YapiZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnz2YapiZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnz2YapiZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnz2YapiZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYnz2YapiZ .navbar.collapsed {
  justify-content: center;
}
.cid-uYnz2YapiZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnz2YapiZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnz2YapiZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnz2YapiZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnz2YapiZ .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-uYnz2YapiZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnz2YapiZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnz2YapiZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYnz2YapiZ .navbar {
    min-height: 72px;
  }
  .cid-uYnz2YapiZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnz2YapiZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnz2YapiZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnz2YapiZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnz2YapiZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnz2YapiZ .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-uYnz2YapiZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnz2YapiZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYnz2YapiZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnz2YapiZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnz2YapiZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYnz2YapiZ .dropdown-item.active,
.cid-uYnz2YapiZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnz2YapiZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnz2YapiZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnz2YapiZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnz2YapiZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYnz2YapiZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnz2YapiZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYnz2YapiZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYnz2YapiZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnz2YapiZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYnz2YapiZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uYnz2YapiZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnz2YapiZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYnz2YapiZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnz2YapiZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnz2YapiZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnz2YapiZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnz2YapiZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnz2YapiZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnz2YapiZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnz2YapiZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnz2YapiZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnz2YapiZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnz2YapiZ .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-uYnz2YapiZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYnz2YapiZ .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYnz2YapiZ .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnz2YapiZ .navbar {
    height: 70px;
  }
  .cid-uYnz2YapiZ .navbar.opened {
    height: auto;
  }
  .cid-uYnz2YapiZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnz2YapiZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYnz2YapiZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYnz2YapiZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYnz2YapiZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYnz2YapiZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYnz2YapiZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYnz2YapiZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYnz2YapiZ .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYnz2YapiZ .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYnz2YapiZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYnz2YapiZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uYnz2YapiZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYnz2YapiZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYnz2YapiZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYnz2YapiZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYnz2YapiZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYnz2YapiZ .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYnz2YapiZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYnz2YapiZ .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYnz2YapiZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYnz2YapiZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYnz2YapiZ .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnz2YapiZ .content-wrap {
    display: block;
  }
}
.cid-uYnz2ZIsyP {
  padding-top: 16rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnz2ZIsyP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnz2ZIsyP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnz2ZIsyP .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnz2ZIsyP .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYnz2ZIsyP .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnz2ZIsyP .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnz2ZIsyP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYnz2ZIsyP .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYnz2ZIsyP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnz2ZIsyP .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnz2ZIsyP .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnz2ZIsyP .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnz2ZIsyP .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnz2ZIsyP .mbr-text,
.cid-uYnz2ZIsyP .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnz2ZIsyP .mbr-section-title,
.cid-uYnz2ZIsyP .mbr-section-btn {
  text-align: center;
}
.cid-uYnz318tDR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8181;
}
.cid-uYnz318tDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnz318tDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnz318tDR .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYnz318tDR .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYnz318tDR .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYnz318tDR .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYnz318tDR .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnz318tDR .item {
    margin-bottom: 40px;
  }
}
.cid-uYnz318tDR .item .item-wrapper {
  height: 100%;
}
.cid-uYnz318tDR .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnz318tDR .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYnz318tDR .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnz318tDR .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYnz318tDR .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYnz318tDR .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYnz318tDR .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYnz318tDR .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYnz318tDR .mbr-section-title,
.cid-uYnz318tDR .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYnz318tDR .card-name {
  color: #323432;
}
.cid-uYnz318tDR .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYnz318tDR .card-name,
.cid-uYnz318tDR .mbr-section-btn {
  text-align: center;
}
.cid-uYnz336lhY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8181;
}
.cid-uYnz336lhY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnz336lhY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnz336lhY .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYnz336lhY .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYnz336lhY .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYnz336lhY .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYnz336lhY .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYnz336lhY .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYnz336lhY .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYnz336lhY .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYnz336lhY .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnz336lhY .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnz336lhY .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYnz336lhY .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnz336lhY .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnz336lhY .mbr-label,
.cid-uYnz336lhY .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYnz336lhY .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYnz336lhY .mbr-text,
.cid-uYnz336lhY .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYnz336lhY .mbr-section-title,
.cid-uYnz336lhY .mbr-section-btn {
  text-align: center;
}
.cid-uYnz336lhY .mbr-section-title,
.cid-uYnz336lhY .mbr-section-btn,
.cid-uYnz336lhY .title-wrapper {
  text-align: justify;
}
.cid-uYnz34WjFc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ff8181;
}
.cid-uYnz34WjFc .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYnz34WjFc .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYnz34WjFc .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYnz34WjFc .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYnz34WjFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnz34WjFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnz34WjFc .row {
  justify-content: center;
}
.cid-uYnz34WjFc .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnz34WjFc .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYnz34WjFc .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYnz34WjFc .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnz34WjFc .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYnz34WjFc .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnz34WjFc .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYnz34WjFc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnz34WjFc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnz34WjFc .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnz34WjFc .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYnz34WjFc .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYnz34WjFc .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYnz34WjFc .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnz34WjFc .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYnz34WjFc .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnz34WjFc .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnz34WjFc .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYnz34WjFc .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYnz34WjFc .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYnz34WjFc .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYnz34WjFc .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYnz34WjFc .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYnz34WjFc .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYnz34WjFc .mbr-text,
.cid-uYnz34WjFc .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYnz34WjFc .mbr-section-btn,
.cid-uYnz34WjFc .mbr-section-title {
  text-align: center;
}
.cid-uYnz34WjFc .mbr-soc {
  color: #f1f5eb;
}
.cid-uYnz34WjFc .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
