.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Cal Sans;
}
.display-1 {
  font-family: 'Special Gothic', sans-serif;
  font-size: 4.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Special Gothic', sans-serif;
  font-size: 3.9rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.875rem;
}
.display-4 {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9f13b7 !important;
}
.bg-success {
  background-color: #2a5b38 !important;
}
.bg-info {
  background-color: #d1e0be !important;
}
.bg-warning {
  background-color: #dcde2d !important;
}
.bg-danger {
  background-color: #910000 !important;
}
.btn-primary .mbr-iconfont {
  color: #4f095b;
  background-color: #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #9f13b7 !important;
  border-color: #9f13b7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c718e5 !important;
  border-color: #c718e5 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c718e5 !important;
  border-color: #c718e5 !important;
}
.btn-secondary .mbr-iconfont {
  color: #904216;
  background-color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #df6d2d !important;
  border-color: #df6d2d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e68c59 !important;
  border-color: #e68c59 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e68c59 !important;
  border-color: #e68c59 !important;
}
.btn-info .mbr-iconfont {
  color: #a0bf79;
  background-color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #d1e0be !important;
  border-color: #d1e0be !important;
  color: #536c33 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e9f0e1 !important;
  border-color: #e9f0e1 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #536c33 !important;
  background-color: #e9f0e1 !important;
  border-color: #e9f0e1 !important;
}
.btn-success .mbr-iconfont {
  color: #0a150d;
  background-color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #2a5b38 !important;
  border-color: #2a5b38 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3a7e4d !important;
  border-color: #3a7e4d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3a7e4d !important;
  border-color: #3a7e4d !important;
}
.btn-warning .mbr-iconfont {
  color: #8d8f16;
  background-color: #f2f3b1;
}
.btn-warning,
.btn-warning:active {
  background-color: #dcde2d !important;
  border-color: #dcde2d !important;
  color: #0a0a02 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #e3e559 !important;
  border-color: #e3e559 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0a0a02 !important;
  background-color: #e3e559 !important;
  border-color: #e3e559 !important;
}
.btn-danger .mbr-iconfont {
  color: #2b0000;
  background-color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #910000 !important;
  border-color: #910000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #c40000 !important;
  border-color: #c40000 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c40000 !important;
  border-color: #c40000 !important;
}
.btn-white .mbr-iconfont {
  color: #bfc3b3;
  background-color: #ffffff;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .mbr-iconfont {
  border: 2px solid #9f13b7;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9f13b7;
  color: #9f13b7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5b0b68 !important;
  background-color: transparent !important;
  border-color: #5b0b68 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  border: 2px solid #5b0b68;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9f13b7 !important;
  border-color: #9f13b7 !important;
}
.btn-secondary-outline .mbr-iconfont {
  border: 2px solid #df6d2d;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #df6d2d;
  color: #df6d2d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9d4818 !important;
  background-color: transparent !important;
  border-color: #9d4818 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  border: 2px solid #9d4818;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #df6d2d !important;
  border-color: #df6d2d !important;
}
.btn-info-outline .mbr-iconfont {
  border: 2px solid #d1e0be;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d1e0be;
  color: #d1e0be;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a7c483 !important;
  background-color: transparent !important;
  border-color: #a7c483 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  border: 2px solid #a7c483;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #536c33 !important;
  background-color: #d1e0be !important;
  border-color: #d1e0be !important;
}
.btn-success-outline .mbr-iconfont {
  border: 2px solid #2a5b38;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2a5b38;
  color: #2a5b38;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0f2013 !important;
  background-color: transparent !important;
  border-color: #0f2013 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  border: 2px solid #0f2013;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2a5b38 !important;
  border-color: #2a5b38 !important;
}
.btn-warning-outline .mbr-iconfont {
  border: 2px solid #dcde2d;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dcde2d;
  color: #dcde2d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9a9c18 !important;
  background-color: transparent !important;
  border-color: #9a9c18 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  border: 2px solid #9a9c18;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0a0a02 !important;
  background-color: #dcde2d !important;
  border-color: #dcde2d !important;
}
.btn-danger-outline .mbr-iconfont {
  border: 2px solid #910000;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #910000;
  color: #910000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3a0000 !important;
  background-color: transparent !important;
  border-color: #3a0000 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  border: 2px solid #3a0000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #910000 !important;
  border-color: #910000 !important;
}
.btn-black-outline .mbr-iconfont {
  border: 2px solid #232323;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  border: 2px solid #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  border: 2px solid #fafafa;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  border: 2px solid #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9f13b7 !important;
}
.text-secondary {
  color: #df6d2d !important;
}
.text-success {
  color: #2a5b38 !important;
}
.text-info {
  color: #d1e0be !important;
}
.text-warning {
  color: #dcde2d !important;
}
.text-danger {
  color: #910000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4f095b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #904216 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0a150d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a0bf79 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8d8f16 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2b0000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9f13b7;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d1e0be;
}
.alert-warning {
  background-color: #dcde2d;
}
.alert-danger {
  background-color: #910000;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9f13b7;
  border-color: #9f13b7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9f13b7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d95bee;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #54b06f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f9fadd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff1212;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #9f13b7 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #9f13b7;
}
/* 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: #9f13b7;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9f13b7;
}
.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: #9f13b7;
  border-bottom-color: #9f13b7;
}
.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: #9f13b7 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #df6d2d !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239f13b7' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 4px 30px;
  min-height: 73px;
  font-weight: 400;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: 14px;
  margin-right: -17px;
  transition: all .3s ease;
  font-size: 18px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.large-radius {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .large-radius {
    border-radius: 20px !important;
  }
}
.icon-radius .mbr-iconfont {
  border-radius: 10px !important;
}
.cid-uNkqS2GcNj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uNkqS2GcNj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uNkqS2GcNj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uNkqS2GcNj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uNkqS2GcNj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uNkqS2GcNj .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uNkqS2GcNj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNkqS2GcNj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNkqS2GcNj .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uNkqS2GcNj .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uNkqS2GcNj .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uNkqS2GcNj .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uNkqS2GcNj .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uNkqS2GcNj .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uNkqS2GcNj .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uNkqS2GcNj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uNkqS2GcNj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uNkqS2GcNj .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #000000;
}
.cid-uNkqS2GcNj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uNkqS2GcNj .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uNkqS2GcNj .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uNkqS2GcNj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uNkqS2GcNj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uNkqS2GcNj .container,
.cid-uNkqS2GcNj .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  background: rgba(0, 0, 0, 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: #000000;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .container,
  .cid-uNkqS2GcNj .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uNkqS2GcNj .container,
  .cid-uNkqS2GcNj .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uNkqS2GcNj .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uNkqS2GcNj .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uNkqS2GcNj .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNkqS2GcNj .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uNkqS2GcNj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uNkqS2GcNj .nav-item:focus,
.cid-uNkqS2GcNj .nav-link:focus {
  outline: none;
}
.cid-uNkqS2GcNj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNkqS2GcNj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNkqS2GcNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNkqS2GcNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNkqS2GcNj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNkqS2GcNj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNkqS2GcNj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uNkqS2GcNj .navbar.opened {
  transition: all 0.3s;
}
.cid-uNkqS2GcNj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNkqS2GcNj .navbar .navbar-logo img {
  width: auto;
}
.cid-uNkqS2GcNj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uNkqS2GcNj .navbar.collapsed {
  justify-content: center;
}
.cid-uNkqS2GcNj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNkqS2GcNj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNkqS2GcNj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uNkqS2GcNj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNkqS2GcNj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNkqS2GcNj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNkqS2GcNj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNkqS2GcNj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNkqS2GcNj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNkqS2GcNj .navbar {
    min-height: 72px;
  }
  .cid-uNkqS2GcNj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uNkqS2GcNj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNkqS2GcNj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNkqS2GcNj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNkqS2GcNj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNkqS2GcNj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNkqS2GcNj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNkqS2GcNj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uNkqS2GcNj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNkqS2GcNj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNkqS2GcNj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uNkqS2GcNj .dropdown-item.active,
.cid-uNkqS2GcNj .dropdown-item:active {
  background-color: transparent;
}
.cid-uNkqS2GcNj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNkqS2GcNj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNkqS2GcNj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNkqS2GcNj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNkqS2GcNj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uNkqS2GcNj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uNkqS2GcNj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNkqS2GcNj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .navbar-buttons {
    text-align: left;
  }
}
.cid-uNkqS2GcNj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNkqS2GcNj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uNkqS2GcNj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNkqS2GcNj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNkqS2GcNj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNkqS2GcNj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNkqS2GcNj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNkqS2GcNj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNkqS2GcNj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNkqS2GcNj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNkqS2GcNj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNkqS2GcNj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNkqS2GcNj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uNkqS2GcNj .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uNkqS2GcNj .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNkqS2GcNj .navbar {
    height: 70px;
  }
  .cid-uNkqS2GcNj .navbar.opened {
    height: auto;
  }
  .cid-uNkqS2GcNj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uNkqS2GcNj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uNkqS2GcNj .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uNkqS2GcNj .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uNkqS2GcNj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uNkqS2GcNj .navbar-brand {
    margin-right: auto;
  }
  .cid-uNkqS2GcNj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uNkqS2GcNj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uNkqS2GcNj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uNkqS2GcNj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNkqS2GcNj .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .content-wrap {
    display: block;
  }
}
.cid-uNkpy6mo1c {
  padding-top: 16rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/50-1234x694.jpg");
}
.cid-uNkpy6mo1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkpy6mo1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkpy6mo1c .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uNkpy6mo1c .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uNkpy6mo1c .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNkpy6mo1c .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uNkpy6mo1c .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uNkpy6mo1c .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uNkpy6mo1c .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNkpy6mo1c .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uNkpy6mo1c .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uNkpy6mo1c .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uNkpy6mo1c .mbr-section-title {
  color: #f1f5eb;
}
.cid-uNkpy6mo1c .mbr-text,
.cid-uNkpy6mo1c .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uNkpy6mo1c .mbr-section-title,
.cid-uNkpy6mo1c .mbr-section-btn {
  text-align: center;
}
.cid-uQOvOCn8cd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #81feb2;
}
.cid-uQOvOCn8cd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQOvOCn8cd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQOvOCn8cd .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uQOvOCn8cd .title-container {
    margin-bottom: 25px;
  }
}
.cid-uQOvOCn8cd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQOvOCn8cd .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uQOvOCn8cd .mbr-text {
    margin-top: 24px;
  }
}
.cid-uQOvOCn8cd .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uQOvOCn8cd .tabl-container {
    margin-top: 25px;
  }
}
.cid-uQOvOCn8cd .item-container {
  width: 100%;
  display: flex;
}
.cid-uQOvOCn8cd .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-uQOvOCn8cd .card-text {
  color: #272727;
  width: 100%;
}
.cid-uQOvAcw1g4 {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #81feb2;
  overflow: hidden;
}
.cid-uQOvAcw1g4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQOvAcw1g4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQOvAcw1g4 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #81feb2, #ffffff);
  box-shadow: 10px 10px 19px #b71313, -10px -10px 19px #b71313;
}
@media (max-width: 767px) {
  .cid-uQOvAcw1g4 .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uQOvAcw1g4 .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uQOvAcw1g4 .card-title {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uQOvAcw1g4 .card-title {
    margin-bottom: 20px;
  }
}
.cid-uQOvAcw1g4 .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uQOvAcw1g4 .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uQOvAcw1g4 .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-uNkpCEY3cU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #81feb2;
}
.cid-uNkpCEY3cU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkpCEY3cU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkpCEY3cU .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNkpCEY3cU .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uNkpCEY3cU .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uNkpCEY3cU .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uNkpCEY3cU .item {
    margin-bottom: 40px;
  }
}
.cid-uNkpCEY3cU .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uNkpCEY3cU .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uNkpCEY3cU .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uNkpCEY3cU .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uNkpCEY3cU .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uNkpCEY3cU .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uNkpCEY3cU .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNkpCEY3cU .mbr-section-title,
.cid-uNkpCEY3cU .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uNkpCEY3cU .card-number {
  color: #f1f5eb;
}
.cid-uNkpCEY3cU .card-title {
  color: #323432;
}
.cid-uNkpCEY3cU .card-text {
  color: #323432;
}
.cid-uNkpCEY3cU .card-title,
.cid-uNkpCEY3cU .mbr-section-btn,
.cid-uNkpCEY3cU .iconfont-wrapper DIV {
  text-align: center;
}
.cid-uNkpCEY3cU .card-title,
.cid-uNkpCEY3cU .mbr-section-btn,
.cid-uNkpCEY3cU .iconfont-wrapper {
  color: #000000;
}
.cid-uQOwjO6llX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #81feb2;
}
.cid-uQOwjO6llX .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-uQOwjO6llX .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uQOwjO6llX .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uQOwjO6llX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQOwjO6llX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQOwuHnpri {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uQOwuHnpri {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uQOwuHnpri {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uQOwuHnpri .mbr-section-subtitle {
  text-align: left;
}
.cid-uQOwuHnpri .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uQOwuHnpri .mbr-text {
  text-align: left;
}
.cid-uQOtujJlUQ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #81feb2;
}
.cid-uQOtujJlUQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQOtujJlUQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQOtujJlUQ a {
  font-weight: 900;
}
.cid-uQOtujJlUQ .row {
  flex-direction: row-reverse;
}
.cid-uQOtujJlUQ .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uQOtujJlUQ .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uQOtujJlUQ .wrapper {
  background: #81feb2;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uQOtujJlUQ .image-wrapper {
  padding: 0;
}
.cid-uQOtujJlUQ .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQOtujJlUQ .image-wrapper img {
    border-radius: 0;
  }
}
.cid-uQOtujJlUQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQOtujJlUQ .mbr-text,
.cid-uQOtujJlUQ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uQOwkgA821 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #81feb2;
}
.cid-uQOwkgA821 .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-uQOwkgA821 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uQOwkgA821 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uQOwkgA821 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQOwkgA821 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQOxVkYa0R {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #81feb2;
}
.cid-uQOxVkYa0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQOxVkYa0R .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-uQOxVkYa0R .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQOxVkYa0R .row {
  background: #81feb2;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQOxVkYa0R .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-uQOxVkYa0R img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uQOxVkYa0R img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQOxVkYa0R .image-wrapper {
    padding: 1rem;
  }
}
.cid-uQOxVkYa0R .mbr-section-title {
  text-align: center;
}
.cid-uQOsyMSqAQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #81feb2;
}
.cid-uQOsyMSqAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQOsyMSqAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQOsyMSqAQ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQOsyMSqAQ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uQOsyMSqAQ .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uQOsyMSqAQ .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uQOsyMSqAQ .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uQOsyMSqAQ .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #81feb2;
}
.cid-uQOsyMSqAQ .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uQOsyMSqAQ .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uQOsyMSqAQ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uQOsyMSqAQ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uQOsyMSqAQ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uQOsyMSqAQ .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #81feb2;
}
@media (max-width: 992px) {
  .cid-uQOsyMSqAQ .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uQOsyMSqAQ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uQOsyMSqAQ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uQOsyMSqAQ .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #000000;
}
.cid-uQOsyMSqAQ .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uQOsyMSqAQ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uQOsyMSqAQ .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uQOsyMSqAQ .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uQOsyMSqAQ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uQOsyMSqAQ .mbr-section-title,
.cid-uQOsyMSqAQ .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uQOsyMSqAQ .panel-title-edit {
  color: #323432;
}
.cid-uQOsyMSqAQ .panel-text {
  color: #323432;
}
.cid-uQOwvltFqW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uQOwvltFqW {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uQOwvltFqW {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uQOwvltFqW .mbr-section-subtitle {
  text-align: left;
}
.cid-uQOwvltFqW .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uQOwvltFqW .mbr-text {
  text-align: left;
}
.cid-uR03g72X4o {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #81feb2;
}
.cid-uR03g72X4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR03g72X4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR03g72X4o .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uR03g72X4o .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uR03g72X4o .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR03g72X4o .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uR03g72X4o .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uR03g72X4o .card {
  justify-content: flex-end;
}
.cid-uR03g72X4o .image-wrapper {
  padding-right: 240px;
}
@media (max-width: 1640px) {
  .cid-uR03g72X4o .image-wrapper {
    padding-right: 140px;
  }
}
@media (max-width: 1440px) {
  .cid-uR03g72X4o .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uR03g72X4o .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uR03g72X4o .image-wrapper img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR03g72X4o .image-wrapper img {
    height: 300px;
  }
}
.cid-uR03g72X4o .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR03g72X4o .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uR03g72X4o .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uR03g72X4o .mbr-label {
  color: #000000;
}
.cid-uR03g72X4o .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR03g72X4o .mbr-text {
  color: #000000;
}
.cid-uQQ4PIAOgX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #81feb2;
}
.cid-uQQ4PIAOgX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQ4PIAOgX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQ4PIAOgX .card-wrapper {
  padding: 80px;
  background-color: #81feb2;
}
@media (max-width: 1440px) {
  .cid-uQQ4PIAOgX .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uQQ4PIAOgX .card-wrapper {
    padding: 0;
  }
}
.cid-uQQ4PIAOgX .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #000000;
}
@media (max-width: 992px) {
  .cid-uQQ4PIAOgX .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uQQ4PIAOgX .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uQODTkKpyD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #81feb2;
}
.cid-uQODTkKpyD .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #81feb2;
}
.cid-uQODTkKpyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQODTkKpyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQODTkKpyD .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #81feb2;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uQODTkKpyD .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uQODTkKpyD .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #81feb2;
  border-right: none;
  border-left: 1px solid #81feb2;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 992px) {
  .cid-uQODTkKpyD .card-wrapper .title-wrapper {
    border-left: none;
    border-bottom: 1px solid #81feb2;
  }
}
@media (max-width: 992px) {
  .cid-uQODTkKpyD .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #81feb2;
  }
}
@media (max-width: 1640px) {
  .cid-uQODTkKpyD .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQODTkKpyD .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
@media (max-width: 1640px) {
  .cid-uQODTkKpyD .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQODTkKpyD .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQODTkKpyD .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uQODTkKpyD .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uQODTkKpyD .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQODTkKpyD .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uQODTkKpyD .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
  padding: 40px 24px 40px 96px;
}
@media (max-width: 1640px) {
  .cid-uQODTkKpyD .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQODTkKpyD .card-wrapper .content-wrap {
    padding: 40px 20px;
  }
}
@media (max-width: 1640px) {
  .cid-uQODTkKpyD .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQODTkKpyD .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQODTkKpyD .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uQODTkKpyD .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uQODTkKpyD .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uQODTkKpyD .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uQODTkKpyD .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQODTkKpyD .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uQODTkKpyD .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uQODTkKpyD .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uQODTkKpyD .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQODTkKpyD .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uQODTkKpyD .mbr-section-title {
  color: #150764;
}
.cid-uQODTkKpyD .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-uQODTkKpyD .list {
  color: #150764;
}
.cid-uQODTkKpyD .list,
.cid-uQODTkKpyD .item-wrap {
  color: #000000;
}
.cid-uQODTkKpyD .mbr-section-title,
.cid-uQODTkKpyD .mbr-section-btn,
.cid-uQODTkKpyD .logo-wrapper {
  text-align: right;
}
.cid-uQODTkKpyD .mbr-copy {
  text-align: right;
}
.cid-uQQ0R8beSQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQQ0R8beSQ .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-uQQ0R8beSQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQQ0R8beSQ .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-uQQ0R8beSQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uQQ0R8beSQ .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uQQ0R8beSQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQQ0R8beSQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQQ0R8beSQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uQQ0R8beSQ .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uQQ0R8beSQ .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uQQ0R8beSQ .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uQQ0R8beSQ .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uQQ0R8beSQ .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uQQ0R8beSQ .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uQQ0R8beSQ .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uQQ0R8beSQ .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uQQ0R8beSQ .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-uQQ0R8beSQ .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uQQ0R8beSQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQQ0R8beSQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQQ0R8beSQ .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #000000;
}
.cid-uQQ0R8beSQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQQ0R8beSQ .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uQQ0R8beSQ .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uQQ0R8beSQ .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uQQ0R8beSQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQQ0R8beSQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uQQ0R8beSQ .container,
.cid-uQQ0R8beSQ .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  background: rgba(0, 0, 0, 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: #000000;
}
@media (max-width: 992px) {
  .cid-uQQ0R8beSQ .container,
  .cid-uQQ0R8beSQ .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uQQ0R8beSQ .container,
  .cid-uQQ0R8beSQ .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQQ0R8beSQ .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uQQ0R8beSQ .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQQ0R8beSQ .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uQQ0R8beSQ .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQQ0R8beSQ .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uQQ0R8beSQ .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-uQQ0R8beSQ .nav-item:focus,
.cid-uQQ0R8beSQ .nav-link:focus {
  outline: none;
}
.cid-uQQ0R8beSQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQQ0R8beSQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQQ0R8beSQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQQ0R8beSQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQQ0R8beSQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQQ0R8beSQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQQ0R8beSQ .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-uQQ0R8beSQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uQQ0R8beSQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQQ0R8beSQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uQQ0R8beSQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uQQ0R8beSQ .navbar.collapsed {
  justify-content: center;
}
.cid-uQQ0R8beSQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQQ0R8beSQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQQ0R8beSQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uQQ0R8beSQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQQ0R8beSQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQQ0R8beSQ .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-uQQ0R8beSQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQQ0R8beSQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQQ0R8beSQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQQ0R8beSQ .navbar {
    min-height: 72px;
  }
  .cid-uQQ0R8beSQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQQ0R8beSQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQQ0R8beSQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQQ0R8beSQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQQ0R8beSQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQQ0R8beSQ .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-uQQ0R8beSQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQQ0R8beSQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQQ0R8beSQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQQ0R8beSQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQQ0R8beSQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQQ0R8beSQ .dropdown-item.active,
.cid-uQQ0R8beSQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uQQ0R8beSQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQQ0R8beSQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQQ0R8beSQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQQ0R8beSQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uQQ0R8beSQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQQ0R8beSQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uQQ0R8beSQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQQ0R8beSQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQQ0R8beSQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQQ0R8beSQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uQQ0R8beSQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQQ0R8beSQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uQQ0R8beSQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQQ0R8beSQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQQ0R8beSQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQQ0R8beSQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQQ0R8beSQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQQ0R8beSQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQQ0R8beSQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQQ0R8beSQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQQ0R8beSQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQQ0R8beSQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQQ0R8beSQ .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-uQQ0R8beSQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uQQ0R8beSQ .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uQQ0R8beSQ .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-uQQ0R8beSQ .navbar {
    height: 70px;
  }
  .cid-uQQ0R8beSQ .navbar.opened {
    height: auto;
  }
  .cid-uQQ0R8beSQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQQ0R8beSQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uQQ0R8beSQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uQQ0R8beSQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uQQ0R8beSQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQQ0R8beSQ .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-uQQ0R8beSQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQQ0R8beSQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQQ0R8beSQ .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uQQ0R8beSQ .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uQQ0R8beSQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQQ0R8beSQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uQQ0R8beSQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uQQ0R8beSQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQQ0R8beSQ .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-uQQ0R8beSQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQQ0R8beSQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQQ0R8beSQ .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-uQQ0R8beSQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQQ0R8beSQ .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-uQQ0R8beSQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQQ0R8beSQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQQ0R8beSQ .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uQQ0R8beSQ .content-wrap {
    display: block;
  }
}
.cid-uQQ0Ra9eYz {
  padding-top: 16rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/52.webp");
}
.cid-uQQ0Ra9eYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQ0Ra9eYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQ0Ra9eYz .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQQ0Ra9eYz .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uQQ0Ra9eYz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQQ0Ra9eYz .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQQ0Ra9eYz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uQQ0Ra9eYz .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uQQ0Ra9eYz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQQ0Ra9eYz .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uQQ0Ra9eYz .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uQQ0Ra9eYz .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uQQ0Ra9eYz .mbr-section-title {
  color: #f1f5eb;
}
.cid-uQQ0Ra9eYz .mbr-text,
.cid-uQQ0Ra9eYz .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uQQ0Ra9eYz .mbr-section-title,
.cid-uQQ0Ra9eYz .mbr-section-btn {
  text-align: center;
}
.cid-uQQ0RcbUt7 {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #81feb2;
  overflow: hidden;
}
.cid-uQQ0RcbUt7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQ0RcbUt7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQ0RcbUt7 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #000000, #81feb2);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-uQQ0RcbUt7 .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uQQ0RcbUt7 .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uQQ0RcbUt7 .card-title {
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uQQ0RcbUt7 .card-title {
    margin-bottom: 20px;
  }
}
.cid-uQQ0RcbUt7 .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uQQ0RcbUt7 .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uQQ0RcbUt7 .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-uR087roY2r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #81feb2;
}
.cid-uR087roY2r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR087roY2r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR087roY2r .google-map {
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uR087roY2r .google-map {
    margin-bottom: 32px;
  }
}
.cid-uR087roY2r .google-map::before {
  content: '';
  position: absolute;
  bottom: -56px;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #a78aff, #0047ff, transparent);
  height: 1px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uR087roY2r .google-map::before {
    bottom: -32px;
  }
}
.cid-uR087roY2r .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-uR087roY2r .google-map iframe {
    height: 350px;
  }
}
.cid-uQQ0Rmk9tI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #81feb2;
}
.cid-uQQ0Rmk9tI .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uQQ0Rmk9tI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQ0Rmk9tI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQ0Rmk9tI .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #81feb2;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uQQ0Rmk9tI .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uQQ0Rmk9tI .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
  border-right: none;
  border-left: 1px solid #150764;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 992px) {
  .cid-uQQ0Rmk9tI .card-wrapper .title-wrapper {
    border-left: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 992px) {
  .cid-uQQ0Rmk9tI .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uQQ0Rmk9tI .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQQ0Rmk9tI .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
@media (max-width: 1640px) {
  .cid-uQQ0Rmk9tI .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQQ0Rmk9tI .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQQ0Rmk9tI .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uQQ0Rmk9tI .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uQQ0Rmk9tI .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQQ0Rmk9tI .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uQQ0Rmk9tI .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
  padding: 40px 24px 40px 96px;
}
@media (max-width: 1640px) {
  .cid-uQQ0Rmk9tI .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQQ0Rmk9tI .card-wrapper .content-wrap {
    padding: 40px 20px;
  }
}
@media (max-width: 1640px) {
  .cid-uQQ0Rmk9tI .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQQ0Rmk9tI .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQQ0Rmk9tI .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uQQ0Rmk9tI .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uQQ0Rmk9tI .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uQQ0Rmk9tI .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uQQ0Rmk9tI .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQQ0Rmk9tI .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uQQ0Rmk9tI .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uQQ0Rmk9tI .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uQQ0Rmk9tI .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQQ0Rmk9tI .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uQQ0Rmk9tI .mbr-section-title {
  color: #150764;
}
.cid-uQQ0Rmk9tI .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-uQQ0Rmk9tI .list {
  color: #150764;
}
.cid-uQQ0Rmk9tI .list,
.cid-uQQ0Rmk9tI .item-wrap {
  color: #000000;
}
.cid-uQQ0Rmk9tI .mbr-section-title,
.cid-uQQ0Rmk9tI .mbr-section-btn,
.cid-uQQ0Rmk9tI .logo-wrapper {
  text-align: right;
}
.cid-uQQ0Rmk9tI .mbr-copy {
  text-align: right;
}
.cid-uQQ1CDg6nR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQQ1CDg6nR .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-uQQ1CDg6nR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQQ1CDg6nR .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-uQQ1CDg6nR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uQQ1CDg6nR .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uQQ1CDg6nR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQQ1CDg6nR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQQ1CDg6nR .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uQQ1CDg6nR .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uQQ1CDg6nR .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uQQ1CDg6nR .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uQQ1CDg6nR .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uQQ1CDg6nR .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uQQ1CDg6nR .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uQQ1CDg6nR .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uQQ1CDg6nR .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uQQ1CDg6nR .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-uQQ1CDg6nR .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uQQ1CDg6nR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQQ1CDg6nR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQQ1CDg6nR .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #000000;
}
.cid-uQQ1CDg6nR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQQ1CDg6nR .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uQQ1CDg6nR .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uQQ1CDg6nR .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uQQ1CDg6nR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQQ1CDg6nR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uQQ1CDg6nR .container,
.cid-uQQ1CDg6nR .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  background: rgba(0, 0, 0, 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: #000000;
}
@media (max-width: 992px) {
  .cid-uQQ1CDg6nR .container,
  .cid-uQQ1CDg6nR .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uQQ1CDg6nR .container,
  .cid-uQQ1CDg6nR .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQQ1CDg6nR .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uQQ1CDg6nR .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQQ1CDg6nR .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uQQ1CDg6nR .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQQ1CDg6nR .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uQQ1CDg6nR .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-uQQ1CDg6nR .nav-item:focus,
.cid-uQQ1CDg6nR .nav-link:focus {
  outline: none;
}
.cid-uQQ1CDg6nR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQQ1CDg6nR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQQ1CDg6nR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQQ1CDg6nR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQQ1CDg6nR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQQ1CDg6nR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQQ1CDg6nR .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-uQQ1CDg6nR .navbar.opened {
  transition: all 0.3s;
}
.cid-uQQ1CDg6nR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQQ1CDg6nR .navbar .navbar-logo img {
  width: auto;
}
.cid-uQQ1CDg6nR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uQQ1CDg6nR .navbar.collapsed {
  justify-content: center;
}
.cid-uQQ1CDg6nR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQQ1CDg6nR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQQ1CDg6nR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uQQ1CDg6nR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQQ1CDg6nR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQQ1CDg6nR .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-uQQ1CDg6nR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQQ1CDg6nR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQQ1CDg6nR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQQ1CDg6nR .navbar {
    min-height: 72px;
  }
  .cid-uQQ1CDg6nR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQQ1CDg6nR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQQ1CDg6nR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQQ1CDg6nR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQQ1CDg6nR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQQ1CDg6nR .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-uQQ1CDg6nR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQQ1CDg6nR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQQ1CDg6nR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQQ1CDg6nR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQQ1CDg6nR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQQ1CDg6nR .dropdown-item.active,
.cid-uQQ1CDg6nR .dropdown-item:active {
  background-color: transparent;
}
.cid-uQQ1CDg6nR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQQ1CDg6nR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQQ1CDg6nR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQQ1CDg6nR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uQQ1CDg6nR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQQ1CDg6nR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uQQ1CDg6nR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQQ1CDg6nR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQQ1CDg6nR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQQ1CDg6nR .navbar-buttons {
    text-align: left;
  }
}
.cid-uQQ1CDg6nR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQQ1CDg6nR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uQQ1CDg6nR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQQ1CDg6nR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQQ1CDg6nR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQQ1CDg6nR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQQ1CDg6nR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQQ1CDg6nR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQQ1CDg6nR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQQ1CDg6nR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQQ1CDg6nR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQQ1CDg6nR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQQ1CDg6nR .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-uQQ1CDg6nR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uQQ1CDg6nR .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uQQ1CDg6nR .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-uQQ1CDg6nR .navbar {
    height: 70px;
  }
  .cid-uQQ1CDg6nR .navbar.opened {
    height: auto;
  }
  .cid-uQQ1CDg6nR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQQ1CDg6nR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uQQ1CDg6nR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uQQ1CDg6nR .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uQQ1CDg6nR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQQ1CDg6nR .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-uQQ1CDg6nR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQQ1CDg6nR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQQ1CDg6nR .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uQQ1CDg6nR .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uQQ1CDg6nR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQQ1CDg6nR .navbar-brand {
    margin-right: auto;
  }
  .cid-uQQ1CDg6nR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uQQ1CDg6nR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQQ1CDg6nR .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-uQQ1CDg6nR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQQ1CDg6nR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQQ1CDg6nR .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-uQQ1CDg6nR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQQ1CDg6nR .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-uQQ1CDg6nR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQQ1CDg6nR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQQ1CDg6nR .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uQQ1CDg6nR .content-wrap {
    display: block;
  }
}
.cid-uQQ1CEpMjO {
  padding-top: 16rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/53-620x300.jpg");
}
.cid-uQQ1CEpMjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQ1CEpMjO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQ1CEpMjO .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQQ1CEpMjO .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uQQ1CEpMjO .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQQ1CEpMjO .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQQ1CEpMjO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uQQ1CEpMjO .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uQQ1CEpMjO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQQ1CEpMjO .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uQQ1CEpMjO .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uQQ1CEpMjO .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uQQ1CEpMjO .mbr-section-title {
  color: #f1f5eb;
}
.cid-uQQ1CEpMjO .mbr-text,
.cid-uQQ1CEpMjO .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uQQ1CEpMjO .mbr-section-title,
.cid-uQQ1CEpMjO .mbr-section-btn {
  text-align: center;
}
.cid-uQQ1CFejqW {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #81feb2;
  overflow: hidden;
}
.cid-uQQ1CFejqW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQ1CFejqW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQ1CFejqW .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #81feb2, #000000);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
}
@media (max-width: 767px) {
  .cid-uQQ1CFejqW .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uQQ1CFejqW .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uQQ1CFejqW .card-title {
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uQQ1CFejqW .card-title {
    margin-bottom: 20px;
  }
}
.cid-uQQ1CFejqW .card-subtitle {
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uQQ1CFejqW .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uQQ1CFejqW .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uR08Dogkd7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #81feb2;
}
.cid-uR08Dogkd7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR08Dogkd7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR08Dogkd7 .google-map {
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uR08Dogkd7 .google-map {
    margin-bottom: 32px;
  }
}
.cid-uR08Dogkd7 .google-map::before {
  content: '';
  position: absolute;
  bottom: -56px;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #a78aff, #0047ff, transparent);
  height: 1px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uR08Dogkd7 .google-map::before {
    bottom: -32px;
  }
}
.cid-uR08Dogkd7 .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-uR08Dogkd7 .google-map iframe {
    height: 350px;
  }
}
.cid-uQQ1CG54Uh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #81feb2;
}
.cid-uQQ1CG54Uh .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uQQ1CG54Uh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQ1CG54Uh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQ1CG54Uh .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #81feb2;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uQQ1CG54Uh .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uQQ1CG54Uh .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
  border-right: none;
  border-left: 1px solid #150764;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 992px) {
  .cid-uQQ1CG54Uh .card-wrapper .title-wrapper {
    border-left: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 992px) {
  .cid-uQQ1CG54Uh .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uQQ1CG54Uh .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQQ1CG54Uh .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
@media (max-width: 1640px) {
  .cid-uQQ1CG54Uh .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQQ1CG54Uh .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQQ1CG54Uh .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uQQ1CG54Uh .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uQQ1CG54Uh .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQQ1CG54Uh .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uQQ1CG54Uh .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
  padding: 40px 24px 40px 96px;
}
@media (max-width: 1640px) {
  .cid-uQQ1CG54Uh .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQQ1CG54Uh .card-wrapper .content-wrap {
    padding: 40px 20px;
  }
}
@media (max-width: 1640px) {
  .cid-uQQ1CG54Uh .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQQ1CG54Uh .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQQ1CG54Uh .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uQQ1CG54Uh .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uQQ1CG54Uh .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uQQ1CG54Uh .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uQQ1CG54Uh .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQQ1CG54Uh .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uQQ1CG54Uh .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uQQ1CG54Uh .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uQQ1CG54Uh .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQQ1CG54Uh .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uQQ1CG54Uh .mbr-section-title {
  color: #150764;
}
.cid-uQQ1CG54Uh .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-uQQ1CG54Uh .list {
  color: #150764;
}
.cid-uQQ1CG54Uh .list,
.cid-uQQ1CG54Uh .item-wrap {
  color: #000000;
}
.cid-uQQ1CG54Uh .mbr-section-title,
.cid-uQQ1CG54Uh .mbr-section-btn,
.cid-uQQ1CG54Uh .logo-wrapper {
  text-align: right;
}
.cid-uQQ1CG54Uh .mbr-copy {
  text-align: right;
}
.cid-uR08ICMTOZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uR08ICMTOZ .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-uR08ICMTOZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uR08ICMTOZ .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-uR08ICMTOZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uR08ICMTOZ .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uR08ICMTOZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR08ICMTOZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR08ICMTOZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uR08ICMTOZ .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uR08ICMTOZ .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uR08ICMTOZ .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uR08ICMTOZ .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uR08ICMTOZ .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uR08ICMTOZ .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uR08ICMTOZ .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uR08ICMTOZ .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uR08ICMTOZ .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-uR08ICMTOZ .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uR08ICMTOZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uR08ICMTOZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uR08ICMTOZ .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #000000;
}
.cid-uR08ICMTOZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uR08ICMTOZ .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uR08ICMTOZ .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uR08ICMTOZ .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uR08ICMTOZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uR08ICMTOZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uR08ICMTOZ .container,
.cid-uR08ICMTOZ .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  background: rgba(0, 0, 0, 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: #000000;
}
@media (max-width: 992px) {
  .cid-uR08ICMTOZ .container,
  .cid-uR08ICMTOZ .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uR08ICMTOZ .container,
  .cid-uR08ICMTOZ .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uR08ICMTOZ .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uR08ICMTOZ .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uR08ICMTOZ .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uR08ICMTOZ .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uR08ICMTOZ .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uR08ICMTOZ .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-uR08ICMTOZ .nav-item:focus,
.cid-uR08ICMTOZ .nav-link:focus {
  outline: none;
}
.cid-uR08ICMTOZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR08ICMTOZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR08ICMTOZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR08ICMTOZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR08ICMTOZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR08ICMTOZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR08ICMTOZ .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-uR08ICMTOZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uR08ICMTOZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uR08ICMTOZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uR08ICMTOZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uR08ICMTOZ .navbar.collapsed {
  justify-content: center;
}
.cid-uR08ICMTOZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR08ICMTOZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uR08ICMTOZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uR08ICMTOZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR08ICMTOZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR08ICMTOZ .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-uR08ICMTOZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR08ICMTOZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR08ICMTOZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uR08ICMTOZ .navbar {
    min-height: 72px;
  }
  .cid-uR08ICMTOZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uR08ICMTOZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR08ICMTOZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR08ICMTOZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR08ICMTOZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR08ICMTOZ .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-uR08ICMTOZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR08ICMTOZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uR08ICMTOZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR08ICMTOZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uR08ICMTOZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uR08ICMTOZ .dropdown-item.active,
.cid-uR08ICMTOZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uR08ICMTOZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR08ICMTOZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR08ICMTOZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR08ICMTOZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uR08ICMTOZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uR08ICMTOZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uR08ICMTOZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uR08ICMTOZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uR08ICMTOZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uR08ICMTOZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uR08ICMTOZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uR08ICMTOZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uR08ICMTOZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uR08ICMTOZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR08ICMTOZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR08ICMTOZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uR08ICMTOZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR08ICMTOZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR08ICMTOZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR08ICMTOZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR08ICMTOZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uR08ICMTOZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR08ICMTOZ .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-uR08ICMTOZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uR08ICMTOZ .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uR08ICMTOZ .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-uR08ICMTOZ .navbar {
    height: 70px;
  }
  .cid-uR08ICMTOZ .navbar.opened {
    height: auto;
  }
  .cid-uR08ICMTOZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR08ICMTOZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uR08ICMTOZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uR08ICMTOZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uR08ICMTOZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uR08ICMTOZ .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-uR08ICMTOZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uR08ICMTOZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uR08ICMTOZ .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uR08ICMTOZ .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uR08ICMTOZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uR08ICMTOZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uR08ICMTOZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uR08ICMTOZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uR08ICMTOZ .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-uR08ICMTOZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uR08ICMTOZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uR08ICMTOZ .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-uR08ICMTOZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uR08ICMTOZ .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-uR08ICMTOZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uR08ICMTOZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uR08ICMTOZ .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uR08ICMTOZ .content-wrap {
    display: block;
  }
}
.cid-uR08IE3Wlw {
  padding-top: 16rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/54-2000x857.jpg");
}
.cid-uR08IE3Wlw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR08IE3Wlw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR08IE3Wlw .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uR08IE3Wlw .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uR08IE3Wlw .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR08IE3Wlw .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uR08IE3Wlw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uR08IE3Wlw .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uR08IE3Wlw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uR08IE3Wlw .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uR08IE3Wlw .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uR08IE3Wlw .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uR08IE3Wlw .mbr-section-title {
  color: #f1f5eb;
}
.cid-uR08IE3Wlw .mbr-text,
.cid-uR08IE3Wlw .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uR08IE3Wlw .mbr-section-title,
.cid-uR08IE3Wlw .mbr-section-btn {
  text-align: center;
}
.cid-uR08IEKVjo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #81feb2;
}
.cid-uR08IEKVjo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR08IEKVjo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR08IEKVjo .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uR08IEKVjo .title-container {
    margin-bottom: 25px;
  }
}
.cid-uR08IEKVjo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR08IEKVjo .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uR08IEKVjo .mbr-text {
    margin-top: 24px;
  }
}
.cid-uR08IEKVjo .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uR08IEKVjo .tabl-container {
    margin-top: 25px;
  }
}
.cid-uR08IEKVjo .item-container {
  width: 100%;
  display: flex;
}
.cid-uR08IEKVjo .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-uR08IEKVjo .card-text {
  color: #272727;
  width: 100%;
}
.cid-uR08IFPs0B {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #81feb2;
  overflow: hidden;
}
.cid-uR08IFPs0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR08IFPs0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR08IFPs0B .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #81feb2, #ffffff);
  box-shadow: 10px 10px 19px #b71313, -10px -10px 19px #b71313;
}
@media (max-width: 767px) {
  .cid-uR08IFPs0B .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uR08IFPs0B .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uR08IFPs0B .card-title {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uR08IFPs0B .card-title {
    margin-bottom: 20px;
  }
}
.cid-uR08IFPs0B .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uR08IFPs0B .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uR08IFPs0B .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-uR08IHC0dh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #81feb2;
}
.cid-uR08IHC0dh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR08IHC0dh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR08IHC0dh .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uR08IHC0dh .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uR08IHC0dh .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uR08IHC0dh .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uR08IHC0dh .item {
    margin-bottom: 40px;
  }
}
.cid-uR08IHC0dh .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uR08IHC0dh .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uR08IHC0dh .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uR08IHC0dh .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uR08IHC0dh .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uR08IHC0dh .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uR08IHC0dh .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uR08IHC0dh .mbr-section-title,
.cid-uR08IHC0dh .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uR08IHC0dh .card-number {
  color: #f1f5eb;
}
.cid-uR08IHC0dh .card-title {
  color: #323432;
}
.cid-uR08IHC0dh .card-text {
  color: #323432;
}
.cid-uR08IHC0dh .card-title,
.cid-uR08IHC0dh .mbr-section-btn,
.cid-uR08IHC0dh .iconfont-wrapper DIV {
  text-align: center;
}
.cid-uR08IHC0dh .card-title,
.cid-uR08IHC0dh .mbr-section-btn,
.cid-uR08IHC0dh .iconfont-wrapper {
  color: #000000;
}
.cid-uR08IIVZ3x {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #81feb2;
}
.cid-uR08IIVZ3x .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-uR08IIVZ3x .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uR08IIVZ3x .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uR08IIVZ3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR08IIVZ3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR08IJKvsm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uR08IJKvsm {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uR08IJKvsm {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uR08IJKvsm .mbr-section-subtitle {
  text-align: left;
}
.cid-uR08IJKvsm .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uR08IJKvsm .mbr-text {
  text-align: left;
}
.cid-uR08IL56rQ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #81feb2;
}
.cid-uR08IL56rQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR08IL56rQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR08IL56rQ a {
  font-weight: 900;
}
.cid-uR08IL56rQ .row {
  flex-direction: row-reverse;
}
.cid-uR08IL56rQ .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uR08IL56rQ .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uR08IL56rQ .wrapper {
  background: #81feb2;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uR08IL56rQ .image-wrapper {
  padding: 0;
}
.cid-uR08IL56rQ .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR08IL56rQ .image-wrapper img {
    border-radius: 0;
  }
}
.cid-uR08IL56rQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR08IL56rQ .mbr-text,
.cid-uR08IL56rQ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uR08IMnuwQ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #81feb2;
}
.cid-uR08IMnuwQ .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-uR08IMnuwQ .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uR08IMnuwQ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uR08IMnuwQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR08IMnuwQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR08IN7M0f {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #81feb2;
}
.cid-uR08IN7M0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR08IN7M0f .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-uR08IN7M0f .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uR08IN7M0f .row {
  background: #81feb2;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uR08IN7M0f .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-uR08IN7M0f img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uR08IN7M0f img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uR08IN7M0f .image-wrapper {
    padding: 1rem;
  }
}
.cid-uR08IN7M0f .mbr-section-title {
  text-align: center;
}
.cid-uR08INZPR3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #81feb2;
}
.cid-uR08INZPR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR08INZPR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR08INZPR3 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uR08INZPR3 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uR08INZPR3 .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uR08INZPR3 .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uR08INZPR3 .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uR08INZPR3 .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #81feb2;
}
.cid-uR08INZPR3 .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uR08INZPR3 .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uR08INZPR3 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uR08INZPR3 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uR08INZPR3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uR08INZPR3 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #81feb2;
}
@media (max-width: 992px) {
  .cid-uR08INZPR3 .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uR08INZPR3 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uR08INZPR3 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uR08INZPR3 .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #000000;
}
.cid-uR08INZPR3 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uR08INZPR3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uR08INZPR3 .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uR08INZPR3 .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uR08INZPR3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uR08INZPR3 .mbr-section-title,
.cid-uR08INZPR3 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uR08INZPR3 .panel-title-edit {
  color: #323432;
}
.cid-uR08INZPR3 .panel-text {
  color: #323432;
}
.cid-uR08IPHSa3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uR08IPHSa3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uR08IPHSa3 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uR08IPHSa3 .mbr-section-subtitle {
  text-align: left;
}
.cid-uR08IPHSa3 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uR08IPHSa3 .mbr-text {
  text-align: left;
}
.cid-uR08IQAKJI {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #81feb2;
}
.cid-uR08IQAKJI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR08IQAKJI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR08IQAKJI .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uR08IQAKJI .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uR08IQAKJI .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR08IQAKJI .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uR08IQAKJI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uR08IQAKJI .card {
  justify-content: flex-end;
}
.cid-uR08IQAKJI .image-wrapper {
  padding-right: 240px;
}
@media (max-width: 1640px) {
  .cid-uR08IQAKJI .image-wrapper {
    padding-right: 140px;
  }
}
@media (max-width: 1440px) {
  .cid-uR08IQAKJI .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uR08IQAKJI .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uR08IQAKJI .image-wrapper img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR08IQAKJI .image-wrapper img {
    height: 300px;
  }
}
.cid-uR08IQAKJI .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR08IQAKJI .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uR08IQAKJI .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uR08IQAKJI .mbr-label {
  color: #000000;
}
.cid-uR08IQAKJI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR08IQAKJI .mbr-text {
  color: #000000;
}
.cid-uR0dAe4KAw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #81feb2;
}
.cid-uR0dAe4KAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0dAe4KAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0dAe4KAw .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uR0dAe4KAw .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uR0dAe4KAw .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #191b1f;
}
@media (max-width: 992px) {
  .cid-uR0dAe4KAw .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uR0dAe4KAw .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uR0dAe4KAw .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uR0dAe4KAw .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uR0dAe4KAw .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uR0dAe4KAw .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uR0dAe4KAw .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uR0dAe4KAw .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uR0dAe4KAw .mbr-section-title {
  color: #19171c;
}
.cid-uR0dAe4KAw .panel-title {
  color: #19171c;
}
.cid-uR0dAe4KAw .panel-text {
  color: #191b1f;
}
.cid-uR08IRkPiA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #81feb2;
}
.cid-uR08IRkPiA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR08IRkPiA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR08IRkPiA .card-wrapper {
  padding: 80px;
  background-color: #81feb2;
}
@media (max-width: 1440px) {
  .cid-uR08IRkPiA .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uR08IRkPiA .card-wrapper {
    padding: 0;
  }
}
.cid-uR08IRkPiA .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #000000;
}
@media (max-width: 992px) {
  .cid-uR08IRkPiA .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uR08IRkPiA .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uR08IScEWS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #81feb2;
}
.cid-uR08IScEWS .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #81feb2;
}
.cid-uR08IScEWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR08IScEWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR08IScEWS .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #81feb2;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uR08IScEWS .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uR08IScEWS .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #81feb2;
  border-right: none;
  border-left: 1px solid #81feb2;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 992px) {
  .cid-uR08IScEWS .card-wrapper .title-wrapper {
    border-left: none;
    border-bottom: 1px solid #81feb2;
  }
}
@media (max-width: 992px) {
  .cid-uR08IScEWS .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #81feb2;
  }
}
@media (max-width: 1640px) {
  .cid-uR08IScEWS .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uR08IScEWS .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
@media (max-width: 1640px) {
  .cid-uR08IScEWS .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uR08IScEWS .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uR08IScEWS .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uR08IScEWS .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uR08IScEWS .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uR08IScEWS .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uR08IScEWS .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
  padding: 40px 24px 40px 96px;
}
@media (max-width: 1640px) {
  .cid-uR08IScEWS .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uR08IScEWS .card-wrapper .content-wrap {
    padding: 40px 20px;
  }
}
@media (max-width: 1640px) {
  .cid-uR08IScEWS .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uR08IScEWS .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uR08IScEWS .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uR08IScEWS .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uR08IScEWS .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uR08IScEWS .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uR08IScEWS .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uR08IScEWS .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uR08IScEWS .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uR08IScEWS .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uR08IScEWS .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uR08IScEWS .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uR08IScEWS .mbr-section-title {
  color: #150764;
}
.cid-uR08IScEWS .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-uR08IScEWS .list {
  color: #150764;
}
.cid-uR08IScEWS .list,
.cid-uR08IScEWS .item-wrap {
  color: #000000;
}
.cid-uR08IScEWS .mbr-section-title,
.cid-uR08IScEWS .mbr-section-btn,
.cid-uR08IScEWS .logo-wrapper {
  text-align: right;
}
.cid-uR08IScEWS .mbr-copy {
  text-align: right;
}
.cid-uR0foEfUlQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uR0foEfUlQ .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-uR0foEfUlQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uR0foEfUlQ .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-uR0foEfUlQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uR0foEfUlQ .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uR0foEfUlQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR0foEfUlQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR0foEfUlQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uR0foEfUlQ .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uR0foEfUlQ .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uR0foEfUlQ .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uR0foEfUlQ .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uR0foEfUlQ .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uR0foEfUlQ .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uR0foEfUlQ .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uR0foEfUlQ .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uR0foEfUlQ .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-uR0foEfUlQ .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uR0foEfUlQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uR0foEfUlQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uR0foEfUlQ .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #000000;
}
.cid-uR0foEfUlQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uR0foEfUlQ .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uR0foEfUlQ .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uR0foEfUlQ .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uR0foEfUlQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uR0foEfUlQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uR0foEfUlQ .container,
.cid-uR0foEfUlQ .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  background: rgba(0, 0, 0, 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: #000000;
}
@media (max-width: 992px) {
  .cid-uR0foEfUlQ .container,
  .cid-uR0foEfUlQ .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uR0foEfUlQ .container,
  .cid-uR0foEfUlQ .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uR0foEfUlQ .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uR0foEfUlQ .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uR0foEfUlQ .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uR0foEfUlQ .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uR0foEfUlQ .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uR0foEfUlQ .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-uR0foEfUlQ .nav-item:focus,
.cid-uR0foEfUlQ .nav-link:focus {
  outline: none;
}
.cid-uR0foEfUlQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR0foEfUlQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR0foEfUlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR0foEfUlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR0foEfUlQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR0foEfUlQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR0foEfUlQ .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-uR0foEfUlQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uR0foEfUlQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uR0foEfUlQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uR0foEfUlQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uR0foEfUlQ .navbar.collapsed {
  justify-content: center;
}
.cid-uR0foEfUlQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR0foEfUlQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uR0foEfUlQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uR0foEfUlQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR0foEfUlQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR0foEfUlQ .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-uR0foEfUlQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR0foEfUlQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR0foEfUlQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uR0foEfUlQ .navbar {
    min-height: 72px;
  }
  .cid-uR0foEfUlQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uR0foEfUlQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR0foEfUlQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR0foEfUlQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR0foEfUlQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR0foEfUlQ .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-uR0foEfUlQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR0foEfUlQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uR0foEfUlQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR0foEfUlQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uR0foEfUlQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uR0foEfUlQ .dropdown-item.active,
.cid-uR0foEfUlQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uR0foEfUlQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR0foEfUlQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR0foEfUlQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR0foEfUlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uR0foEfUlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uR0foEfUlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uR0foEfUlQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uR0foEfUlQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uR0foEfUlQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uR0foEfUlQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uR0foEfUlQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uR0foEfUlQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uR0foEfUlQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uR0foEfUlQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR0foEfUlQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR0foEfUlQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uR0foEfUlQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR0foEfUlQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR0foEfUlQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR0foEfUlQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR0foEfUlQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uR0foEfUlQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR0foEfUlQ .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-uR0foEfUlQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uR0foEfUlQ .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uR0foEfUlQ .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-uR0foEfUlQ .navbar {
    height: 70px;
  }
  .cid-uR0foEfUlQ .navbar.opened {
    height: auto;
  }
  .cid-uR0foEfUlQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR0foEfUlQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uR0foEfUlQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uR0foEfUlQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uR0foEfUlQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uR0foEfUlQ .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-uR0foEfUlQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uR0foEfUlQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uR0foEfUlQ .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uR0foEfUlQ .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uR0foEfUlQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uR0foEfUlQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uR0foEfUlQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uR0foEfUlQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uR0foEfUlQ .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-uR0foEfUlQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uR0foEfUlQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uR0foEfUlQ .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-uR0foEfUlQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uR0foEfUlQ .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-uR0foEfUlQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uR0foEfUlQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uR0foEfUlQ .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uR0foEfUlQ .content-wrap {
    display: block;
  }
}
.cid-uR0foFjrmf {
  padding-top: 16rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/56-1366x768.jpg");
}
.cid-uR0foFjrmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0foFjrmf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0foFjrmf .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uR0foFjrmf .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uR0foFjrmf .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR0foFjrmf .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uR0foFjrmf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uR0foFjrmf .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uR0foFjrmf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uR0foFjrmf .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uR0foFjrmf .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uR0foFjrmf .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uR0foFjrmf .mbr-section-title {
  color: #f1f5eb;
}
.cid-uR0foFjrmf .mbr-text,
.cid-uR0foFjrmf .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uR0foFjrmf .mbr-section-title,
.cid-uR0foFjrmf .mbr-section-btn {
  text-align: center;
}
.cid-uR0foGbDLV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #81feb2;
}
.cid-uR0foGbDLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0foGbDLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0foGbDLV .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uR0foGbDLV .title-container {
    margin-bottom: 25px;
  }
}
.cid-uR0foGbDLV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR0foGbDLV .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uR0foGbDLV .mbr-text {
    margin-top: 24px;
  }
}
.cid-uR0foGbDLV .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uR0foGbDLV .tabl-container {
    margin-top: 25px;
  }
}
.cid-uR0foGbDLV .item-container {
  width: 100%;
  display: flex;
}
.cid-uR0foGbDLV .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-uR0foGbDLV .card-text {
  color: #272727;
  width: 100%;
}
.cid-uR0foGRvn5 {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #81feb2;
  overflow: hidden;
}
.cid-uR0foGRvn5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0foGRvn5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0foGRvn5 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #81feb2, #ffffff);
  box-shadow: 10px 10px 19px #b71313, -10px -10px 19px #b71313;
}
@media (max-width: 767px) {
  .cid-uR0foGRvn5 .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uR0foGRvn5 .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uR0foGRvn5 .card-title {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uR0foGRvn5 .card-title {
    margin-bottom: 20px;
  }
}
.cid-uR0foGRvn5 .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uR0foGRvn5 .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uR0foGRvn5 .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-uR0foHFJ73 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #81feb2;
}
.cid-uR0foHFJ73 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0foHFJ73 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0foHFJ73 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uR0foHFJ73 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uR0foHFJ73 .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uR0foHFJ73 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uR0foHFJ73 .item {
    margin-bottom: 40px;
  }
}
.cid-uR0foHFJ73 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uR0foHFJ73 .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uR0foHFJ73 .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uR0foHFJ73 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uR0foHFJ73 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uR0foHFJ73 .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uR0foHFJ73 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uR0foHFJ73 .mbr-section-title,
.cid-uR0foHFJ73 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uR0foHFJ73 .card-number {
  color: #f1f5eb;
}
.cid-uR0foHFJ73 .card-title {
  color: #323432;
}
.cid-uR0foHFJ73 .card-text {
  color: #323432;
}
.cid-uR0foHFJ73 .card-title,
.cid-uR0foHFJ73 .mbr-section-btn,
.cid-uR0foHFJ73 .iconfont-wrapper DIV {
  text-align: center;
}
.cid-uR0foHFJ73 .card-title,
.cid-uR0foHFJ73 .mbr-section-btn,
.cid-uR0foHFJ73 .iconfont-wrapper {
  color: #000000;
}
.cid-uR0foIBciV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #81feb2;
}
.cid-uR0foIBciV .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-uR0foIBciV .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uR0foIBciV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uR0foIBciV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0foIBciV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0lgEMueo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #81feb2;
}
.cid-uR0lgEMueo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0lgEMueo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0lgEMueo .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uR0lgEMueo .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uR0lgEMueo .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uR0lgEMueo .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uR0lgEMueo .container {
    padding: 0 24px;
  }
}
.cid-uR0lgEMueo .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uR0lgEMueo .image-wrapper img {
    height: 400px;
  }
}
.cid-uR0foJKSHJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uR0foJKSHJ {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uR0foJKSHJ {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uR0foJKSHJ .mbr-section-subtitle {
  text-align: left;
}
.cid-uR0foJKSHJ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uR0foJKSHJ .mbr-text {
  text-align: left;
}
.cid-uR0foKzkTg {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #81feb2;
}
.cid-uR0foKzkTg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0foKzkTg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0foKzkTg a {
  font-weight: 900;
}
.cid-uR0foKzkTg .row {
  flex-direction: row-reverse;
}
.cid-uR0foKzkTg .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uR0foKzkTg .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uR0foKzkTg .wrapper {
  background: #81feb2;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uR0foKzkTg .image-wrapper {
  padding: 0;
}
.cid-uR0foKzkTg .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR0foKzkTg .image-wrapper img {
    border-radius: 0;
  }
}
.cid-uR0foKzkTg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR0foKzkTg .mbr-text,
.cid-uR0foKzkTg .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uR0foLrt03 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #81feb2;
}
.cid-uR0foLrt03 .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-uR0foLrt03 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uR0foLrt03 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uR0foLrt03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0foLrt03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0foMeMfi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #81feb2;
}
.cid-uR0foMeMfi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0foMeMfi .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-uR0foMeMfi .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uR0foMeMfi .row {
  background: #81feb2;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uR0foMeMfi .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-uR0foMeMfi img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uR0foMeMfi img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uR0foMeMfi .image-wrapper {
    padding: 1rem;
  }
}
.cid-uR0foMeMfi .mbr-section-title {
  text-align: center;
}
.cid-uR0foN9S2s {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #81feb2;
}
.cid-uR0foN9S2s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0foN9S2s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0foN9S2s .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uR0foN9S2s .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uR0foN9S2s .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uR0foN9S2s .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uR0foN9S2s .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uR0foN9S2s .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #81feb2;
}
.cid-uR0foN9S2s .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uR0foN9S2s .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uR0foN9S2s .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uR0foN9S2s .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uR0foN9S2s .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uR0foN9S2s .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #81feb2;
}
@media (max-width: 992px) {
  .cid-uR0foN9S2s .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uR0foN9S2s .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uR0foN9S2s .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uR0foN9S2s .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #000000;
}
.cid-uR0foN9S2s .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uR0foN9S2s .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uR0foN9S2s .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uR0foN9S2s .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uR0foN9S2s .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uR0foN9S2s .mbr-section-title,
.cid-uR0foN9S2s .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uR0foN9S2s .panel-title-edit {
  color: #323432;
}
.cid-uR0foN9S2s .panel-text {
  color: #323432;
}
.cid-uR0foOi0Hf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uR0foOi0Hf {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uR0foOi0Hf {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uR0foOi0Hf .mbr-section-subtitle {
  text-align: left;
}
.cid-uR0foOi0Hf .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uR0foOi0Hf .mbr-text {
  text-align: left;
}
.cid-uR0foPFmmh {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #81feb2;
}
.cid-uR0foPFmmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0foPFmmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0foPFmmh .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uR0foPFmmh .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uR0foPFmmh .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR0foPFmmh .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uR0foPFmmh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uR0foPFmmh .card {
  justify-content: flex-end;
}
.cid-uR0foPFmmh .image-wrapper {
  padding-right: 240px;
}
@media (max-width: 1640px) {
  .cid-uR0foPFmmh .image-wrapper {
    padding-right: 140px;
  }
}
@media (max-width: 1440px) {
  .cid-uR0foPFmmh .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uR0foPFmmh .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uR0foPFmmh .image-wrapper img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR0foPFmmh .image-wrapper img {
    height: 300px;
  }
}
.cid-uR0foPFmmh .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR0foPFmmh .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uR0foPFmmh .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uR0foPFmmh .mbr-label {
  color: #000000;
}
.cid-uR0foPFmmh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR0foPFmmh .mbr-text {
  color: #000000;
}
.cid-uR0foT6KG4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #81feb2;
}
.cid-uR0foT6KG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0foT6KG4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0foT6KG4 .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uR0foT6KG4 .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uR0foT6KG4 .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #191b1f;
}
@media (max-width: 992px) {
  .cid-uR0foT6KG4 .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uR0foT6KG4 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uR0foT6KG4 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uR0foT6KG4 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uR0foT6KG4 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uR0foT6KG4 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uR0foT6KG4 .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uR0foT6KG4 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uR0foT6KG4 .mbr-section-title {
  color: #19171c;
}
.cid-uR0foT6KG4 .panel-title {
  color: #19171c;
}
.cid-uR0foT6KG4 .panel-text {
  color: #191b1f;
}
.cid-uR0foVv8Oz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #81feb2;
}
.cid-uR0foVv8Oz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0foVv8Oz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0foVv8Oz .card-wrapper {
  padding: 80px;
  background-color: #81feb2;
}
@media (max-width: 1440px) {
  .cid-uR0foVv8Oz .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uR0foVv8Oz .card-wrapper {
    padding: 0;
  }
}
.cid-uR0foVv8Oz .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #000000;
}
@media (max-width: 992px) {
  .cid-uR0foVv8Oz .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uR0foVv8Oz .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uR0foX2ygl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #81feb2;
}
.cid-uR0foX2ygl .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #81feb2;
}
.cid-uR0foX2ygl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0foX2ygl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0foX2ygl .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #81feb2;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uR0foX2ygl .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uR0foX2ygl .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #81feb2;
  border-right: none;
  border-left: 1px solid #81feb2;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 992px) {
  .cid-uR0foX2ygl .card-wrapper .title-wrapper {
    border-left: none;
    border-bottom: 1px solid #81feb2;
  }
}
@media (max-width: 992px) {
  .cid-uR0foX2ygl .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #81feb2;
  }
}
@media (max-width: 1640px) {
  .cid-uR0foX2ygl .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uR0foX2ygl .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
@media (max-width: 1640px) {
  .cid-uR0foX2ygl .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uR0foX2ygl .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uR0foX2ygl .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uR0foX2ygl .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uR0foX2ygl .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uR0foX2ygl .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uR0foX2ygl .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
  padding: 40px 24px 40px 96px;
}
@media (max-width: 1640px) {
  .cid-uR0foX2ygl .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uR0foX2ygl .card-wrapper .content-wrap {
    padding: 40px 20px;
  }
}
@media (max-width: 1640px) {
  .cid-uR0foX2ygl .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uR0foX2ygl .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uR0foX2ygl .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uR0foX2ygl .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uR0foX2ygl .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uR0foX2ygl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uR0foX2ygl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uR0foX2ygl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uR0foX2ygl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uR0foX2ygl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uR0foX2ygl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uR0foX2ygl .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uR0foX2ygl .mbr-section-title {
  color: #150764;
}
.cid-uR0foX2ygl .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-uR0foX2ygl .list {
  color: #150764;
}
.cid-uR0foX2ygl .list,
.cid-uR0foX2ygl .item-wrap {
  color: #000000;
}
.cid-uR0foX2ygl .mbr-section-title,
.cid-uR0foX2ygl .mbr-section-btn,
.cid-uR0foX2ygl .logo-wrapper {
  text-align: right;
}
.cid-uR0foX2ygl .mbr-copy {
  text-align: right;
}
.cid-uR0lFmYW8W {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uR0lFmYW8W .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-uR0lFmYW8W .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uR0lFmYW8W .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-uR0lFmYW8W .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uR0lFmYW8W .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uR0lFmYW8W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR0lFmYW8W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR0lFmYW8W .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uR0lFmYW8W .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uR0lFmYW8W .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uR0lFmYW8W .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uR0lFmYW8W .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uR0lFmYW8W .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uR0lFmYW8W .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uR0lFmYW8W .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uR0lFmYW8W .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uR0lFmYW8W .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-uR0lFmYW8W .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uR0lFmYW8W .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uR0lFmYW8W .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uR0lFmYW8W .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #000000;
}
.cid-uR0lFmYW8W .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uR0lFmYW8W .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uR0lFmYW8W .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uR0lFmYW8W .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uR0lFmYW8W .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uR0lFmYW8W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uR0lFmYW8W .container,
.cid-uR0lFmYW8W .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  background: rgba(0, 0, 0, 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: #000000;
}
@media (max-width: 992px) {
  .cid-uR0lFmYW8W .container,
  .cid-uR0lFmYW8W .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uR0lFmYW8W .container,
  .cid-uR0lFmYW8W .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uR0lFmYW8W .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uR0lFmYW8W .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uR0lFmYW8W .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uR0lFmYW8W .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uR0lFmYW8W .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uR0lFmYW8W .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-uR0lFmYW8W .nav-item:focus,
.cid-uR0lFmYW8W .nav-link:focus {
  outline: none;
}
.cid-uR0lFmYW8W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR0lFmYW8W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR0lFmYW8W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR0lFmYW8W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR0lFmYW8W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR0lFmYW8W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR0lFmYW8W .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-uR0lFmYW8W .navbar.opened {
  transition: all 0.3s;
}
.cid-uR0lFmYW8W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uR0lFmYW8W .navbar .navbar-logo img {
  width: auto;
}
.cid-uR0lFmYW8W .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uR0lFmYW8W .navbar.collapsed {
  justify-content: center;
}
.cid-uR0lFmYW8W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR0lFmYW8W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uR0lFmYW8W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uR0lFmYW8W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR0lFmYW8W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR0lFmYW8W .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-uR0lFmYW8W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR0lFmYW8W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR0lFmYW8W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uR0lFmYW8W .navbar {
    min-height: 72px;
  }
  .cid-uR0lFmYW8W .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uR0lFmYW8W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR0lFmYW8W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR0lFmYW8W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR0lFmYW8W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR0lFmYW8W .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-uR0lFmYW8W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR0lFmYW8W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uR0lFmYW8W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR0lFmYW8W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uR0lFmYW8W .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uR0lFmYW8W .dropdown-item.active,
.cid-uR0lFmYW8W .dropdown-item:active {
  background-color: transparent;
}
.cid-uR0lFmYW8W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR0lFmYW8W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR0lFmYW8W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR0lFmYW8W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uR0lFmYW8W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uR0lFmYW8W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uR0lFmYW8W .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uR0lFmYW8W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uR0lFmYW8W .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uR0lFmYW8W .navbar-buttons {
    text-align: left;
  }
}
.cid-uR0lFmYW8W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uR0lFmYW8W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uR0lFmYW8W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uR0lFmYW8W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR0lFmYW8W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR0lFmYW8W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uR0lFmYW8W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR0lFmYW8W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR0lFmYW8W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR0lFmYW8W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR0lFmYW8W .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uR0lFmYW8W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR0lFmYW8W .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-uR0lFmYW8W .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uR0lFmYW8W .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uR0lFmYW8W .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-uR0lFmYW8W .navbar {
    height: 70px;
  }
  .cid-uR0lFmYW8W .navbar.opened {
    height: auto;
  }
  .cid-uR0lFmYW8W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR0lFmYW8W .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uR0lFmYW8W .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uR0lFmYW8W .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uR0lFmYW8W .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uR0lFmYW8W .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-uR0lFmYW8W .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uR0lFmYW8W .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uR0lFmYW8W .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uR0lFmYW8W .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uR0lFmYW8W .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uR0lFmYW8W .navbar-brand {
    margin-right: auto;
  }
  .cid-uR0lFmYW8W .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uR0lFmYW8W .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uR0lFmYW8W .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-uR0lFmYW8W .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uR0lFmYW8W .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uR0lFmYW8W .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-uR0lFmYW8W .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uR0lFmYW8W .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-uR0lFmYW8W .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uR0lFmYW8W .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uR0lFmYW8W .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uR0lFmYW8W .content-wrap {
    display: block;
  }
}
.cid-uR0lFo4Ih4 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/58-2000x1334.jpg");
}
.cid-uR0lFo4Ih4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0lFo4Ih4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0lFo4Ih4 .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uR0lFo4Ih4 .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uR0lFo4Ih4 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR0lFo4Ih4 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uR0lFo4Ih4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uR0lFo4Ih4 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uR0lFo4Ih4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uR0lFo4Ih4 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uR0lFo4Ih4 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uR0lFo4Ih4 .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uR0lFo4Ih4 .mbr-section-title {
  color: #f1f5eb;
}
.cid-uR0lFo4Ih4 .mbr-text,
.cid-uR0lFo4Ih4 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uR0lFo4Ih4 .mbr-section-title,
.cid-uR0lFo4Ih4 .mbr-section-btn {
  text-align: center;
}
.cid-uR0lFoTt6X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #81feb2;
}
.cid-uR0lFoTt6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0lFoTt6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0lFoTt6X .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uR0lFoTt6X .title-container {
    margin-bottom: 25px;
  }
}
.cid-uR0lFoTt6X .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR0lFoTt6X .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uR0lFoTt6X .mbr-text {
    margin-top: 24px;
  }
}
.cid-uR0lFoTt6X .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uR0lFoTt6X .tabl-container {
    margin-top: 25px;
  }
}
.cid-uR0lFoTt6X .item-container {
  width: 100%;
  display: flex;
}
.cid-uR0lFoTt6X .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-uR0lFoTt6X .card-text {
  color: #272727;
  width: 100%;
}
.cid-uR0lFpTFe5 {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #81feb2;
  overflow: hidden;
}
.cid-uR0lFpTFe5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0lFpTFe5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0lFpTFe5 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #81feb2, #ffffff);
  box-shadow: 10px 10px 19px #b71313, -10px -10px 19px #b71313;
}
@media (max-width: 767px) {
  .cid-uR0lFpTFe5 .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uR0lFpTFe5 .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uR0lFpTFe5 .card-title {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uR0lFpTFe5 .card-title {
    margin-bottom: 20px;
  }
}
.cid-uR0lFpTFe5 .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uR0lFpTFe5 .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uR0lFpTFe5 .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-uR0lFqI1uV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #81feb2;
}
.cid-uR0lFqI1uV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0lFqI1uV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0lFqI1uV .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uR0lFqI1uV .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uR0lFqI1uV .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uR0lFqI1uV .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uR0lFqI1uV .item {
    margin-bottom: 40px;
  }
}
.cid-uR0lFqI1uV .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uR0lFqI1uV .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uR0lFqI1uV .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uR0lFqI1uV .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uR0lFqI1uV .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uR0lFqI1uV .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uR0lFqI1uV .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uR0lFqI1uV .mbr-section-title,
.cid-uR0lFqI1uV .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uR0lFqI1uV .card-number {
  color: #f1f5eb;
}
.cid-uR0lFqI1uV .card-title {
  color: #323432;
}
.cid-uR0lFqI1uV .card-text {
  color: #323432;
}
.cid-uR0lFqI1uV .card-title,
.cid-uR0lFqI1uV .mbr-section-btn,
.cid-uR0lFqI1uV .iconfont-wrapper DIV {
  text-align: center;
}
.cid-uR0lFqI1uV .card-title,
.cid-uR0lFqI1uV .mbr-section-btn,
.cid-uR0lFqI1uV .iconfont-wrapper {
  color: #000000;
}
.cid-uR0lFrU9i9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #81feb2;
}
.cid-uR0lFrU9i9 .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-uR0lFrU9i9 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uR0lFrU9i9 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uR0lFrU9i9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0lFrU9i9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0lFtwVAC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uR0lFtwVAC {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uR0lFtwVAC {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uR0lFtwVAC .mbr-section-subtitle {
  text-align: left;
}
.cid-uR0lFtwVAC .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uR0lFtwVAC .mbr-text {
  text-align: left;
}
.cid-uR0lFunGSn {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #81feb2;
}
.cid-uR0lFunGSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0lFunGSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0lFunGSn a {
  font-weight: 900;
}
.cid-uR0lFunGSn .row {
  flex-direction: row-reverse;
}
.cid-uR0lFunGSn .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uR0lFunGSn .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uR0lFunGSn .wrapper {
  background: #81feb2;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uR0lFunGSn .image-wrapper {
  padding: 0;
}
.cid-uR0lFunGSn .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR0lFunGSn .image-wrapper img {
    border-radius: 0;
  }
}
.cid-uR0lFunGSn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR0lFunGSn .mbr-text,
.cid-uR0lFunGSn .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uR0lFvyKot {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #81feb2;
}
.cid-uR0lFvyKot .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-uR0lFvyKot .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uR0lFvyKot .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uR0lFvyKot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0lFvyKot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0lFwQqfw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #81feb2;
}
.cid-uR0lFwQqfw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0lFwQqfw .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-uR0lFwQqfw .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uR0lFwQqfw .row {
  background: #81feb2;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uR0lFwQqfw .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-uR0lFwQqfw img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uR0lFwQqfw img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uR0lFwQqfw .image-wrapper {
    padding: 1rem;
  }
}
.cid-uR0lFwQqfw .mbr-section-title {
  text-align: center;
}
.cid-uR0lFypVgY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #81feb2;
}
.cid-uR0lFypVgY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0lFypVgY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0lFypVgY .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uR0lFypVgY .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uR0lFypVgY .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uR0lFypVgY .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uR0lFypVgY .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uR0lFypVgY .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #81feb2;
}
.cid-uR0lFypVgY .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uR0lFypVgY .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uR0lFypVgY .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uR0lFypVgY .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uR0lFypVgY .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uR0lFypVgY .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #81feb2;
}
@media (max-width: 992px) {
  .cid-uR0lFypVgY .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uR0lFypVgY .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uR0lFypVgY .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uR0lFypVgY .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #000000;
}
.cid-uR0lFypVgY .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uR0lFypVgY .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uR0lFypVgY .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uR0lFypVgY .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uR0lFypVgY .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uR0lFypVgY .mbr-section-title,
.cid-uR0lFypVgY .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uR0lFypVgY .panel-title-edit {
  color: #323432;
}
.cid-uR0lFypVgY .panel-text {
  color: #323432;
}
.cid-uR0lFzDQfw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uR0lFzDQfw {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uR0lFzDQfw {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uR0lFzDQfw .mbr-section-subtitle {
  text-align: left;
}
.cid-uR0lFzDQfw .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uR0lFzDQfw .mbr-text {
  text-align: left;
}
.cid-uR0lFAxdxj {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #81feb2;
}
.cid-uR0lFAxdxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0lFAxdxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0lFAxdxj .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uR0lFAxdxj .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uR0lFAxdxj .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR0lFAxdxj .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uR0lFAxdxj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uR0lFAxdxj .card {
  justify-content: flex-end;
}
.cid-uR0lFAxdxj .image-wrapper {
  padding-right: 240px;
}
@media (max-width: 1640px) {
  .cid-uR0lFAxdxj .image-wrapper {
    padding-right: 140px;
  }
}
@media (max-width: 1440px) {
  .cid-uR0lFAxdxj .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uR0lFAxdxj .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uR0lFAxdxj .image-wrapper img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR0lFAxdxj .image-wrapper img {
    height: 300px;
  }
}
.cid-uR0lFAxdxj .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR0lFAxdxj .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uR0lFAxdxj .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uR0lFAxdxj .mbr-label {
  color: #000000;
}
.cid-uR0lFAxdxj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR0lFAxdxj .mbr-text {
  color: #000000;
}
.cid-uR0lFBv5Wo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #81feb2;
}
.cid-uR0lFBv5Wo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0lFBv5Wo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0lFBv5Wo .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uR0lFBv5Wo .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uR0lFBv5Wo .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #191b1f;
}
@media (max-width: 992px) {
  .cid-uR0lFBv5Wo .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uR0lFBv5Wo .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uR0lFBv5Wo .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uR0lFBv5Wo .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uR0lFBv5Wo .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uR0lFBv5Wo .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uR0lFBv5Wo .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uR0lFBv5Wo .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uR0lFBv5Wo .mbr-section-title {
  color: #19171c;
}
.cid-uR0lFBv5Wo .panel-title {
  color: #19171c;
}
.cid-uR0lFBv5Wo .panel-text {
  color: #191b1f;
}
.cid-uR0lFCwAKK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #81feb2;
}
.cid-uR0lFCwAKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0lFCwAKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0lFCwAKK .card-wrapper {
  padding: 80px;
  background-color: #81feb2;
}
@media (max-width: 1440px) {
  .cid-uR0lFCwAKK .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uR0lFCwAKK .card-wrapper {
    padding: 0;
  }
}
.cid-uR0lFCwAKK .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #000000;
}
@media (max-width: 992px) {
  .cid-uR0lFCwAKK .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uR0lFCwAKK .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uR0lFDn6HT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #81feb2;
}
.cid-uR0lFDn6HT .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #81feb2;
}
.cid-uR0lFDn6HT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0lFDn6HT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0lFDn6HT .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #81feb2;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uR0lFDn6HT .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uR0lFDn6HT .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #81feb2;
  border-right: none;
  border-left: 1px solid #81feb2;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 992px) {
  .cid-uR0lFDn6HT .card-wrapper .title-wrapper {
    border-left: none;
    border-bottom: 1px solid #81feb2;
  }
}
@media (max-width: 992px) {
  .cid-uR0lFDn6HT .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #81feb2;
  }
}
@media (max-width: 1640px) {
  .cid-uR0lFDn6HT .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uR0lFDn6HT .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
@media (max-width: 1640px) {
  .cid-uR0lFDn6HT .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uR0lFDn6HT .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uR0lFDn6HT .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uR0lFDn6HT .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uR0lFDn6HT .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uR0lFDn6HT .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uR0lFDn6HT .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
  padding: 40px 24px 40px 96px;
}
@media (max-width: 1640px) {
  .cid-uR0lFDn6HT .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uR0lFDn6HT .card-wrapper .content-wrap {
    padding: 40px 20px;
  }
}
@media (max-width: 1640px) {
  .cid-uR0lFDn6HT .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uR0lFDn6HT .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uR0lFDn6HT .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uR0lFDn6HT .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uR0lFDn6HT .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uR0lFDn6HT .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uR0lFDn6HT .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uR0lFDn6HT .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uR0lFDn6HT .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uR0lFDn6HT .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uR0lFDn6HT .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uR0lFDn6HT .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uR0lFDn6HT .mbr-section-title {
  color: #150764;
}
.cid-uR0lFDn6HT .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-uR0lFDn6HT .list {
  color: #150764;
}
.cid-uR0lFDn6HT .list,
.cid-uR0lFDn6HT .item-wrap {
  color: #000000;
}
.cid-uR0lFDn6HT .mbr-section-title,
.cid-uR0lFDn6HT .mbr-section-btn,
.cid-uR0lFDn6HT .logo-wrapper {
  text-align: right;
}
.cid-uR0lFDn6HT .mbr-copy {
  text-align: right;
}
