.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0c2c68 !important;
}
.bg-success {
  background-color: #edefeb !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #edefeb !important;
  border-color: #edefeb !important;
  color: #6e7a61 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6e7a61 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #edefeb;
  color: #edefeb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c2c8bb !important;
  background-color: transparent !important;
  border-color: #c2c8bb !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6e7a61 !important;
  background-color: #edefeb !important;
  border-color: #edefeb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0c2c68 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #edefeb !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #01050d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bac2b2 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0c2c68;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0c2c68;
  border-color: #0c2c68;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0c2c68;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #195cda;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #0c2c68 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #0c2c68;
}
/* 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: #0c2c68;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0c2c68;
}
.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: #0c2c68;
  border-bottom-color: #0c2c68;
}
.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: #0c2c68 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230c2c68' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v2G08qxMg7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v2G08qxMg7 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v2G08qxMg7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2G08qxMg7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2G08qxMg7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v2G08qxMg7 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v2G08qxMg7 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #9fe870;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v2G08qxMg7 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #9fe870;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v2G08qxMg7 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v2G08qxMg7 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v2G08qxMg7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v2G08qxMg7 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-v2G08qxMg7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v2G08qxMg7 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v2G08qxMg7 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v2G08qxMg7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v2G08qxMg7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v2G08qxMg7 .container,
.cid-v2G08qxMg7 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d8dfd1;
  background: rgba(230, 237, 220, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .container,
  .cid-v2G08qxMg7 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v2G08qxMg7 .container,
  .cid-v2G08qxMg7 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v2G08qxMg7 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v2G08qxMg7 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v2G08qxMg7 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v2G08qxMg7 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .nav-item:focus,
.cid-v2G08qxMg7 .nav-link:focus {
  outline: none;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2G08qxMg7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2G08qxMg7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2G08qxMg7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2G08qxMg7 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2G08qxMg7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v2G08qxMg7 .navbar.collapsed {
  justify-content: center;
}
.cid-v2G08qxMg7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2G08qxMg7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2G08qxMg7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v2G08qxMg7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2G08qxMg7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2G08qxMg7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2G08qxMg7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v2G08qxMg7 .navbar {
    min-height: 72px;
  }
  .cid-v2G08qxMg7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v2G08qxMg7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2G08qxMg7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2G08qxMg7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2G08qxMg7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2G08qxMg7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v2G08qxMg7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2G08qxMg7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2G08qxMg7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v2G08qxMg7 .dropdown-item.active,
.cid-v2G08qxMg7 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2G08qxMg7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2G08qxMg7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2G08qxMg7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2G08qxMg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v2G08qxMg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v2G08qxMg7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v2G08qxMg7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2G08qxMg7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-buttons {
    text-align: left;
  }
}
.cid-v2G08qxMg7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2G08qxMg7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-v2G08qxMg7 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar {
    height: 70px;
  }
  .cid-v2G08qxMg7 .navbar.opened {
    height: auto;
  }
  .cid-v2G08qxMg7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v2G08qxMg7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v2G08qxMg7 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v2G08qxMg7 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v2G08qxMg7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v2G08qxMg7 .navbar-brand {
    margin-right: auto;
  }
  .cid-v2G08qxMg7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    opacity: 1;
    border-color: rgba(230, 237, 220, 0.8) !important;
    background: rgba(230, 237, 220, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v2G08qxMg7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v2G08qxMg7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v2G08qxMg7 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .content-wrap {
    display: block;
  }
}
.cid-v2G0kRDpcg {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/mbr-14-1920x1280.webp");
}
.cid-v2G0kRDpcg::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #0c2c68 120%);
  pointer-events: none;
}
.cid-v2G0kRDpcg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2G0kRDpcg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2G0kRDpcg .card {
  justify-content: flex-end;
}
.cid-v2G0kRDpcg .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v2G0kRDpcg .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2G0kRDpcg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2G0kRDpcg .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-v2G0kRDpcg .mbr-label {
  color: #ffffff;
}
.cid-v2G0kRDpcg .mbr-section-title {
  color: #ffffff;
}
.cid-v2G0kRDpcg .mbr-text {
  color: #ffffff;
}
.cid-v3opT2vnAL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v3opT2vnAL img,
.cid-v3opT2vnAL .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v3opT2vnAL .item:focus,
.cid-v3opT2vnAL span:focus {
  outline: none;
}
.cid-v3opT2vnAL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3opT2vnAL .item {
    margin-bottom: 1rem;
  }
}
.cid-v3opT2vnAL .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3opT2vnAL .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v3opT2vnAL .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v3opT2vnAL .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3opT2vnAL .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3opT2vnAL .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v3opT2vnAL .mbr-section-title {
  color: #232323;
}
.cid-v3opT2vnAL .mbr-text,
.cid-v3opT2vnAL .mbr-section-btn {
  text-align: center;
}
.cid-v3opT2vnAL .item-title {
  text-align: left;
}
.cid-v3opT2vnAL .content-head {
  max-width: 800px;
}
.cid-v3opT2vnAL .mbr-text,
.cid-v3opT2vnAL .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v2VOSwAUZG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v2VOSwAUZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2VOSwAUZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2VOSwAUZG .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-v2VOSwAUZG .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2VOSwAUZG .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v2VOSwAUZG .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v2VOSwAUZG .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v2VOSwAUZG .row {
  flex-direction: row-reverse;
}
.cid-v2VOSwAUZG .image-wrapper {
  padding: 0 1rem;
}
.cid-v2VOSwAUZG img,
.cid-v2VOSwAUZG .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2VOSwAUZG img,
  .cid-v2VOSwAUZG .image-wrapper {
    max-height: 350px;
  }
}
.cid-v2VOSwAUZG .mbr-section-title {
  color: #000000;
}
.cid-v2VOSwAUZG .mbr-text {
  color: #000000;
}
.cid-v2VOBGlVA7 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #d7d9d6;
}
.cid-v2VOBGlVA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2VOBGlVA7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2VOBGlVA7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2VOBGlVA7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2VOBGlVA7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2VOBGlVA7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2VOBGlVA7 .mbr-section-title {
  color: #000000;
}
.cid-v2VOBGlVA7 .mbr-text,
.cid-v2VOBGlVA7 .mbr-section-btn {
  color: #000000;
}
.cid-v2VOKHkrap {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #edefeb;
}
.cid-v2VOKHkrap .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2VOKHkrap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2VOKHkrap .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v2VOKHkrap .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2VOKHkrap .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2VOKHkrap .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2VOKHkrap .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2VOKHkrap .mbr-section-title {
  color: #000000;
}
.cid-v2VOKHkrap .mbr-text,
.cid-v2VOKHkrap .mbr-section-btn {
  color: #000000;
}
.cid-v2W1VSxi2r {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #d7d9d6;
}
.cid-v2W1VSxi2r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2W1VSxi2r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2W1VSxi2r .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-v2W1VSxi2r .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2W1VSxi2r .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v2W1VSxi2r .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v2W1VSxi2r .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v2W1VSxi2r .image-wrapper {
  padding: 0 1rem;
}
.cid-v2W1VSxi2r img,
.cid-v2W1VSxi2r .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2W1VSxi2r img,
  .cid-v2W1VSxi2r .image-wrapper {
    max-height: 350px;
  }
}
.cid-v2W1VSxi2r .mbr-section-title {
  color: #000000;
}
.cid-v2W1VSxi2r .mbr-text {
  color: #000000;
}
.cid-v2GB5FA4Q1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #edefeb;
}
.cid-v2GB5FA4Q1 .stats-item {
  padding: 80px 10px;
  background-color: #13287d;
  display: flex;
  justify-content: center;
}
.cid-v2GB5FA4Q1 .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-v2GB5FA4Q1 .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-v2GB5FA4Q1 .heading {
  color: #ffffff;
}
.cid-v2GB5FA4Q1 .counter {
  text-align: center;
  color: #ffffff;
}
.cid-v2GB5FA4Q1 .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-v2GB5FA4Q1 .mbr-card-title,
.cid-v2GB5FA4Q1 .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-v2GB5FA4Q1 .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-v2GB5FA4Q1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GB5FA4Q1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRVpp85K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3cRVpp85K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cRVpp85K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRVpp85K .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v3cRVpp85K .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v3cRVpp85K .embla__slide .slide-content {
  width: 100%;
}
.cid-v3cRVpp85K .embla__slide .slide-content .item-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-v3cRVpp85K .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap {
  display: inline-flex;
  position: relative;
  z-index: 1;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}
.cid-v3cRVpp85K .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #323232;
  z-index: -1;
}
.cid-v3cRVpp85K .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .rating {
  padding: 5px 11px;
  background-color: #121212;
  display: inline-flex;
}
.cid-v3cRVpp85K .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .rating .mbr-star {
  margin-right: 2px;
  margin-bottom: 0;
}
.cid-v3cRVpp85K .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .rating .mbr-star:last-child {
  margin-right: 0;
}
.cid-v3cRVpp85K .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-v3cRVpp85K .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-v3cRVpp85K .embla__slide .slide-content .item-wrapper .item-img img {
  display: inline-flex;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-v3cRVpp85K .embla__slide .slide-content .item-wrapper .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v3cRVpp85K .embla__slide .slide-content .item-wrapper .item-role {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-v3cRVpp85K .embla__button--next,
.cid-v3cRVpp85K .embla__button--prev {
  display: flex;
}
.cid-v3cRVpp85K .embla__button {
  bottom: 50%;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #ffdf7d !important;
  color: #121212 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v3cRVpp85K .embla__button {
    bottom: 0;
  }
}
.cid-v3cRVpp85K .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-v3cRVpp85K .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-v3cRVpp85K .embla__button:disabled {
  opacity: .5 !important;
  transform: none !important;
}
.cid-v3cRVpp85K .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-v3cRVpp85K .embla__button.embla__button--prev {
    left: auto;
    margin-left: -60px;
  }
}
.cid-v3cRVpp85K .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-v3cRVpp85K .embla__button.embla__button--next {
    right: auto;
    margin-right: -60px;
  }
}
.cid-v3cRVpp85K .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-v3cRVpp85K .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-v3cRVpp85K .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v3cRVpp85K .embla__viewport {
    padding: 0;
  }
}
.cid-v3cRVpp85K .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3cRVpp85K .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3cRVpp85K .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3cRVpp85K .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v3cRVpp85K .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-v3cRVpp85K .item-name {
  color: #ffffff;
}
.cid-v3cRVpp85K .item-role {
  color: #808080;
  text-align: center;
}
.cid-v3cRVpp85K .mbr-star,
.cid-v3cRVpp85K .rating-wrapper {
  color: #ffdf7d;
  text-align: center;
}
.cid-v3cRVpp85K .item-name,
.cid-v3cRVpp85K .item-img {
  text-align: center;
}
.cid-v2GdPEelUp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d7d9d6;
}
.cid-v2GdPEelUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GdPEelUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GdPEelUp .row {
  justify-content: space-between;
}
.cid-v2GdPEelUp .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2GdPEelUp .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v2GdPEelUp .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2GdPEelUp .item {
    margin-bottom: 50px;
  }
}
.cid-v2GdPEelUp .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2GdPEelUp .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-v2GdPEelUp .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-v2GdPEelUp .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v2GdPEelUp .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-v2GdPEelUp .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #000c3f;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-v2GdPEelUp .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-v2GdPEelUp .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-v2GdPEelUp .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #000c3f;
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-v2GdPEelUp .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-v2GdPEelUp .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v2GdPEelUp .item .item-wrapper .item-content .item-title:hover,
.cid-v2GdPEelUp .item .item-wrapper .item-content .item-title:focus {
  color: #ffffff;
}
.cid-v2GdPEelUp .mbr-section-title {
  color: #000c3f;
  text-align: center;
}
.cid-v2GdPEelUp .item-title {
  color: #000c3f;
}
.cid-v2GdD2CuG5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-v2GdD2CuG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GdD2CuG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GdD2CuG5 .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-v2GdD2CuG5 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-v2GdD2CuG5 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v2GdD2CuG5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v2GdD2CuG5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v2GdD2CuG5 .content-head {
  max-width: 800px;
}
.cid-v2Gd1FSEG2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-v2Gd1FSEG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Gd1FSEG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .container {
    padding: 0 30px;
  }
}
.cid-v2Gd1FSEG2 .row {
  justify-content: center;
}
.cid-v2Gd1FSEG2 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-v2Gd1FSEG2 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:hover,
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:hover::before,
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-v2Gd1FSEG2 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .mbr-section-title {
  color: #bee0d6;
}
.cid-v2Gd1FSEG2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2Gd1FSEG2 .list {
  color: #bee0d6;
}
.cid-v2Gd1FSEG2 .mbr-address {
  color: #bee0d6;
}
.cid-v2Gd1FSEG2 .mbr-copy {
  color: #ffffff;
}
.cid-v2Gd1FSEG2 .list,
.cid-v2Gd1FSEG2 .item-wrap,
.cid-v2Gd1FSEG2 .nav-wrapper {
  color: #ffea64;
}
.cid-v2Gd1FSEG2 .mbr-section-title,
.cid-v2Gd1FSEG2 .logo-wrapper {
  color: #ffffff;
}
.cid-v2G08qxMg7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v2G08qxMg7 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v2G08qxMg7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2G08qxMg7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2G08qxMg7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v2G08qxMg7 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v2G08qxMg7 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #9fe870;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v2G08qxMg7 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #9fe870;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v2G08qxMg7 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v2G08qxMg7 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v2G08qxMg7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v2G08qxMg7 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-v2G08qxMg7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v2G08qxMg7 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v2G08qxMg7 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v2G08qxMg7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v2G08qxMg7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v2G08qxMg7 .container,
.cid-v2G08qxMg7 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d8dfd1;
  background: rgba(230, 237, 220, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .container,
  .cid-v2G08qxMg7 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v2G08qxMg7 .container,
  .cid-v2G08qxMg7 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v2G08qxMg7 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v2G08qxMg7 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v2G08qxMg7 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v2G08qxMg7 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .nav-item:focus,
.cid-v2G08qxMg7 .nav-link:focus {
  outline: none;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2G08qxMg7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2G08qxMg7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2G08qxMg7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2G08qxMg7 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2G08qxMg7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v2G08qxMg7 .navbar.collapsed {
  justify-content: center;
}
.cid-v2G08qxMg7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2G08qxMg7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2G08qxMg7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v2G08qxMg7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2G08qxMg7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2G08qxMg7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2G08qxMg7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v2G08qxMg7 .navbar {
    min-height: 72px;
  }
  .cid-v2G08qxMg7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v2G08qxMg7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2G08qxMg7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2G08qxMg7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2G08qxMg7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2G08qxMg7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v2G08qxMg7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2G08qxMg7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2G08qxMg7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v2G08qxMg7 .dropdown-item.active,
.cid-v2G08qxMg7 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2G08qxMg7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2G08qxMg7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2G08qxMg7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2G08qxMg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v2G08qxMg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v2G08qxMg7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v2G08qxMg7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2G08qxMg7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-buttons {
    text-align: left;
  }
}
.cid-v2G08qxMg7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2G08qxMg7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-v2G08qxMg7 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar {
    height: 70px;
  }
  .cid-v2G08qxMg7 .navbar.opened {
    height: auto;
  }
  .cid-v2G08qxMg7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v2G08qxMg7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v2G08qxMg7 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v2G08qxMg7 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v2G08qxMg7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v2G08qxMg7 .navbar-brand {
    margin-right: auto;
  }
  .cid-v2G08qxMg7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    opacity: 1;
    border-color: rgba(230, 237, 220, 0.8) !important;
    background: rgba(230, 237, 220, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v2G08qxMg7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v2G08qxMg7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v2G08qxMg7 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .content-wrap {
    display: block;
  }
}
.cid-v2GP4tPtKm {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-v2GP4tPtKm::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #a6a99c 120%);
  pointer-events: none;
}
.cid-v2GP4tPtKm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GP4tPtKm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GP4tPtKm .card {
  justify-content: flex-end;
}
.cid-v2GP4tPtKm .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v2GP4tPtKm .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2GP4tPtKm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2GP4tPtKm .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-v2GP4tPtKm .mbr-label {
  color: #ffffff;
}
.cid-v2GP4tPtKm .mbr-section-title {
  color: #ffffff;
}
.cid-v2GP4tPtKm .mbr-text {
  color: #ffffff;
}
.cid-v2GP5CyuYG {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v2GP5CyuYG .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v2GP5CyuYG img,
.cid-v2GP5CyuYG .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v2GP5CyuYG .item:focus,
.cid-v2GP5CyuYG span:focus {
  outline: none;
}
.cid-v2GP5CyuYG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2GP5CyuYG .item {
    margin-bottom: 1rem;
  }
}
.cid-v2GP5CyuYG .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v2GP5CyuYG .mbr-section-title {
  color: #232323;
}
.cid-v2GP5CyuYG .mbr-text,
.cid-v2GP5CyuYG .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2GP5CyuYG .item-title {
  color: #232323;
  text-align: center;
}
.cid-v2GP5CyuYG .content-head {
  max-width: 800px;
}
.cid-v2GP9QB1sz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #d8dfd1;
}
@media (min-width: 992px) {
  .cid-v2GP9QB1sz .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-v2GP9QB1sz .content {
    padding: 0 2rem;
  }
}
.cid-v2GP9QB1sz .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-v2GP9QB1sz .img-col {
  padding: 0;
}
.cid-v2GP9QB1sz .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-v2GP9QB1sz .icon-wrap h3 {
  margin: 0;
}
.cid-v2GP9QB1sz .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-v2GP9QB1sz .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-v2GP9QB1sz .icon-title,
.cid-v2GP9QB1sz .mbr-iconfont {
  color: #181818;
}
.cid-v2GP9QB1sz .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-v2GP9QB1sz .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-v2GP9QB1sz .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v2GP9QB1sz .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-v2GP9QB1sz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GP9QB1sz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GPbguku9 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-897x1920.webp");
}
.cid-v2GPbguku9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GPbguku9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GPbguku9 .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-v2GPbguku9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2GPbguku9 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v2GPbguku9 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v2GPbguku9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2GPbguku9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2GPbguku9 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px 22px;
}
@media (max-width: 1200px) {
  .cid-v2GPbguku9 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v2GPbguku9 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v2GPbguku9 .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v2GPbguku9 .items-wrapper .item:hover .item-wrapper,
.cid-v2GPbguku9 .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
.cid-v2GPbguku9 .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #f7efdf;
  transition: all .3s ease;
  overflow: hidden;
}
.cid-v2GPbguku9 .items-wrapper .item .item-wrapper .item-img {
  background-color: #f7efdf;
}
.cid-v2GPbguku9 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2GPbguku9 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v2GPbguku9 .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-v2GPbguku9 .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-v2GPbguku9 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v2GPbguku9 .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 22px;
}
.cid-v2GPbguku9 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v2GPbguku9 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2GPbguku9 .mbr-section-title,
.cid-v2GPbguku9 .title-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-v2GPbguku9 .mbr-text,
.cid-v2GPbguku9 .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-v2GPbguku9 .item-title {
  color: #3a001d;
}
.cid-v2GPbguku9 .item-date {
  color: #3a001d;
}
.cid-v2GPbguku9 .item-text {
  color: #3a001d;
}
.cid-v2GPf9n0GE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v2GPf9n0GE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GPf9n0GE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GPf9n0GE .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2GPf9n0GE .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2GPf9n0GE .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2GPf9n0GE .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v2GPf9n0GE .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v2GPf9n0GE .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2GPf9n0GE .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v2GPf9n0GE .items-wrapper .item {
  padding: 0 12px;
}
.cid-v2GPf9n0GE .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v2GPf9n0GE .item {
    margin-bottom: 16px;
  }
}
.cid-v2GPf9n0GE .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 50px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-v2GPf9n0GE .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-v2GPf9n0GE .item .item-wrapper .item-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-v2GPf9n0GE .item .item-wrapper .item-content {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v2GPf9n0GE .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-v2GPf9n0GE .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-v2GPf9n0GE .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-v2GPf9n0GE .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v2GPf9n0GE .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v2GPf9n0GE .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2GPf9n0GE .item .item-wrapper .item-img {
  width: 30%;
}
@media (max-width: 992px) {
  .cid-v2GPf9n0GE .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v2GPf9n0GE .item .item-wrapper .item-img img {
  height: 350px;
  width: 300px;
  object-fit: cover;
  border: 10px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-v2GPf9n0GE .item .item-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.cid-v2GPf9n0GE .item .card_1 {
  background-color: #ffffff;
}
.cid-v2GPf9n0GE .item .card_1 .item-img img {
  transform: rotate(-5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .cid-v2GPf9n0GE .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-v2GPf9n0GE .item .card_2 {
  background-color: #9cadd9;
}
.cid-v2GPf9n0GE .item .card_2 .item-img img {
  transform: rotate(5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .cid-v2GPf9n0GE .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-v2GPf9n0GE .item .card_3 {
  background-color: #faebc5;
}
.cid-v2GPf9n0GE .item .card_3 .item-content {
  width: 40%;
}
@media (max-width: 1440px) {
  .cid-v2GPf9n0GE .item .card_3 .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v2GPf9n0GE .item .card_3 .item-content {
    width: 100%;
  }
}
.cid-v2GPf9n0GE .item .card_3 .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v2GPf9n0GE .item .card_3 .item-img {
    width: 100%;
  }
}
.cid-v2GPf9n0GE .item .card_3 .item-img img {
  height: 400px;
  width: 100%;
  transform: rotate(5deg) translateY(5rem);
}
@media (max-width: 992px) {
  .cid-v2GPf9n0GE .item .card_3 .item-img img {
    transform: none;
    height: 300px;
  }
}
.cid-v2GPf9n0GE .main-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v2GPf9n0GE .main-btn {
    margin-top: 16px;
  }
}
.cid-v2GPf9n0GE .mbr-section-title {
  color: #000c3f;
}
.cid-v2GPf9n0GE .mbr-text,
.cid-v2GPf9n0GE .text-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2GPf9n0GE .mbr-section-title,
.cid-v2GPf9n0GE .main-btn {
  text-align: center;
}
.cid-v2GPf9n0GE .item-title {
  color: #000c3f;
}
.cid-v2GPf9n0GE .item-text {
  color: #000c3f;
}
.cid-v2GPih19rh {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-v2GPih19rh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GPih19rh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GPih19rh .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-v2GPih19rh .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2GPih19rh .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v2GPih19rh .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v2GPih19rh .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v2GPih19rh .row {
  flex-direction: row-reverse;
}
.cid-v2GPih19rh .image-wrapper {
  padding: 0 1rem;
}
.cid-v2GPih19rh img,
.cid-v2GPih19rh .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2GPih19rh img,
  .cid-v2GPih19rh .image-wrapper {
    max-height: 350px;
  }
}
.cid-v2GPih19rh .mbr-section-title {
  color: #000000;
}
.cid-v2GPih19rh .mbr-text {
  color: #000000;
}
.cid-v2GPla4MEM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d7d9d6;
}
.cid-v2GPla4MEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GPla4MEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GPla4MEM .mbr-description {
  text-align: left;
}
.cid-v2GPla4MEM .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v2GPla4MEM .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2GPla4MEM .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v2GPla4MEM .card-title,
.cid-v2GPla4MEM .iconfont-wrapper {
  color: #000000;
}
.cid-v2GPla4MEM .card-text {
  color: #000000;
}
.cid-v2GPla4MEM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v2GPla4MEM .mbr-text,
.cid-v2GPla4MEM .mbr-section-btn {
  text-align: center;
}
.cid-v2GPla4MEM .card-text,
.cid-v2GPla4MEM .item .mbr-section-btn {
  text-align: left;
}
.cid-v2GPla4MEM .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v2GPla4MEM .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v2GPla4MEM .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v2GPla4MEM .mbr-text UL {
  text-align: justify;
}
.cid-v2GQxznikl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-897x1920.webp");
}
.cid-v2GQxznikl .row {
  flex-direction: row-reverse;
}
.cid-v2GQxznikl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GQxznikl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GQxznikl .mbr-description {
  text-align: left;
}
.cid-v2GQxznikl .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v2GQxznikl .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2GQxznikl .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v2GQxznikl .card-title,
.cid-v2GQxznikl .iconfont-wrapper {
  color: #000000;
}
.cid-v2GQxznikl .card-text {
  color: #000000;
}
.cid-v2GQxznikl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v2GQxznikl .mbr-text,
.cid-v2GQxznikl .mbr-section-btn {
  text-align: center;
}
.cid-v2GQxznikl .card-text,
.cid-v2GQxznikl .item .mbr-section-btn {
  text-align: left;
}
.cid-v2GQxznikl .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v2GQxznikl .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v2GQxznikl .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v2GQxznikl .mbr-text UL {
  text-align: justify;
}
.cid-v2GPoojVdX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-897x1920.webp");
}
.cid-v2GPoojVdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GPoojVdX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Gd1FSEG2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-v2Gd1FSEG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Gd1FSEG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .container {
    padding: 0 30px;
  }
}
.cid-v2Gd1FSEG2 .row {
  justify-content: center;
}
.cid-v2Gd1FSEG2 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-v2Gd1FSEG2 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:hover,
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:hover::before,
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-v2Gd1FSEG2 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .mbr-section-title {
  color: #bee0d6;
}
.cid-v2Gd1FSEG2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2Gd1FSEG2 .list {
  color: #bee0d6;
}
.cid-v2Gd1FSEG2 .mbr-address {
  color: #bee0d6;
}
.cid-v2Gd1FSEG2 .mbr-copy {
  color: #ffffff;
}
.cid-v2Gd1FSEG2 .list,
.cid-v2Gd1FSEG2 .item-wrap,
.cid-v2Gd1FSEG2 .nav-wrapper {
  color: #ffea64;
}
.cid-v2Gd1FSEG2 .mbr-section-title,
.cid-v2Gd1FSEG2 .logo-wrapper {
  color: #ffffff;
}
.cid-v2G08qxMg7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v2G08qxMg7 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v2G08qxMg7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2G08qxMg7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2G08qxMg7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v2G08qxMg7 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v2G08qxMg7 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #9fe870;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v2G08qxMg7 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #9fe870;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v2G08qxMg7 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v2G08qxMg7 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v2G08qxMg7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v2G08qxMg7 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-v2G08qxMg7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v2G08qxMg7 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v2G08qxMg7 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v2G08qxMg7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v2G08qxMg7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v2G08qxMg7 .container,
.cid-v2G08qxMg7 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d8dfd1;
  background: rgba(230, 237, 220, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .container,
  .cid-v2G08qxMg7 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v2G08qxMg7 .container,
  .cid-v2G08qxMg7 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v2G08qxMg7 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v2G08qxMg7 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v2G08qxMg7 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v2G08qxMg7 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .nav-item:focus,
.cid-v2G08qxMg7 .nav-link:focus {
  outline: none;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2G08qxMg7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2G08qxMg7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2G08qxMg7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2G08qxMg7 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2G08qxMg7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v2G08qxMg7 .navbar.collapsed {
  justify-content: center;
}
.cid-v2G08qxMg7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2G08qxMg7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2G08qxMg7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v2G08qxMg7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2G08qxMg7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2G08qxMg7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2G08qxMg7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v2G08qxMg7 .navbar {
    min-height: 72px;
  }
  .cid-v2G08qxMg7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v2G08qxMg7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2G08qxMg7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2G08qxMg7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2G08qxMg7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2G08qxMg7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v2G08qxMg7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2G08qxMg7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2G08qxMg7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v2G08qxMg7 .dropdown-item.active,
.cid-v2G08qxMg7 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2G08qxMg7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2G08qxMg7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2G08qxMg7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2G08qxMg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v2G08qxMg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v2G08qxMg7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v2G08qxMg7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2G08qxMg7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-buttons {
    text-align: left;
  }
}
.cid-v2G08qxMg7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2G08qxMg7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-v2G08qxMg7 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar {
    height: 70px;
  }
  .cid-v2G08qxMg7 .navbar.opened {
    height: auto;
  }
  .cid-v2G08qxMg7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v2G08qxMg7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v2G08qxMg7 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v2G08qxMg7 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v2G08qxMg7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v2G08qxMg7 .navbar-brand {
    margin-right: auto;
  }
  .cid-v2G08qxMg7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    opacity: 1;
    border-color: rgba(230, 237, 220, 0.8) !important;
    background: rgba(230, 237, 220, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v2G08qxMg7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v2G08qxMg7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v2G08qxMg7 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .content-wrap {
    display: block;
  }
}
.cid-v2GLTOJVZU {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/di20tru-1024x1024.webp");
}
.cid-v2GLTOJVZU::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #000000 120%);
  pointer-events: none;
}
.cid-v2GLTOJVZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GLTOJVZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GLTOJVZU .card {
  justify-content: flex-end;
}
.cid-v2GLTOJVZU .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v2GLTOJVZU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2GLTOJVZU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2GLTOJVZU .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-v2GLTOJVZU .mbr-label {
  color: #ffffff;
}
.cid-v2GLTOJVZU .mbr-section-title {
  color: #ffffff;
}
.cid-v2GLTOJVZU .mbr-text {
  color: #ffffff;
}
.cid-v2GLWos5ZY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v2GLWos5ZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GLWos5ZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GLWos5ZY .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2GLWos5ZY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2GLWos5ZY .content-head {
  max-width: 800px;
}
.cid-v2GLWos5ZY .img-wrapper {
  padding-right: 1.5rem;
}
.cid-v2GLWos5ZY .img-wrapper img {
  width: 6rem;
}
.cid-v2GLXzfQSH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-897x1920.webp");
}
.cid-v2GLXzfQSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GLXzfQSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GLXzfQSH .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v2GLXzfQSH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2GLXzfQSH .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-v2GLXzfQSH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2GLXzfQSH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2GLXzfQSH .mbr-section-title {
  color: #000000;
}
.cid-v2GLXzfQSH .mbr-text,
.cid-v2GLXzfQSH .mbr-section-btn {
  color: #000000;
}
.cid-v2GLXzfQSH img {
  width: 100%;
  height: 100%;
}
.cid-v2GM2AQtgo {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffc091;
}
.cid-v2GM2AQtgo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GM2AQtgo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GM2AQtgo .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-v2GM2AQtgo .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2GM2AQtgo .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v2GM2AQtgo .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v2GM2AQtgo .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v2GM2AQtgo .row {
  flex-direction: row-reverse;
}
.cid-v2GM2AQtgo .image-wrapper {
  padding: 0 1rem;
}
.cid-v2GM2AQtgo img,
.cid-v2GM2AQtgo .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2GM2AQtgo img,
  .cid-v2GM2AQtgo .image-wrapper {
    max-height: 350px;
  }
}
.cid-v2GM2AQtgo .mbr-section-title {
  color: #000000;
}
.cid-v2GM2AQtgo .mbr-text {
  color: #000000;
}
.cid-v2GM4LmVN4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2GM4LmVN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GM4LmVN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GM4LmVN4 .row-reverse {
  flex-direction: row-reverse;
}
.cid-v2GM4LmVN4 .row {
  flex-direction: row-reverse;
}
.cid-v2GM4LmVN4 .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-v2GM4LmVN4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2GM4LmVN4 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-v2GM4LmVN4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2GM4LmVN4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2GM4LmVN4 .mbr-section-title {
  color: #000000;
}
.cid-v2GM4LmVN4 .mbr-text,
.cid-v2GM4LmVN4 .mbr-section-btn {
  color: #000000;
}
.cid-v2GM4LmVN4 img {
  width: 100%;
  height: 100%;
}
.cid-v2GM9E1tYg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffc091;
}
.cid-v2GM9E1tYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GM9E1tYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GM9E1tYg .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-v2GM9E1tYg .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2GM9E1tYg .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v2GM9E1tYg .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v2GM9E1tYg .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v2GM9E1tYg .image-wrapper {
  padding: 0 1rem;
}
.cid-v2GM9E1tYg img,
.cid-v2GM9E1tYg .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2GM9E1tYg img,
  .cid-v2GM9E1tYg .image-wrapper {
    max-height: 350px;
  }
}
.cid-v2GM9E1tYg .mbr-section-title {
  color: #000000;
}
.cid-v2GM9E1tYg .mbr-text {
  color: #000000;
}
.cid-v2GMbUyYus {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-897x1920.webp");
}
.cid-v2GMbUyYus .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GMbUyYus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GMbUyYus .mbr-description {
  text-align: left;
}
.cid-v2GMbUyYus .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-v2GMbUyYus .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2GMbUyYus .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v2GMbUyYus .card-title,
.cid-v2GMbUyYus .iconfont-wrapper {
  color: #000000;
}
.cid-v2GMbUyYus .card-text {
  color: #000000;
}
.cid-v2GMbUyYus .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v2GMbUyYus .mbr-number {
  color: #9fe870;
}
.cid-v2GMbUyYus .mbr-text,
.cid-v2GMbUyYus .mbr-section-btn {
  text-align: center;
}
.cid-v2GMbUyYus .card-text,
.cid-v2GMbUyYus .item .mbr-section-btn {
  text-align: left;
}
.cid-v2GMejVTN6 {
  background-image: url("../../../assets/images/du20le1bb8bch-1024x1024.webp");
}
.cid-v2GMejVTN6 .column-content {
  padding-top: 180px;
  padding-bottom: 135px;
  background-color: #ffc091;
  width: 100%;
  float: right;
  position: relative;
}
.cid-v2GMejVTN6 .text-content .btn-bgr {
  z-index: 0;
}
.cid-v2GMejVTN6 .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-v2GMejVTN6 .container-full-width {
  position: relative;
}
.cid-v2GMejVTN6 .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-v2GMejVTN6 .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-v2GMejVTN6 .layer path {
  fill: #ffc091;
}
@media (min-width: 576px) {
  .cid-v2GMejVTN6 .text-content {
    width: 540px;
  }
  .cid-v2GMejVTN6 .column-content {
    width: 100%;
  }
  .cid-v2GMejVTN6 .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-v2GMejVTN6 .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-v2GMejVTN6 .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-v2GMejVTN6 .column-content {
    width: 50%;
  }
  .cid-v2GMejVTN6 .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-v2GMejVTN6 .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2GMejVTN6 .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-v2GMejVTN6 .column-content {
    height: 33rem;
  }
}
.cid-v2GMejVTN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GMejVTN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GMg9Bufw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-897x1920.webp");
}
.cid-v2GMg9Bufw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GMg9Bufw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GMg9Bufw .row {
  flex-direction: row-reverse;
}
.cid-v2GMg9Bufw .mbr-description {
  text-align: left;
}
.cid-v2GMg9Bufw .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-v2GMg9Bufw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2GMg9Bufw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v2GMg9Bufw .card-title,
.cid-v2GMg9Bufw .iconfont-wrapper {
  color: #000000;
}
.cid-v2GMg9Bufw .card-text {
  color: #000000;
}
.cid-v2GMg9Bufw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v2GMg9Bufw .mbr-number {
  color: #9fe870;
}
.cid-v2GMg9Bufw .mbr-text,
.cid-v2GMg9Bufw .mbr-section-btn {
  text-align: center;
}
.cid-v2GMg9Bufw .card-text,
.cid-v2GMg9Bufw .item .mbr-section-btn {
  text-align: left;
}
.cid-v2GMiIc4t7 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffc091;
}
.cid-v2GMiIc4t7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GMiIc4t7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GMiIc4t7 .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-v2GMiIc4t7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2GMiIc4t7 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v2GMiIc4t7 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v2GMiIc4t7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2GMiIc4t7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2GMiIc4t7 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px 22px;
}
@media (max-width: 1200px) {
  .cid-v2GMiIc4t7 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v2GMiIc4t7 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v2GMiIc4t7 .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v2GMiIc4t7 .items-wrapper .item:hover .item-wrapper,
.cid-v2GMiIc4t7 .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
.cid-v2GMiIc4t7 .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #f7efdf;
  transition: all .3s ease;
  overflow: hidden;
}
.cid-v2GMiIc4t7 .items-wrapper .item .item-wrapper .item-img {
  background-color: #f7efdf;
}
.cid-v2GMiIc4t7 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2GMiIc4t7 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v2GMiIc4t7 .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-v2GMiIc4t7 .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-v2GMiIc4t7 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v2GMiIc4t7 .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 22px;
}
.cid-v2GMiIc4t7 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v2GMiIc4t7 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2GMiIc4t7 .mbr-section-title,
.cid-v2GMiIc4t7 .title-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-v2GMiIc4t7 .mbr-text,
.cid-v2GMiIc4t7 .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-v2GMiIc4t7 .item-title {
  color: #3a001d;
}
.cid-v2GMiIc4t7 .item-date {
  color: #3a001d;
}
.cid-v2GMiIc4t7 .item-text {
  color: #3a001d;
}
.cid-v2GMjeuBaH {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v2GMjeuBaH .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v2GMjeuBaH img,
.cid-v2GMjeuBaH .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v2GMjeuBaH .item:focus,
.cid-v2GMjeuBaH span:focus {
  outline: none;
}
.cid-v2GMjeuBaH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2GMjeuBaH .item {
    margin-bottom: 1rem;
  }
}
.cid-v2GMjeuBaH .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v2GMjeuBaH .mbr-section-title {
  color: #232323;
}
.cid-v2GMjeuBaH .mbr-text,
.cid-v2GMjeuBaH .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2GMjeuBaH .item-title {
  color: #232323;
  text-align: center;
}
.cid-v2GMjeuBaH .content-head {
  max-width: 800px;
}
.cid-v2GMkmeDht {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-v2GMkmeDht .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GMkmeDht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GMkmeDht .mbr-section-title {
  color: #ffffff;
}
.cid-v2GMkmeDht .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2GMltjGwp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-897x1920.webp");
}
.cid-v2GMltjGwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GMltjGwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GMltjGwp .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2GMltjGwp .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2GMltjGwp .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v2GMltjGwp .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2GMltjGwp .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v2GMltjGwp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2GMltjGwp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2GMltjGwp .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-v2GMltjGwp .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-v2GMltjGwp .items-wrapper .item .item-wrapper .circle-wrap {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .cid-v2GMltjGwp .items-wrapper .item .item-wrapper .circle-wrap {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .cid-v2GMltjGwp .items-wrapper .item .item-wrapper .circle-wrap {
    left: -160%;
  }
}
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .circle-wrap.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
}
@media (max-width: 1200px) {
  .cid-v2GMltjGwp .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .cid-v2GMltjGwp .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .cid-v2GMltjGwp .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -160%;
  }
}
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v2GMltjGwp .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .cid-v2GMltjGwp .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v2GMltjGwp .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-v2GMltjGwp .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v2GMltjGwp .items-wrapper .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .card_1 .card-box,
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v2GMltjGwp .items-wrapper .item .item-wrapper .card_1 .card-box,
  .cid-v2GMltjGwp .items-wrapper .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .card_1 {
  background-color: #2e481a;
  border-color: #9fe870;
}
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .card_2 {
  background-color: #645600;
  border-color: #163300;
}
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .card_3 {
  background-color: #7787a5;
  border-color: #163300;
}
.cid-v2GMltjGwp .items-wrapper .item .item-wrapper .card_4 {
  background-color: #0c2c68;
  border-color: #9fe870;
}
.cid-v2GMltjGwp .btn-wrapper {
  margin-right: 9%;
}
.cid-v2GMltjGwp .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-v2GMltjGwp .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v2GMltjGwp .mbr-section-subtitle {
  color: #0c2c68;
  text-align: center;
}
.cid-v2GMltjGwp .mbr-text,
.cid-v2GMltjGwp .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v2GMltjGwp .card-title_1 {
  color: #ffffff;
}
.cid-v2GMltjGwp .card-title_2 {
  color: #ffffff;
}
.cid-v2GMltjGwp .card-title_3 {
  color: #ffffff;
}
.cid-v2GMltjGwp .card-title_4 {
  color: #ffffff;
}
.cid-v2GMltjGwp .card-text_1 {
  color: #ffffff;
}
.cid-v2GMltjGwp .card-text_2 {
  color: #ffffff;
}
.cid-v2GMltjGwp .card-text_3 {
  color: #ffffff;
}
.cid-v2GMltjGwp .card-text_4 {
  color: #ffffff;
}
.cid-v2GMq1S5YH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-v2GMq1S5YH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GMq1S5YH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GMq1S5YH .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2GMq1S5YH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2GMq1S5YH .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2GMq1S5YH .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v2GMq1S5YH .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v2GMq1S5YH .row {
  flex-direction: row-reverse;
}
.cid-v2GMq1S5YH .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2GMq1S5YH .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v2GMq1S5YH .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v2GMq1S5YH .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v2GMq1S5YH .image-wrapper {
  padding: 0 1rem;
}
.cid-v2GMq1S5YH img,
.cid-v2GMq1S5YH .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2GMq1S5YH img,
  .cid-v2GMq1S5YH .image-wrapper {
    max-height: 350px;
  }
}
.cid-v2GMq1S5YH .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v2GMq1S5YH .mbr-text {
  color: #000000;
}
.cid-v2GMq1S5YH .mbr-text,
.cid-v2GMq1S5YH .mbr-section-btn {
  text-align: left;
}
.cid-v2GMq1S5YH .price {
  color: #232323;
  text-align: left;
}
.cid-v2GMq1S5YH .content-head {
  max-width: 800px;
}
.cid-v2GMq1S5YH .mbr-section-maintitle {
  text-align: center;
}
.cid-v2GMq1S5YH .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-v2Gd1FSEG2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-v2Gd1FSEG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Gd1FSEG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .container {
    padding: 0 30px;
  }
}
.cid-v2Gd1FSEG2 .row {
  justify-content: center;
}
.cid-v2Gd1FSEG2 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-v2Gd1FSEG2 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:hover,
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:hover::before,
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-v2Gd1FSEG2 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .mbr-section-title {
  color: #bee0d6;
}
.cid-v2Gd1FSEG2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2Gd1FSEG2 .list {
  color: #bee0d6;
}
.cid-v2Gd1FSEG2 .mbr-address {
  color: #bee0d6;
}
.cid-v2Gd1FSEG2 .mbr-copy {
  color: #ffffff;
}
.cid-v2Gd1FSEG2 .list,
.cid-v2Gd1FSEG2 .item-wrap,
.cid-v2Gd1FSEG2 .nav-wrapper {
  color: #ffea64;
}
.cid-v2Gd1FSEG2 .mbr-section-title,
.cid-v2Gd1FSEG2 .logo-wrapper {
  color: #ffffff;
}
.cid-v2G08qxMg7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v2G08qxMg7 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v2G08qxMg7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2G08qxMg7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2G08qxMg7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v2G08qxMg7 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v2G08qxMg7 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #9fe870;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v2G08qxMg7 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #9fe870;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v2G08qxMg7 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v2G08qxMg7 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v2G08qxMg7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v2G08qxMg7 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-v2G08qxMg7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v2G08qxMg7 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v2G08qxMg7 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v2G08qxMg7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v2G08qxMg7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v2G08qxMg7 .container,
.cid-v2G08qxMg7 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d8dfd1;
  background: rgba(230, 237, 220, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .container,
  .cid-v2G08qxMg7 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v2G08qxMg7 .container,
  .cid-v2G08qxMg7 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v2G08qxMg7 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v2G08qxMg7 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v2G08qxMg7 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v2G08qxMg7 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .nav-item:focus,
.cid-v2G08qxMg7 .nav-link:focus {
  outline: none;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2G08qxMg7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2G08qxMg7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2G08qxMg7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2G08qxMg7 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2G08qxMg7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v2G08qxMg7 .navbar.collapsed {
  justify-content: center;
}
.cid-v2G08qxMg7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2G08qxMg7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2G08qxMg7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v2G08qxMg7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2G08qxMg7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2G08qxMg7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2G08qxMg7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v2G08qxMg7 .navbar {
    min-height: 72px;
  }
  .cid-v2G08qxMg7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v2G08qxMg7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2G08qxMg7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2G08qxMg7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2G08qxMg7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2G08qxMg7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v2G08qxMg7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2G08qxMg7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2G08qxMg7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v2G08qxMg7 .dropdown-item.active,
.cid-v2G08qxMg7 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2G08qxMg7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2G08qxMg7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2G08qxMg7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2G08qxMg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v2G08qxMg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v2G08qxMg7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v2G08qxMg7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2G08qxMg7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-buttons {
    text-align: left;
  }
}
.cid-v2G08qxMg7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2G08qxMg7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-v2G08qxMg7 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar {
    height: 70px;
  }
  .cid-v2G08qxMg7 .navbar.opened {
    height: auto;
  }
  .cid-v2G08qxMg7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v2G08qxMg7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v2G08qxMg7 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v2G08qxMg7 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v2G08qxMg7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v2G08qxMg7 .navbar-brand {
    margin-right: auto;
  }
  .cid-v2G08qxMg7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    opacity: 1;
    border-color: rgba(230, 237, 220, 0.8) !important;
    background: rgba(230, 237, 220, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v2G08qxMg7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v2G08qxMg7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v2G08qxMg7 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .content-wrap {
    display: block;
  }
}
.cid-v2GW5DQz8S {
  display: flex;
  background-image: url("../../../assets/images/mbr-10-1920x1280.webp");
}
.cid-v2GW5DQz8S .mbr-overlay {
  background-color: #a6a99c;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v2GW5DQz8S {
    align-items: flex-end;
  }
  .cid-v2GW5DQz8S .row {
    justify-content: center;
  }
  .cid-v2GW5DQz8S .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v2GW5DQz8S .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v2GW5DQz8S {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v2GW5DQz8S .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v2GW5DQz8S .content-wrap {
    width: 100%;
  }
}
.cid-v2GW5DQz8S .mbr-section-title,
.cid-v2GW5DQz8S .mbr-section-subtitle {
  text-align: center;
}
.cid-v2GW5DQz8S .mbr-text,
.cid-v2GW5DQz8S .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v2GW8DW58d {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2GW8DW58d h6 {
  line-height: 1.2;
}
.cid-v2GW8DW58d img,
.cid-v2GW8DW58d .item-img {
  width: 100%;
}
.cid-v2GW8DW58d .item:focus,
.cid-v2GW8DW58d span:focus {
  outline: none;
}
.cid-v2GW8DW58d .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2GW8DW58d .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2GW8DW58d .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-v2GW8DW58d .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v2GW8DW58d .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v2GW8DW58d .mbr-section-title {
  color: #000000;
}
.cid-v2GW8DW58d .mbr-text,
.cid-v2GW8DW58d .mbr-section-btn {
  color: #000000;
}
.cid-v2GW8DW58d .item-title {
  color: #000000;
  text-align: center;
}
.cid-v2GW8DW58d .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v2GW8DW58d .item-text {
  color: #000000;
  text-align: center;
}
.cid-v2GW8DW58d .content-head {
  max-width: 800px;
}
.cid-v2GWa43M2K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d7d9d6;
}
.cid-v2GWa43M2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GWa43M2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GWa43M2K .mbr-description {
  text-align: left;
}
.cid-v2GWa43M2K .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v2GWa43M2K .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2GWa43M2K .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v2GWa43M2K .card-title,
.cid-v2GWa43M2K .iconfont-wrapper {
  color: #000000;
}
.cid-v2GWa43M2K .card-text {
  color: #000000;
}
.cid-v2GWa43M2K .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v2GWa43M2K .mbr-text,
.cid-v2GWa43M2K .mbr-section-btn {
  text-align: center;
}
.cid-v2GWa43M2K .card-text,
.cid-v2GWa43M2K .item .mbr-section-btn {
  text-align: left;
}
.cid-v2GWa43M2K .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v2GWa43M2K .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v2GWa43M2K .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v2GWa43M2K .mbr-text UL {
  text-align: justify;
}
.cid-v2GWbfskwZ {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v2GWbfskwZ .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v2GWbfskwZ img,
.cid-v2GWbfskwZ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v2GWbfskwZ .item:focus,
.cid-v2GWbfskwZ span:focus {
  outline: none;
}
.cid-v2GWbfskwZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2GWbfskwZ .item {
    margin-bottom: 1rem;
  }
}
.cid-v2GWbfskwZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v2GWbfskwZ .mbr-section-title {
  color: #232323;
}
.cid-v2GWbfskwZ .mbr-text,
.cid-v2GWbfskwZ .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2GWbfskwZ .item-title {
  color: #232323;
  text-align: center;
}
.cid-v2GWbfskwZ .content-head {
  max-width: 800px;
}
.cid-v2GWcodeFw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-897x1920.webp");
}
@media (min-width: 992px) {
  .cid-v2GWcodeFw .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-v2GWcodeFw .content {
    padding: 0 2rem;
  }
}
.cid-v2GWcodeFw .img-col {
  padding: 0;
}
.cid-v2GWcodeFw .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-v2GWcodeFw .icon-wrap h3 {
  margin: 0;
}
.cid-v2GWcodeFw .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-v2GWcodeFw .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-v2GWcodeFw .icon-title,
.cid-v2GWcodeFw .mbr-iconfont {
  color: #181818;
}
.cid-v2GWcodeFw .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-v2GWcodeFw .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-v2GWcodeFw .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v2GWcodeFw .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-v2GWcodeFw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GWcodeFw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GWdNsdtG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2GWdNsdtG .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-v2GWdNsdtG .content {
    padding: 0 2rem;
  }
}
.cid-v2GWdNsdtG .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-v2GWdNsdtG .img-col {
  padding: 0;
}
.cid-v2GWdNsdtG .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-v2GWdNsdtG .icon-wrap h3 {
  margin: 0;
}
.cid-v2GWdNsdtG .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-v2GWdNsdtG .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-v2GWdNsdtG .icon-title,
.cid-v2GWdNsdtG .mbr-iconfont {
  color: #181818;
}
.cid-v2GWdNsdtG .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-v2GWdNsdtG .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-v2GWdNsdtG .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v2GWdNsdtG .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-v2GWdNsdtG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GWdNsdtG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GWf4UHSZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-897x1920.webp");
}
.cid-v2GWf4UHSZ .row {
  flex-direction: row-reverse;
}
.cid-v2GWf4UHSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GWf4UHSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GWf4UHSZ .mbr-description {
  text-align: left;
}
.cid-v2GWf4UHSZ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v2GWf4UHSZ .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2GWf4UHSZ .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v2GWf4UHSZ .card-title,
.cid-v2GWf4UHSZ .iconfont-wrapper {
  color: #000000;
}
.cid-v2GWf4UHSZ .card-text {
  color: #000000;
}
.cid-v2GWf4UHSZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v2GWf4UHSZ .mbr-text,
.cid-v2GWf4UHSZ .mbr-section-btn {
  text-align: center;
}
.cid-v2GWf4UHSZ .card-text,
.cid-v2GWf4UHSZ .item .mbr-section-btn {
  text-align: left;
}
.cid-v2GWf4UHSZ .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v2GWf4UHSZ .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v2GWf4UHSZ .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v2GWf4UHSZ .mbr-text UL {
  text-align: justify;
}
.cid-v2GWgQ3wTI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2GWgQ3wTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GWgQ3wTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GWgQ3wTI .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v2GWgQ3wTI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2GWgQ3wTI .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-v2GWgQ3wTI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2GWgQ3wTI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2GWgQ3wTI .mbr-section-title {
  color: #000000;
}
.cid-v2GWgQ3wTI .mbr-text,
.cid-v2GWgQ3wTI .mbr-section-btn {
  color: #000000;
}
.cid-v2GWgQ3wTI img {
  width: 100%;
  height: 100%;
}
.cid-v2GWj8nUWY {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #d7d9d6;
}
.cid-v2GWj8nUWY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GWj8nUWY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2GWj8nUWY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2GWj8nUWY .row {
  flex-direction: row-reverse;
}
.cid-v2GWj8nUWY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2GWj8nUWY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2GWj8nUWY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2GWj8nUWY .mbr-section-title {
  color: #000000;
}
.cid-v2GWj8nUWY .mbr-text,
.cid-v2GWj8nUWY .mbr-section-btn {
  color: #000000;
}
.cid-v2Gd1FSEG2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-v2Gd1FSEG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Gd1FSEG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .container {
    padding: 0 30px;
  }
}
.cid-v2Gd1FSEG2 .row {
  justify-content: center;
}
.cid-v2Gd1FSEG2 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-v2Gd1FSEG2 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:hover,
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:hover::before,
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-v2Gd1FSEG2 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .mbr-section-title {
  color: #bee0d6;
}
.cid-v2Gd1FSEG2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2Gd1FSEG2 .list {
  color: #bee0d6;
}
.cid-v2Gd1FSEG2 .mbr-address {
  color: #bee0d6;
}
.cid-v2Gd1FSEG2 .mbr-copy {
  color: #ffffff;
}
.cid-v2Gd1FSEG2 .list,
.cid-v2Gd1FSEG2 .item-wrap,
.cid-v2Gd1FSEG2 .nav-wrapper {
  color: #ffea64;
}
.cid-v2Gd1FSEG2 .mbr-section-title,
.cid-v2Gd1FSEG2 .logo-wrapper {
  color: #ffffff;
}
.cid-v2G08qxMg7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v2G08qxMg7 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v2G08qxMg7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2G08qxMg7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2G08qxMg7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v2G08qxMg7 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v2G08qxMg7 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #9fe870;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v2G08qxMg7 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #9fe870;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v2G08qxMg7 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v2G08qxMg7 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v2G08qxMg7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v2G08qxMg7 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-v2G08qxMg7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v2G08qxMg7 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v2G08qxMg7 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v2G08qxMg7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v2G08qxMg7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v2G08qxMg7 .container,
.cid-v2G08qxMg7 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d8dfd1;
  background: rgba(230, 237, 220, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .container,
  .cid-v2G08qxMg7 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v2G08qxMg7 .container,
  .cid-v2G08qxMg7 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v2G08qxMg7 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v2G08qxMg7 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v2G08qxMg7 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v2G08qxMg7 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .nav-item:focus,
.cid-v2G08qxMg7 .nav-link:focus {
  outline: none;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2G08qxMg7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2G08qxMg7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2G08qxMg7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2G08qxMg7 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2G08qxMg7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v2G08qxMg7 .navbar.collapsed {
  justify-content: center;
}
.cid-v2G08qxMg7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2G08qxMg7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2G08qxMg7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v2G08qxMg7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2G08qxMg7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2G08qxMg7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2G08qxMg7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v2G08qxMg7 .navbar {
    min-height: 72px;
  }
  .cid-v2G08qxMg7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v2G08qxMg7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2G08qxMg7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2G08qxMg7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2G08qxMg7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2G08qxMg7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v2G08qxMg7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2G08qxMg7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2G08qxMg7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v2G08qxMg7 .dropdown-item.active,
.cid-v2G08qxMg7 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2G08qxMg7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2G08qxMg7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2G08qxMg7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2G08qxMg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v2G08qxMg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v2G08qxMg7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v2G08qxMg7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2G08qxMg7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-buttons {
    text-align: left;
  }
}
.cid-v2G08qxMg7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2G08qxMg7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-v2G08qxMg7 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar {
    height: 70px;
  }
  .cid-v2G08qxMg7 .navbar.opened {
    height: auto;
  }
  .cid-v2G08qxMg7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v2G08qxMg7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v2G08qxMg7 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v2G08qxMg7 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v2G08qxMg7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v2G08qxMg7 .navbar-brand {
    margin-right: auto;
  }
  .cid-v2G08qxMg7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    opacity: 1;
    border-color: rgba(230, 237, 220, 0.8) !important;
    background: rgba(230, 237, 220, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v2G08qxMg7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v2G08qxMg7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v2G08qxMg7 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .content-wrap {
    display: block;
  }
}
.cid-v2GUnpCMcO {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/ke20toan2052-1024x1024.webp");
}
.cid-v2GUnpCMcO::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #000000 120%);
  pointer-events: none;
}
.cid-v2GUnpCMcO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GUnpCMcO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GUnpCMcO .card {
  justify-content: flex-end;
}
.cid-v2GUnpCMcO .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v2GUnpCMcO .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2GUnpCMcO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2GUnpCMcO .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-v2GUnpCMcO .mbr-label {
  color: #ffffff;
}
.cid-v2GUnpCMcO .mbr-section-title {
  color: #ffffff;
}
.cid-v2GUnpCMcO .mbr-text {
  color: #ffffff;
}
.cid-v2GUpD416l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v2GUpD416l h6 {
  line-height: 1.2;
}
.cid-v2GUpD416l img,
.cid-v2GUpD416l .item-img {
  width: 100%;
}
.cid-v2GUpD416l .item:focus,
.cid-v2GUpD416l span:focus {
  outline: none;
}
.cid-v2GUpD416l .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2GUpD416l .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2GUpD416l .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-v2GUpD416l .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v2GUpD416l .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v2GUpD416l .mbr-section-title {
  color: #000000;
}
.cid-v2GUpD416l .mbr-text,
.cid-v2GUpD416l .mbr-section-btn {
  color: #000000;
}
.cid-v2GUpD416l .item-title {
  color: #000000;
  text-align: center;
}
.cid-v2GUpD416l .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v2GUpD416l .item-text {
  color: #000000;
  text-align: center;
}
.cid-v2GUpD416l .content-head {
  max-width: 800px;
}
.cid-v2GUqZ3kjk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d7d9d6;
}
.cid-v2GUqZ3kjk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GUqZ3kjk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GUqZ3kjk .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v2GUqZ3kjk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2GUqZ3kjk .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-v2GUqZ3kjk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2GUqZ3kjk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2GUqZ3kjk .mbr-section-title {
  color: #000000;
}
.cid-v2GUqZ3kjk .mbr-text,
.cid-v2GUqZ3kjk .mbr-section-btn {
  color: #000000;
}
.cid-v2GUqZ3kjk img {
  width: 100%;
  height: 100%;
}
.cid-v2GUsMVySm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2GUsMVySm .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-v2GUsMVySm .content {
    padding: 0 2rem;
  }
}
.cid-v2GUsMVySm .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-v2GUsMVySm .img-col {
  padding: 0;
}
.cid-v2GUsMVySm .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-v2GUsMVySm .icon-wrap h3 {
  margin: 0;
}
.cid-v2GUsMVySm .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-v2GUsMVySm .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-v2GUsMVySm .icon-title,
.cid-v2GUsMVySm .mbr-iconfont {
  color: #181818;
}
.cid-v2GUsMVySm .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-v2GUsMVySm .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-v2GUsMVySm .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v2GUsMVySm .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-v2GUsMVySm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GUsMVySm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GVcgmG7m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d7d9d6;
}
.cid-v2GVcgmG7m .row {
  flex-direction: row-reverse;
}
.cid-v2GVcgmG7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GVcgmG7m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GVcgmG7m .mbr-description {
  text-align: left;
}
.cid-v2GVcgmG7m .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v2GVcgmG7m .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2GVcgmG7m .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v2GVcgmG7m .card-title,
.cid-v2GVcgmG7m .iconfont-wrapper {
  color: #000000;
}
.cid-v2GVcgmG7m .card-text {
  color: #000000;
}
.cid-v2GVcgmG7m .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v2GVcgmG7m .mbr-text,
.cid-v2GVcgmG7m .mbr-section-btn {
  text-align: center;
}
.cid-v2GVcgmG7m .card-text,
.cid-v2GVcgmG7m .item .mbr-section-btn {
  text-align: left;
}
.cid-v2GVcgmG7m .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v2GVcgmG7m .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v2GVcgmG7m .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v2GVcgmG7m .mbr-text UL {
  text-align: justify;
}
.cid-v2GUIUqiJu {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v2GUIUqiJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GUIUqiJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GUIUqiJu .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-v2GUIUqiJu .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2GUIUqiJu .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v2GUIUqiJu .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v2GUIUqiJu .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v2GUIUqiJu .row {
  flex-direction: row-reverse;
}
.cid-v2GUIUqiJu .image-wrapper {
  padding: 0 1rem;
}
.cid-v2GUIUqiJu img,
.cid-v2GUIUqiJu .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2GUIUqiJu img,
  .cid-v2GUIUqiJu .image-wrapper {
    max-height: 350px;
  }
}
.cid-v2GUIUqiJu .mbr-section-title {
  color: #000000;
}
.cid-v2GUIUqiJu .mbr-text {
  color: #000000;
}
.cid-v2GUK9947R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d7d9d6;
}
.cid-v2GUK9947R .row {
  flex-direction: row-reverse;
}
.cid-v2GUK9947R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GUK9947R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GUK9947R .mbr-description {
  text-align: left;
}
.cid-v2GUK9947R .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v2GUK9947R .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2GUK9947R .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v2GUK9947R .card-title,
.cid-v2GUK9947R .iconfont-wrapper {
  color: #000000;
}
.cid-v2GUK9947R .card-text {
  color: #000000;
}
.cid-v2GUK9947R .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v2GUK9947R .mbr-text,
.cid-v2GUK9947R .mbr-section-btn {
  text-align: center;
}
.cid-v2GUK9947R .card-text,
.cid-v2GUK9947R .item .mbr-section-btn {
  text-align: left;
}
.cid-v2GUK9947R .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v2GUK9947R .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v2GUK9947R .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v2GUK9947R .mbr-text UL {
  text-align: justify;
}
.cid-v2Gd1FSEG2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-v2Gd1FSEG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Gd1FSEG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .container {
    padding: 0 30px;
  }
}
.cid-v2Gd1FSEG2 .row {
  justify-content: center;
}
.cid-v2Gd1FSEG2 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-v2Gd1FSEG2 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:hover,
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:hover::before,
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-v2Gd1FSEG2 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .mbr-section-title {
  color: #bee0d6;
}
.cid-v2Gd1FSEG2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2Gd1FSEG2 .list {
  color: #bee0d6;
}
.cid-v2Gd1FSEG2 .mbr-address {
  color: #bee0d6;
}
.cid-v2Gd1FSEG2 .mbr-copy {
  color: #ffffff;
}
.cid-v2Gd1FSEG2 .list,
.cid-v2Gd1FSEG2 .item-wrap,
.cid-v2Gd1FSEG2 .nav-wrapper {
  color: #ffea64;
}
.cid-v2Gd1FSEG2 .mbr-section-title,
.cid-v2Gd1FSEG2 .logo-wrapper {
  color: #ffffff;
}
.cid-v2G08qxMg7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v2G08qxMg7 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v2G08qxMg7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2G08qxMg7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2G08qxMg7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v2G08qxMg7 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v2G08qxMg7 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #9fe870;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v2G08qxMg7 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #9fe870;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v2G08qxMg7 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v2G08qxMg7 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v2G08qxMg7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v2G08qxMg7 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-v2G08qxMg7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v2G08qxMg7 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v2G08qxMg7 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v2G08qxMg7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v2G08qxMg7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v2G08qxMg7 .container,
.cid-v2G08qxMg7 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d8dfd1;
  background: rgba(230, 237, 220, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .container,
  .cid-v2G08qxMg7 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v2G08qxMg7 .container,
  .cid-v2G08qxMg7 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v2G08qxMg7 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v2G08qxMg7 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v2G08qxMg7 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v2G08qxMg7 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .nav-item:focus,
.cid-v2G08qxMg7 .nav-link:focus {
  outline: none;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2G08qxMg7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2G08qxMg7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2G08qxMg7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2G08qxMg7 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2G08qxMg7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v2G08qxMg7 .navbar.collapsed {
  justify-content: center;
}
.cid-v2G08qxMg7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2G08qxMg7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2G08qxMg7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v2G08qxMg7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2G08qxMg7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2G08qxMg7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2G08qxMg7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v2G08qxMg7 .navbar {
    min-height: 72px;
  }
  .cid-v2G08qxMg7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v2G08qxMg7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2G08qxMg7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2G08qxMg7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2G08qxMg7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2G08qxMg7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v2G08qxMg7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2G08qxMg7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2G08qxMg7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v2G08qxMg7 .dropdown-item.active,
.cid-v2G08qxMg7 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2G08qxMg7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2G08qxMg7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2G08qxMg7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2G08qxMg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v2G08qxMg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v2G08qxMg7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v2G08qxMg7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2G08qxMg7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-buttons {
    text-align: left;
  }
}
.cid-v2G08qxMg7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2G08qxMg7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-v2G08qxMg7 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar {
    height: 70px;
  }
  .cid-v2G08qxMg7 .navbar.opened {
    height: auto;
  }
  .cid-v2G08qxMg7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v2G08qxMg7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v2G08qxMg7 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v2G08qxMg7 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v2G08qxMg7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v2G08qxMg7 .navbar-brand {
    margin-right: auto;
  }
  .cid-v2G08qxMg7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    opacity: 1;
    border-color: rgba(230, 237, 220, 0.8) !important;
    background: rgba(230, 237, 220, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v2G08qxMg7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v2G08qxMg7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v2G08qxMg7 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .content-wrap {
    display: block;
  }
}
.cid-v2W7BLfDEB {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gemini-generated-image-1lqd561lqd561lqd-1024x1024.webp");
}
.cid-v2W7BLfDEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2W7BLfDEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2W7BLfDEB .container {
    padding: 0 15px;
  }
}
.cid-v2W7BLfDEB .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v2W7BLfDEB .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v2W7BLfDEB .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-v2W7BLfDEB .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v2W7BLfDEB .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-v2W7BLfDEB .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-v2W7BLfDEB .mbr-section-title {
  color: #131c28;
}
.cid-v2W7BLfDEB .mbr-desc {
  color: #131c28;
}
.cid-v2W7D2kmkv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v2W7D2kmkv .main-row {
  flex-direction: row-reverse;
}
.cid-v2W7D2kmkv .mbr-section-title {
  text-align: center;
}
.cid-v2W7D2kmkv .mbr-text,
.cid-v2W7D2kmkv .mbr-section-btn {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2W7D2kmkv .item-wrapper {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-v2W7D2kmkv .item-wrapper {
    padding: 4rem;
  }
}
.cid-v2W7D2kmkv .dragArea {
  justify-content: center;
}
.cid-v2W7D2kmkv .btn {
  margin: 0.6rem 0 0 0;
}
.cid-v2W7D2kmkv .mbr-section-btn {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2W7D2kmkv .mbr-section-btn {
    width: 100%;
  }
}
.cid-v2Gd1FSEG2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-v2Gd1FSEG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Gd1FSEG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .container {
    padding: 0 30px;
  }
}
.cid-v2Gd1FSEG2 .row {
  justify-content: center;
}
.cid-v2Gd1FSEG2 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-v2Gd1FSEG2 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:hover,
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:hover::before,
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-v2Gd1FSEG2 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .mbr-section-title {
  color: #bee0d6;
}
.cid-v2Gd1FSEG2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2Gd1FSEG2 .list {
  color: #bee0d6;
}
.cid-v2Gd1FSEG2 .mbr-address {
  color: #bee0d6;
}
.cid-v2Gd1FSEG2 .mbr-copy {
  color: #ffffff;
}
.cid-v2Gd1FSEG2 .list,
.cid-v2Gd1FSEG2 .item-wrap,
.cid-v2Gd1FSEG2 .nav-wrapper {
  color: #ffea64;
}
.cid-v2Gd1FSEG2 .mbr-section-title,
.cid-v2Gd1FSEG2 .logo-wrapper {
  color: #ffffff;
}
.cid-v2G08qxMg7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v2G08qxMg7 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v2G08qxMg7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2G08qxMg7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2G08qxMg7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v2G08qxMg7 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v2G08qxMg7 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #9fe870;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v2G08qxMg7 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #9fe870;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v2G08qxMg7 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v2G08qxMg7 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v2G08qxMg7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v2G08qxMg7 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-v2G08qxMg7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v2G08qxMg7 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v2G08qxMg7 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v2G08qxMg7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v2G08qxMg7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v2G08qxMg7 .container,
.cid-v2G08qxMg7 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d8dfd1;
  background: rgba(230, 237, 220, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .container,
  .cid-v2G08qxMg7 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v2G08qxMg7 .container,
  .cid-v2G08qxMg7 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v2G08qxMg7 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v2G08qxMg7 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v2G08qxMg7 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v2G08qxMg7 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .nav-item:focus,
.cid-v2G08qxMg7 .nav-link:focus {
  outline: none;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2G08qxMg7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2G08qxMg7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2G08qxMg7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2G08qxMg7 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2G08qxMg7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v2G08qxMg7 .navbar.collapsed {
  justify-content: center;
}
.cid-v2G08qxMg7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2G08qxMg7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2G08qxMg7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v2G08qxMg7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2G08qxMg7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2G08qxMg7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2G08qxMg7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v2G08qxMg7 .navbar {
    min-height: 72px;
  }
  .cid-v2G08qxMg7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v2G08qxMg7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2G08qxMg7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2G08qxMg7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2G08qxMg7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2G08qxMg7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v2G08qxMg7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2G08qxMg7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2G08qxMg7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v2G08qxMg7 .dropdown-item.active,
.cid-v2G08qxMg7 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2G08qxMg7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2G08qxMg7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2G08qxMg7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2G08qxMg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v2G08qxMg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v2G08qxMg7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v2G08qxMg7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2G08qxMg7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-buttons {
    text-align: left;
  }
}
.cid-v2G08qxMg7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2G08qxMg7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-v2G08qxMg7 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar {
    height: 70px;
  }
  .cid-v2G08qxMg7 .navbar.opened {
    height: auto;
  }
  .cid-v2G08qxMg7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v2G08qxMg7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v2G08qxMg7 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v2G08qxMg7 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v2G08qxMg7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v2G08qxMg7 .navbar-brand {
    margin-right: auto;
  }
  .cid-v2G08qxMg7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    opacity: 1;
    border-color: rgba(230, 237, 220, 0.8) !important;
    background: rgba(230, 237, 220, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v2G08qxMg7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v2G08qxMg7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v2G08qxMg7 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .content-wrap {
    display: block;
  }
}
.cid-v3c7luwBpW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v3c7luwBpW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3c7luwBpW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3c7luwBpW .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v3c7luwBpW .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3c7luwBpW .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-v3c7luwBpW .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-v3c7luwBpW .wrap {
  background: url("../../../assets/images/mbr-1920x1280.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-v3c7luwBpW .wrap .inner-wrap {
  padding: 40px;
}
.cid-v3c7luwBpW .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-v3c7luwBpW .mbr-text {
  color: #000000;
}
.cid-v3c7luwBpW .mbr-text,
.cid-v3c7luwBpW .mbr-section-btn {
  color: #ffffff;
}
.cid-v3cmdPb5Iw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3cmdPb5Iw .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v3cmdPb5Iw .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v3cmdPb5Iw .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v3cmdPb5Iw .mbr-card-title {
  color: #000000;
  text-align: left;
}
.cid-v3cmdPb5Iw .mbr-card-subtitle {
  color: #000000;
}
.cid-v3c84VS0Xv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-v3c84VS0Xv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3c84VS0Xv form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3c84VS0Xv form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3c84VS0Xv form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3c84VS0Xv .content-head {
  max-width: 800px;
}
.cid-v2Gd1FSEG2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-v2Gd1FSEG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Gd1FSEG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .container {
    padding: 0 30px;
  }
}
.cid-v2Gd1FSEG2 .row {
  justify-content: center;
}
.cid-v2Gd1FSEG2 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-v2Gd1FSEG2 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:hover,
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:hover::before,
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-v2Gd1FSEG2 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .mbr-section-title {
  color: #bee0d6;
}
.cid-v2Gd1FSEG2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2Gd1FSEG2 .list {
  color: #bee0d6;
}
.cid-v2Gd1FSEG2 .mbr-address {
  color: #bee0d6;
}
.cid-v2Gd1FSEG2 .mbr-copy {
  color: #ffffff;
}
.cid-v2Gd1FSEG2 .list,
.cid-v2Gd1FSEG2 .item-wrap,
.cid-v2Gd1FSEG2 .nav-wrapper {
  color: #ffea64;
}
.cid-v2Gd1FSEG2 .mbr-section-title,
.cid-v2Gd1FSEG2 .logo-wrapper {
  color: #ffffff;
}
.cid-v3c8EP202w {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v3c8EP202w .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-v3c8EP202w .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v3c8EP202w .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-v3c8EP202w .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v3c8EP202w .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v3c8EP202w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3c8EP202w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3c8EP202w .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v3c8EP202w .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v3c8EP202w .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v3c8EP202w .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #9fe870;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v3c8EP202w .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v3c8EP202w .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #9fe870;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v3c8EP202w .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v3c8EP202w .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v3c8EP202w .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v3c8EP202w .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-v3c8EP202w .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v3c8EP202w .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v3c8EP202w .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v3c8EP202w .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-v3c8EP202w .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v3c8EP202w .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v3c8EP202w .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v3c8EP202w .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v3c8EP202w .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v3c8EP202w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v3c8EP202w .container,
.cid-v3c8EP202w .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d8dfd1;
  background: rgba(230, 237, 220, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-v3c8EP202w .container,
  .cid-v3c8EP202w .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v3c8EP202w .container,
  .cid-v3c8EP202w .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v3c8EP202w .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v3c8EP202w .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3c8EP202w .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v3c8EP202w .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3c8EP202w .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v3c8EP202w .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-v3c8EP202w .nav-item:focus,
.cid-v3c8EP202w .nav-link:focus {
  outline: none;
}
.cid-v3c8EP202w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3c8EP202w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3c8EP202w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3c8EP202w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3c8EP202w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3c8EP202w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3c8EP202w .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-v3c8EP202w .navbar.opened {
  transition: all 0.3s;
}
.cid-v3c8EP202w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3c8EP202w .navbar .navbar-logo img {
  width: auto;
}
.cid-v3c8EP202w .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v3c8EP202w .navbar.collapsed {
  justify-content: center;
}
.cid-v3c8EP202w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3c8EP202w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3c8EP202w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v3c8EP202w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3c8EP202w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3c8EP202w .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-v3c8EP202w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3c8EP202w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3c8EP202w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v3c8EP202w .navbar {
    min-height: 72px;
  }
  .cid-v3c8EP202w .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v3c8EP202w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3c8EP202w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3c8EP202w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3c8EP202w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3c8EP202w .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-v3c8EP202w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3c8EP202w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v3c8EP202w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3c8EP202w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3c8EP202w .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v3c8EP202w .dropdown-item.active,
.cid-v3c8EP202w .dropdown-item:active {
  background-color: transparent;
}
.cid-v3c8EP202w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3c8EP202w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3c8EP202w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3c8EP202w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v3c8EP202w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3c8EP202w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v3c8EP202w .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v3c8EP202w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3c8EP202w .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v3c8EP202w .navbar-buttons {
    text-align: left;
  }
}
.cid-v3c8EP202w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3c8EP202w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-v3c8EP202w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3c8EP202w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3c8EP202w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3c8EP202w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3c8EP202w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3c8EP202w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3c8EP202w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3c8EP202w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3c8EP202w .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3c8EP202w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3c8EP202w .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-v3c8EP202w .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-v3c8EP202w .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v3c8EP202w .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-v3c8EP202w .navbar {
    height: 70px;
  }
  .cid-v3c8EP202w .navbar.opened {
    height: auto;
  }
  .cid-v3c8EP202w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3c8EP202w .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v3c8EP202w .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v3c8EP202w .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v3c8EP202w .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v3c8EP202w .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-v3c8EP202w .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v3c8EP202w .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v3c8EP202w .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v3c8EP202w .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v3c8EP202w .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v3c8EP202w .navbar-brand {
    margin-right: auto;
  }
  .cid-v3c8EP202w .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    opacity: 1;
    border-color: rgba(230, 237, 220, 0.8) !important;
    background: rgba(230, 237, 220, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v3c8EP202w .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v3c8EP202w .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-v3c8EP202w .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v3c8EP202w .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v3c8EP202w .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-v3c8EP202w .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v3c8EP202w .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-v3c8EP202w .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v3c8EP202w .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v3c8EP202w .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3c8EP202w .content-wrap {
    display: block;
  }
}
.cid-v3c8EPuM0l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v3c8EPuM0l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3c8EPuM0l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3c8EPuM0l .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v3c8EPuM0l .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3c8EPuM0l .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-v3c8EPuM0l .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-v3c8EPuM0l .wrap {
  background: url("../../../assets/images/privacy-1536x1536.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-v3c8EPuM0l .wrap .inner-wrap {
  padding: 40px;
}
.cid-v3c8EPuM0l .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-v3c8EPuM0l .mbr-text {
  color: #000000;
}
.cid-v3c8EPuM0l .mbr-text,
.cid-v3c8EPuM0l .mbr-section-btn {
  color: #ffffff;
}
.cid-v3cl0arzgr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3cl0arzgr .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v3cl0arzgr .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v3cl0arzgr .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v3cl0arzgr .mbr-card-title {
  color: #000000;
  text-align: left;
}
.cid-v3cl0arzgr .mbr-card-subtitle {
  color: #000000;
}
.cid-v3c8EQfukX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-v3c8EQfukX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3c8EQfukX form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3c8EQfukX form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3c8EQfukX form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3c8EQfukX .content-head {
  max-width: 800px;
}
.cid-v3c8EQDpV6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-v3c8EQDpV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3c8EQDpV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3c8EQDpV6 .container {
    padding: 0 30px;
  }
}
.cid-v3c8EQDpV6 .row {
  justify-content: center;
}
.cid-v3c8EQDpV6 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v3c8EQDpV6 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3c8EQDpV6 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3c8EQDpV6 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3c8EQDpV6 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-v3c8EQDpV6 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3c8EQDpV6 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v3c8EQDpV6 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3c8EQDpV6 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v3c8EQDpV6 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3c8EQDpV6 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v3c8EQDpV6 .nav-wrapper .list .item-wrap:hover,
.cid-v3c8EQDpV6 .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-v3c8EQDpV6 .nav-wrapper .list .item-wrap:hover::before,
.cid-v3c8EQDpV6 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3c8EQDpV6 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-v3c8EQDpV6 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3c8EQDpV6 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v3c8EQDpV6 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3c8EQDpV6 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3c8EQDpV6 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3c8EQDpV6 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v3c8EQDpV6 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v3c8EQDpV6 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v3c8EQDpV6 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-v3c8EQDpV6 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-v3c8EQDpV6 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v3c8EQDpV6 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v3c8EQDpV6 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-v3c8EQDpV6 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-v3c8EQDpV6 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3c8EQDpV6 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-v3c8EQDpV6 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3c8EQDpV6 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-v3c8EQDpV6 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v3c8EQDpV6 .mbr-section-title {
  color: #bee0d6;
}
.cid-v3c8EQDpV6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3c8EQDpV6 .list {
  color: #bee0d6;
}
.cid-v3c8EQDpV6 .mbr-address {
  color: #bee0d6;
}
.cid-v3c8EQDpV6 .mbr-copy {
  color: #ffffff;
}
.cid-v3c8EQDpV6 .list,
.cid-v3c8EQDpV6 .item-wrap,
.cid-v3c8EQDpV6 .nav-wrapper {
  color: #ffea64;
}
.cid-v3c8EQDpV6 .mbr-section-title,
.cid-v3c8EQDpV6 .logo-wrapper {
  color: #ffffff;
}
.cid-v3cbNe6vky {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v3cbNe6vky .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-v3cbNe6vky .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v3cbNe6vky .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-v3cbNe6vky .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v3cbNe6vky .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v3cbNe6vky .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3cbNe6vky .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3cbNe6vky .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v3cbNe6vky .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v3cbNe6vky .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v3cbNe6vky .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #9fe870;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v3cbNe6vky .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v3cbNe6vky .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #9fe870;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v3cbNe6vky .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v3cbNe6vky .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v3cbNe6vky .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v3cbNe6vky .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-v3cbNe6vky .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v3cbNe6vky .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v3cbNe6vky .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v3cbNe6vky .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-v3cbNe6vky .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v3cbNe6vky .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v3cbNe6vky .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v3cbNe6vky .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v3cbNe6vky .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v3cbNe6vky .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v3cbNe6vky .container,
.cid-v3cbNe6vky .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d8dfd1;
  background: rgba(230, 237, 220, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-v3cbNe6vky .container,
  .cid-v3cbNe6vky .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v3cbNe6vky .container,
  .cid-v3cbNe6vky .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v3cbNe6vky .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v3cbNe6vky .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3cbNe6vky .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v3cbNe6vky .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3cbNe6vky .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v3cbNe6vky .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-v3cbNe6vky .nav-item:focus,
.cid-v3cbNe6vky .nav-link:focus {
  outline: none;
}
.cid-v3cbNe6vky .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3cbNe6vky .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3cbNe6vky .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3cbNe6vky .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3cbNe6vky .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3cbNe6vky .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3cbNe6vky .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-v3cbNe6vky .navbar.opened {
  transition: all 0.3s;
}
.cid-v3cbNe6vky .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3cbNe6vky .navbar .navbar-logo img {
  width: auto;
}
.cid-v3cbNe6vky .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v3cbNe6vky .navbar.collapsed {
  justify-content: center;
}
.cid-v3cbNe6vky .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3cbNe6vky .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3cbNe6vky .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v3cbNe6vky .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3cbNe6vky .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3cbNe6vky .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-v3cbNe6vky .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3cbNe6vky .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3cbNe6vky .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v3cbNe6vky .navbar {
    min-height: 72px;
  }
  .cid-v3cbNe6vky .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v3cbNe6vky .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3cbNe6vky .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3cbNe6vky .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3cbNe6vky .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3cbNe6vky .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-v3cbNe6vky .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3cbNe6vky .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v3cbNe6vky .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3cbNe6vky .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3cbNe6vky .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v3cbNe6vky .dropdown-item.active,
.cid-v3cbNe6vky .dropdown-item:active {
  background-color: transparent;
}
.cid-v3cbNe6vky .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3cbNe6vky .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3cbNe6vky .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3cbNe6vky .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v3cbNe6vky .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3cbNe6vky .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v3cbNe6vky .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v3cbNe6vky ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3cbNe6vky .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v3cbNe6vky .navbar-buttons {
    text-align: left;
  }
}
.cid-v3cbNe6vky button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3cbNe6vky button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-v3cbNe6vky button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3cbNe6vky button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3cbNe6vky button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3cbNe6vky button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3cbNe6vky nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3cbNe6vky nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3cbNe6vky nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3cbNe6vky nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3cbNe6vky .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3cbNe6vky a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3cbNe6vky .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-v3cbNe6vky .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-v3cbNe6vky .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v3cbNe6vky .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-v3cbNe6vky .navbar {
    height: 70px;
  }
  .cid-v3cbNe6vky .navbar.opened {
    height: auto;
  }
  .cid-v3cbNe6vky .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3cbNe6vky .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v3cbNe6vky .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v3cbNe6vky .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v3cbNe6vky .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v3cbNe6vky .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-v3cbNe6vky .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v3cbNe6vky .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v3cbNe6vky .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v3cbNe6vky .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v3cbNe6vky .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v3cbNe6vky .navbar-brand {
    margin-right: auto;
  }
  .cid-v3cbNe6vky .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    opacity: 1;
    border-color: rgba(230, 237, 220, 0.8) !important;
    background: rgba(230, 237, 220, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v3cbNe6vky .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v3cbNe6vky .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-v3cbNe6vky .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v3cbNe6vky .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v3cbNe6vky .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-v3cbNe6vky .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v3cbNe6vky .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-v3cbNe6vky .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v3cbNe6vky .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v3cbNe6vky .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3cbNe6vky .content-wrap {
    display: block;
  }
}
.cid-v3cbNeybTa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v3cbNeybTa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cbNeybTa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cbNeybTa .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v3cbNeybTa .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3cbNeybTa .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-v3cbNeybTa .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-v3cbNeybTa .wrap {
  background: url("../../../assets/images/mbr-1920x1280.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-v3cbNeybTa .wrap .inner-wrap {
  padding: 40px;
}
.cid-v3cbNeybTa .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-v3cbNeybTa .mbr-text {
  color: #000000;
}
.cid-v3cbNeybTa .mbr-text,
.cid-v3cbNeybTa .mbr-section-btn {
  color: #ffffff;
}
.cid-v3chgmvptU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v3chgmvptU .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v3chgmvptU .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v3chgmvptU .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v3chgmvptU .mbr-card-title {
  color: #000000;
  text-align: left;
}
.cid-v3chgmvptU .mbr-card-subtitle {
  color: #000000;
}
.cid-v3cbNflvt3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-v3cbNflvt3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3cbNflvt3 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3cbNflvt3 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3cbNflvt3 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3cbNflvt3 .content-head {
  max-width: 800px;
}
.cid-v3cbNfJmla {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-v3cbNfJmla .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cbNfJmla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3cbNfJmla .container {
    padding: 0 30px;
  }
}
.cid-v3cbNfJmla .row {
  justify-content: center;
}
.cid-v3cbNfJmla .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v3cbNfJmla .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3cbNfJmla .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3cbNfJmla .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3cbNfJmla .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-v3cbNfJmla .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3cbNfJmla .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v3cbNfJmla .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3cbNfJmla .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v3cbNfJmla .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3cbNfJmla .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v3cbNfJmla .nav-wrapper .list .item-wrap:hover,
.cid-v3cbNfJmla .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-v3cbNfJmla .nav-wrapper .list .item-wrap:hover::before,
.cid-v3cbNfJmla .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3cbNfJmla .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-v3cbNfJmla .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3cbNfJmla .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v3cbNfJmla .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3cbNfJmla .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3cbNfJmla .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3cbNfJmla .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v3cbNfJmla .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v3cbNfJmla .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v3cbNfJmla .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-v3cbNfJmla .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-v3cbNfJmla .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v3cbNfJmla .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v3cbNfJmla .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-v3cbNfJmla .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-v3cbNfJmla .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3cbNfJmla .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-v3cbNfJmla .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3cbNfJmla .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-v3cbNfJmla .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v3cbNfJmla .mbr-section-title {
  color: #bee0d6;
}
.cid-v3cbNfJmla .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3cbNfJmla .list {
  color: #bee0d6;
}
.cid-v3cbNfJmla .mbr-address {
  color: #bee0d6;
}
.cid-v3cbNfJmla .mbr-copy {
  color: #ffffff;
}
.cid-v3cbNfJmla .list,
.cid-v3cbNfJmla .item-wrap,
.cid-v3cbNfJmla .nav-wrapper {
  color: #ffea64;
}
.cid-v3cbNfJmla .mbr-section-title,
.cid-v3cbNfJmla .logo-wrapper {
  color: #ffffff;
}
.cid-v2G08qxMg7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v2G08qxMg7 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v2G08qxMg7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2G08qxMg7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2G08qxMg7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v2G08qxMg7 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v2G08qxMg7 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #9fe870;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v2G08qxMg7 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #9fe870;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v2G08qxMg7 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v2G08qxMg7 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v2G08qxMg7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v2G08qxMg7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v2G08qxMg7 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-v2G08qxMg7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v2G08qxMg7 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v2G08qxMg7 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v2G08qxMg7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v2G08qxMg7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v2G08qxMg7 .container,
.cid-v2G08qxMg7 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d8dfd1;
  background: rgba(230, 237, 220, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .container,
  .cid-v2G08qxMg7 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v2G08qxMg7 .container,
  .cid-v2G08qxMg7 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v2G08qxMg7 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v2G08qxMg7 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v2G08qxMg7 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v2G08qxMg7 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .nav-item:focus,
.cid-v2G08qxMg7 .nav-link:focus {
  outline: none;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2G08qxMg7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2G08qxMg7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2G08qxMg7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2G08qxMg7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2G08qxMg7 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2G08qxMg7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v2G08qxMg7 .navbar.collapsed {
  justify-content: center;
}
.cid-v2G08qxMg7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2G08qxMg7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2G08qxMg7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v2G08qxMg7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2G08qxMg7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2G08qxMg7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2G08qxMg7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v2G08qxMg7 .navbar {
    min-height: 72px;
  }
  .cid-v2G08qxMg7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v2G08qxMg7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2G08qxMg7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2G08qxMg7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2G08qxMg7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2G08qxMg7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v2G08qxMg7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2G08qxMg7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2G08qxMg7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v2G08qxMg7 .dropdown-item.active,
.cid-v2G08qxMg7 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2G08qxMg7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2G08qxMg7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2G08qxMg7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2G08qxMg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v2G08qxMg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v2G08qxMg7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v2G08qxMg7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2G08qxMg7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar-buttons {
    text-align: left;
  }
}
.cid-v2G08qxMg7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2G08qxMg7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2G08qxMg7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2G08qxMg7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2G08qxMg7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-v2G08qxMg7 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar {
    height: 70px;
  }
  .cid-v2G08qxMg7 .navbar.opened {
    height: auto;
  }
  .cid-v2G08qxMg7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v2G08qxMg7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v2G08qxMg7 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v2G08qxMg7 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v2G08qxMg7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v2G08qxMg7 .navbar-brand {
    margin-right: auto;
  }
  .cid-v2G08qxMg7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    opacity: 1;
    border-color: rgba(230, 237, 220, 0.8) !important;
    background: rgba(230, 237, 220, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v2G08qxMg7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v2G08qxMg7 .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-v2G08qxMg7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v2G08qxMg7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v2G08qxMg7 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2G08qxMg7 .content-wrap {
    display: block;
  }
}
.cid-v36WPf120b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v36WPf120b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v36WPf120b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v36WPf120b .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v36WPf120b .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v36WPf120b .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-v36WPf120b .card-wrapper {
  background: #ffffff;
}
.cid-v36WPf120b .mbr-text,
.cid-v36WPf120b .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v36WPf120b .card-title,
.cid-v36WPf120b .card-box {
  text-align: left;
  color: #000000;
}
.cid-v36WPf120b .image-wrapper img {
  width: 100%;
}
.cid-v36XOAvVZA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d7d9d6;
}
.cid-v36XOAvVZA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v36XOAvVZA form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v36XOAvVZA form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v36XOAvVZA form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v36XOAvVZA .content-head {
  max-width: 800px;
}
.cid-v2Gd1FSEG2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-v2Gd1FSEG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Gd1FSEG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .container {
    padding: 0 30px;
  }
}
.cid-v2Gd1FSEG2 .row {
  justify-content: center;
}
.cid-v2Gd1FSEG2 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-v2Gd1FSEG2 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:hover,
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:hover::before,
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-v2Gd1FSEG2 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-v2Gd1FSEG2 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-v2Gd1FSEG2 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Gd1FSEG2 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-v2Gd1FSEG2 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v2Gd1FSEG2 .mbr-section-title {
  color: #bee0d6;
}
.cid-v2Gd1FSEG2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2Gd1FSEG2 .list {
  color: #bee0d6;
}
.cid-v2Gd1FSEG2 .mbr-address {
  color: #bee0d6;
}
.cid-v2Gd1FSEG2 .mbr-copy {
  color: #ffffff;
}
.cid-v2Gd1FSEG2 .list,
.cid-v2Gd1FSEG2 .item-wrap,
.cid-v2Gd1FSEG2 .nav-wrapper {
  color: #ffea64;
}
.cid-v2Gd1FSEG2 .mbr-section-title,
.cid-v2Gd1FSEG2 .logo-wrapper {
  color: #ffffff;
}
