.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: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f70fff !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: #a200a8;
  background-color: #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #f70fff !important;
  border-color: #f70fff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f942ff !important;
  border-color: #f942ff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f942ff !important;
  border-color: #f942ff !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 #f70fff;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f70fff;
  color: #f70fff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b100b7 !important;
  background-color: transparent !important;
  border-color: #b100b7 !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 #b100b7;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f70fff !important;
  border-color: #f70fff !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: #f70fff !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: #a200a8 !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: #f70fff;
}
.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: #f70fff;
  border-color: #f70fff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f70fff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fedbff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #54b06f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f9fadd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff1212;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f70fff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #f70fff;
}
/* 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: #f70fff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f70fff;
}
.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: #f70fff;
  border-bottom-color: #f70fff;
}
.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: #f70fff !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='%23f70fff' %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: #ffffff;
}
.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;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@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 - 4.8rem);
  }
}
.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: #ffffff;
    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-uQQwlMftCu {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #ffae81;
}
.cid-uQQwlMftCu .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uQQwlMftCu .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uQQwlMftCu .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQQwlMftCu .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffae81;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uQQwlMftCu .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uQQwlMftCu .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uQQwlMftCu .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f4a477;
  pointer-events: none;
}
.cid-uQQwlMftCu .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f4a477;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uQQwlMftCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQwlMftCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQwlMftCu .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uQQwlMftCu .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uQQwlMftCu .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uQQwlMftCu .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uQQwlMftCu .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uQQwlMftCu .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uQQwlMftCu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQQwlMftCu .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uQQwlMftCu .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uQQwlMftCu .mbr-section-title {
  color: #323432;
}
.cid-uQQwlMftCu .mbr-text,
.cid-uQQwlMftCu .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uQQwlMftCu .mbr-section-title,
.cid-uQQwlMftCu .mbr-section-btn,
.cid-uQQwlMftCu .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uQQE7hxZsK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQQE7hxZsK .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uQQE7hxZsK .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uQQE7hxZsK .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-uQQE7hxZsK .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #f4a477;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQOvAcw1g4 {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  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, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #ffae81, -10px -10px 19px #ffffff;
}
@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-uQQwR6VXck {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQQwR6VXck .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQwR6VXck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQwR6VXck .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQQwR6VXck .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQQwR6VXck .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQQwR6VXck .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uQQwR6VXck .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQQwR6VXck .card {
  justify-content: flex-end;
}
.cid-uQQwR6VXck .image-wrapper {
  padding-right: 240px;
}
@media (max-width: 1640px) {
  .cid-uQQwR6VXck .image-wrapper {
    padding-right: 140px;
  }
}
@media (max-width: 1440px) {
  .cid-uQQwR6VXck .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uQQwR6VXck .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uQQwR6VXck .image-wrapper img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQQwR6VXck .image-wrapper img {
    height: 300px;
  }
}
.cid-uQQwR6VXck .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQQwR6VXck .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uQQwR6VXck .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQQwR6VXck .mbr-label {
  color: #000000;
}
.cid-uQQwR6VXck .mbr-section-title {
  color: #000000;
}
.cid-uQQwR6VXck .mbr-text {
  color: #000000;
}
.cid-uNkpCEY3cU {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f4a477;
}
.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-uQOwuHnpri {
  padding-top: 7rem;
  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: 3.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uQOwuHnpri {
    padding-top: 2.1rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uQOwuHnpri .mbr-section-subtitle {
  text-align: left;
}
.cid-uQOwuHnpri .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uQOwuHnpri .mbr-text {
  text-align: left;
}
.cid-uQQxkHM4ig {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQQxkHM4ig .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQxkHM4ig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQxkHM4ig .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQQxkHM4ig .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQQxkHM4ig .container {
    padding: 0 12px;
  }
}
.cid-uQQxkHM4ig .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQQxkHM4ig .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQQxkHM4ig .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #f4a477;
  box-shadow: 4px 4px #f4a477;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQQxkHM4ig .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uQQxkHM4ig .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uQQxkHM4ig .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uQQxkHM4ig .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uQQxkHM4ig .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uQQxkHM4ig .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uQQxkHM4ig .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uQQxkHM4ig .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uQQxkHM4ig .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uQQxkHM4ig .mbr-section-subtitle {
  color: #222222;
}
.cid-uQQxkHM4ig .mbr-text {
  color: #222222;
  text-align: left;
}
.cid-uQQxkHM4ig .list {
  color: #222222;
}
.cid-uQOwkgA821 {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uQOwkgA821 .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-uQOwkgA821 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uQOwkgA821 .mbr-section-title {
  text-align: left;
  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-uQQzDRCBUX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uQQzDRCBUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQzDRCBUX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQzDRCBUX p {
  line-height: 2;
}
.cid-uQQzDRCBUX a:hover {
  text-decoration: underline;
}
.cid-uQQzDRCBUX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.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-uQQyoQiKcd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f4a477;
}
.cid-uQQyoQiKcd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQyoQiKcd .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-uQQyoQiKcd .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-uQQyoQiKcd .container {
    padding: 0 4px;
  }
}
.cid-uQQyoQiKcd .row {
  margin: 0;
}
.cid-uQQyoQiKcd .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQQyoQiKcd .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQQyoQiKcd .row .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uQQyoQiKcd .row .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uQQyoQiKcd .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uQQyoQiKcd .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uQQyoQiKcd .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uQQyoQiKcd .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uQQyoQiKcd .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uQQyoQiKcd .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQQyoQiKcd .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uQQyoQiKcd .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQQyoQiKcd .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uQQyoQiKcd .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uQQyoQiKcd .panel-title-edit,
.cid-uQQyoQiKcd .mbr-iconfont {
  color: #000000;
}
.cid-uQQyoQiKcd .mbr-text {
  color: #ffffff;
}
.cid-uQOUyXScok {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uQOUyXScok .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQOUyXScok .text-wrapper {
  padding: 2rem 1rem;
}
.cid-uQOUyXScok img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQOUyXScok .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQOUyXScok .mbr-text {
  color: #000000;
}
.cid-uQOUyXScok .mbr-section-title {
  color: #000000;
}
.cid-uQOUyXScok .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-uQQFDQFutK {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQQFDQFutK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQFDQFutK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQFDQFutK .row {
  justify-content: space-between;
}
.cid-uQQFDQFutK .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #f77d06;
}
@media (max-width: 992px) {
  .cid-uQQFDQFutK .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQQFDQFutK .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uQQFDQFutK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQQFDQFutK .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uQQFDQFutK .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uQQFDQFutK .mbr-label {
  color: #000000;
}
.cid-uQQFDQFutK .mbr-section-title {
  color: #000000;
}
.cid-uQQFDQFutK .mbr-desc {
  color: #000000;
}
.cid-uQQFDQFutK .mbr-text {
  color: #8a8a8a;
}
.cid-uQQ4PIAOgX {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.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: #ffffff;
}
@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 #eeeeee;
}
@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: #f4a477;
}
.cid-uQODTkKpyD .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #f4a477;
}
.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: #f4a477;
  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 #f4a477;
}
@media (max-width: 992px) {
  .cid-uQODTkKpyD .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #f4a477;
  }
}
@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;
}
@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: #ffffff;
}
.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;
}
.cid-uQODTkKpyD .list {
  color: #150764;
}
.cid-uQODTkKpyD .list,
.cid-uQODTkKpyD .item-wrap {
  color: #000000;
}
.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: #ffffff;
}
.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;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@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 - 4.8rem);
  }
}
.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: #ffffff;
    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-uQQHSzi5Nk {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #ffae81;
}
.cid-uQQHSzi5Nk .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uQQHSzi5Nk .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uQQHSzi5Nk .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQQHSzi5Nk .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffae81;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uQQHSzi5Nk .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uQQHSzi5Nk .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uQQHSzi5Nk .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f4a477;
  pointer-events: none;
}
.cid-uQQHSzi5Nk .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f4a477;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uQQHSzi5Nk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQHSzi5Nk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQHSzi5Nk .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uQQHSzi5Nk .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uQQHSzi5Nk .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uQQHSzi5Nk .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uQQHSzi5Nk .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uQQHSzi5Nk .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uQQHSzi5Nk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQQHSzi5Nk .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uQQHSzi5Nk .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uQQHSzi5Nk .mbr-section-title {
  color: #323432;
}
.cid-uQQHSzi5Nk .mbr-text,
.cid-uQQHSzi5Nk .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uQQHSzi5Nk .mbr-section-title,
.cid-uQQHSzi5Nk .mbr-section-btn,
.cid-uQQHSzi5Nk .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uQQ0RcbUt7 {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  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, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #f4a477;
}
@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: #212428;
  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-uQQ0Rmk9tI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4a477;
}
.cid-uQQ0Rmk9tI .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #f4a477;
}
.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: #f4a477;
  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 #f4a477;
}
@media (max-width: 992px) {
  .cid-uQQ0Rmk9tI .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #f4a477;
  }
}
@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;
}
@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: #ffffff;
}
.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;
}
.cid-uQQ0Rmk9tI .list {
  color: #150764;
}
.cid-uQQ0Rmk9tI .list,
.cid-uQQ0Rmk9tI .item-wrap {
  color: #000000;
}
.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: #ffffff;
}
.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;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@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 - 4.8rem);
  }
}
.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: #ffffff;
    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-uQQIeyHVvh {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #ffae81;
}
.cid-uQQIeyHVvh .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uQQIeyHVvh .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uQQIeyHVvh .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQQIeyHVvh .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffae81;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uQQIeyHVvh .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uQQIeyHVvh .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uQQIeyHVvh .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f4a477;
  pointer-events: none;
}
.cid-uQQIeyHVvh .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f4a477;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uQQIeyHVvh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQIeyHVvh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQIeyHVvh .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uQQIeyHVvh .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uQQIeyHVvh .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uQQIeyHVvh .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uQQIeyHVvh .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uQQIeyHVvh .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uQQIeyHVvh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQQIeyHVvh .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uQQIeyHVvh .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uQQIeyHVvh .mbr-section-title {
  color: #323432;
}
.cid-uQQIeyHVvh .mbr-text,
.cid-uQQIeyHVvh .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uQQIeyHVvh .mbr-section-title,
.cid-uQQIeyHVvh .mbr-section-btn,
.cid-uQQIeyHVvh .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uQQ1CFejqW {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  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, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #f4a477;
}
@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: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uQQ1CFejqW .card-title {
    margin-bottom: 20px;
  }
}
.cid-uQQ1CFejqW .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uQQ1CFejqW .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uQQ1CFejqW .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-uQQ1CG54Uh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4a477;
}
.cid-uQQ1CG54Uh .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #f4a477;
}
.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: #f4a477;
  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 #f4a477;
}
@media (max-width: 992px) {
  .cid-uQQ1CG54Uh .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #f4a477;
  }
}
@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;
}
@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: #ffffff;
}
.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;
}
.cid-uQQ1CG54Uh .list {
  color: #150764;
}
.cid-uQQ1CG54Uh .list,
.cid-uQQ1CG54Uh .item-wrap {
  color: #000000;
}
.cid-uQQHBjO04U {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQQHBjO04U .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-uQQHBjO04U .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQQHBjO04U .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-uQQHBjO04U .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uQQHBjO04U .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uQQHBjO04U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQQHBjO04U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQQHBjO04U .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uQQHBjO04U .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uQQHBjO04U .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uQQHBjO04U .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-uQQHBjO04U .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uQQHBjO04U .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-uQQHBjO04U .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uQQHBjO04U .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uQQHBjO04U .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uQQHBjO04U .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-uQQHBjO04U .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uQQHBjO04U .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQQHBjO04U .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQQHBjO04U .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
}
.cid-uQQHBjO04U .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQQHBjO04U .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uQQHBjO04U .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uQQHBjO04U .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uQQHBjO04U .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQQHBjO04U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uQQHBjO04U .container,
.cid-uQQHBjO04U .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQQHBjO04U .container,
  .cid-uQQHBjO04U .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uQQHBjO04U .container,
  .cid-uQQHBjO04U .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQQHBjO04U .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uQQHBjO04U .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQQHBjO04U .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uQQHBjO04U .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQQHBjO04U .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uQQHBjO04U .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-uQQHBjO04U .nav-item:focus,
.cid-uQQHBjO04U .nav-link:focus {
  outline: none;
}
.cid-uQQHBjO04U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQQHBjO04U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQQHBjO04U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQQHBjO04U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQQHBjO04U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQQHBjO04U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQQHBjO04U .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-uQQHBjO04U .navbar.opened {
  transition: all 0.3s;
}
.cid-uQQHBjO04U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQQHBjO04U .navbar .navbar-logo img {
  width: auto;
}
.cid-uQQHBjO04U .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uQQHBjO04U .navbar.collapsed {
  justify-content: center;
}
.cid-uQQHBjO04U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQQHBjO04U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQQHBjO04U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uQQHBjO04U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQQHBjO04U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQQHBjO04U .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-uQQHBjO04U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQQHBjO04U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQQHBjO04U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQQHBjO04U .navbar {
    min-height: 72px;
  }
  .cid-uQQHBjO04U .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQQHBjO04U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQQHBjO04U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQQHBjO04U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQQHBjO04U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQQHBjO04U .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-uQQHBjO04U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQQHBjO04U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQQHBjO04U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQQHBjO04U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQQHBjO04U .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQQHBjO04U .dropdown-item.active,
.cid-uQQHBjO04U .dropdown-item:active {
  background-color: transparent;
}
.cid-uQQHBjO04U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQQHBjO04U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQQHBjO04U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQQHBjO04U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uQQHBjO04U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQQHBjO04U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uQQHBjO04U .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQQHBjO04U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQQHBjO04U .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQQHBjO04U .navbar-buttons {
    text-align: left;
  }
}
.cid-uQQHBjO04U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQQHBjO04U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uQQHBjO04U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQQHBjO04U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQQHBjO04U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQQHBjO04U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQQHBjO04U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQQHBjO04U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQQHBjO04U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQQHBjO04U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQQHBjO04U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQQHBjO04U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQQHBjO04U .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-uQQHBjO04U .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uQQHBjO04U .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uQQHBjO04U .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-uQQHBjO04U .navbar {
    height: 70px;
  }
  .cid-uQQHBjO04U .navbar.opened {
    height: auto;
  }
  .cid-uQQHBjO04U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQQHBjO04U .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uQQHBjO04U .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uQQHBjO04U .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uQQHBjO04U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQQHBjO04U .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-uQQHBjO04U .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQQHBjO04U .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQQHBjO04U .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uQQHBjO04U .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uQQHBjO04U .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQQHBjO04U .navbar-brand {
    margin-right: auto;
  }
  .cid-uQQHBjO04U .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uQQHBjO04U .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQQHBjO04U .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-uQQHBjO04U .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQQHBjO04U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQQHBjO04U .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-uQQHBjO04U .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQQHBjO04U .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-uQQHBjO04U .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQQHBjO04U .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQQHBjO04U .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uQQHBjO04U .content-wrap {
    display: block;
  }
}
.cid-uQQHBl4nOJ {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #ffae81;
}
.cid-uQQHBl4nOJ .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uQQHBl4nOJ .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uQQHBl4nOJ .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQQHBl4nOJ .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffae81;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uQQHBl4nOJ .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uQQHBl4nOJ .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uQQHBl4nOJ .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f4a477;
  pointer-events: none;
}
.cid-uQQHBl4nOJ .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f4a477;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uQQHBl4nOJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQHBl4nOJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQHBl4nOJ .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uQQHBl4nOJ .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uQQHBl4nOJ .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uQQHBl4nOJ .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uQQHBl4nOJ .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uQQHBl4nOJ .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uQQHBl4nOJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQQHBl4nOJ .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uQQHBl4nOJ .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uQQHBl4nOJ .mbr-section-title {
  color: #323432;
}
.cid-uQQHBl4nOJ .mbr-text,
.cid-uQQHBl4nOJ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uQQHBl4nOJ .mbr-section-title,
.cid-uQQHBl4nOJ .mbr-section-btn,
.cid-uQQHBl4nOJ .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uQQHBm3pt7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQQHBm3pt7 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uQQHBm3pt7 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uQQHBm3pt7 .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-uQQHBm3pt7 .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #f4a477;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQQHBmQFKE {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uQQHBmQFKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQHBmQFKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQHBmQFKE .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #ffae81, -10px -10px 19px #ffffff;
}
@media (max-width: 767px) {
  .cid-uQQHBmQFKE .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uQQHBmQFKE .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uQQHBmQFKE .card-title {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uQQHBmQFKE .card-title {
    margin-bottom: 20px;
  }
}
.cid-uQQHBmQFKE .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uQQHBmQFKE .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uQQHBmQFKE .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-uQQHBnMOmC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQQHBnMOmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQHBnMOmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQHBnMOmC .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQQHBnMOmC .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQQHBnMOmC .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQQHBnMOmC .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uQQHBnMOmC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQQHBnMOmC .card {
  justify-content: flex-end;
}
.cid-uQQHBnMOmC .image-wrapper {
  padding-right: 240px;
}
@media (max-width: 1640px) {
  .cid-uQQHBnMOmC .image-wrapper {
    padding-right: 140px;
  }
}
@media (max-width: 1440px) {
  .cid-uQQHBnMOmC .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uQQHBnMOmC .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uQQHBnMOmC .image-wrapper img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQQHBnMOmC .image-wrapper img {
    height: 300px;
  }
}
.cid-uQQHBnMOmC .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQQHBnMOmC .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uQQHBnMOmC .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQQHBnMOmC .mbr-label {
  color: #000000;
}
.cid-uQQHBnMOmC .mbr-section-title {
  color: #000000;
}
.cid-uQQHBnMOmC .mbr-text {
  color: #000000;
}
.cid-uQQHBoKfOq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f4a477;
}
.cid-uQQHBoKfOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQHBoKfOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQHBoKfOq .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQQHBoKfOq .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uQQHBoKfOq .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uQQHBoKfOq .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQQHBoKfOq .item {
    margin-bottom: 40px;
  }
}
.cid-uQQHBoKfOq .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uQQHBoKfOq .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uQQHBoKfOq .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-uQQHBoKfOq .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uQQHBoKfOq .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uQQHBoKfOq .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQQHBoKfOq .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQQHBoKfOq .mbr-section-title,
.cid-uQQHBoKfOq .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uQQHBoKfOq .card-number {
  color: #f1f5eb;
}
.cid-uQQHBoKfOq .card-title {
  color: #323432;
}
.cid-uQQHBoKfOq .card-text {
  color: #323432;
}
.cid-uQQHBoKfOq .card-title,
.cid-uQQHBoKfOq .mbr-section-btn,
.cid-uQQHBoKfOq .iconfont-wrapper DIV {
  text-align: center;
}
.cid-uQQHBoKfOq .card-title,
.cid-uQQHBoKfOq .mbr-section-btn,
.cid-uQQHBoKfOq .iconfont-wrapper {
  color: #000000;
}
.cid-uQQHBq4t2M {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uQQHBq4t2M {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uQQHBq4t2M {
    padding-top: 2.1rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uQQHBq4t2M .mbr-section-subtitle {
  text-align: left;
}
.cid-uQQHBq4t2M .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uQQHBq4t2M .mbr-text {
  text-align: left;
}
.cid-uQQHBrlu80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQQHBrlu80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQHBrlu80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQHBrlu80 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQQHBrlu80 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQQHBrlu80 .container {
    padding: 0 12px;
  }
}
.cid-uQQHBrlu80 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQQHBrlu80 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQQHBrlu80 .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #f4a477;
  box-shadow: 4px 4px #f4a477;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQQHBrlu80 .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uQQHBrlu80 .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uQQHBrlu80 .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uQQHBrlu80 .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uQQHBrlu80 .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uQQHBrlu80 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uQQHBrlu80 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uQQHBrlu80 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uQQHBrlu80 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uQQHBrlu80 .mbr-section-subtitle {
  color: #222222;
}
.cid-uQQHBrlu80 .mbr-text {
  color: #222222;
  text-align: left;
}
.cid-uQQHBrlu80 .list {
  color: #222222;
}
.cid-uQQHBsr1hN {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uQQHBsr1hN .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-uQQHBsr1hN .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uQQHBsr1hN .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uQQHBsr1hN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQHBsr1hN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQHBto9Bd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uQQHBto9Bd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQHBto9Bd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQHBto9Bd p {
  line-height: 2;
}
.cid-uQQHBto9Bd a:hover {
  text-decoration: underline;
}
.cid-uQQHBto9Bd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQQHBusT3o {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uQQHBusT3o {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uQQHBusT3o {
    padding-top: 1.2rem;
    padding-bottom: 1.8rem;
  }
}
.cid-uQQHBusT3o .mbr-section-subtitle {
  text-align: left;
}
.cid-uQQHBusT3o .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uQQHBusT3o .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uQQHBvsapZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f4a477;
}
.cid-uQQHBvsapZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQHBvsapZ .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-uQQHBvsapZ .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-uQQHBvsapZ .container {
    padding: 0 4px;
  }
}
.cid-uQQHBvsapZ .row {
  margin: 0;
}
.cid-uQQHBvsapZ .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQQHBvsapZ .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQQHBvsapZ .row .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uQQHBvsapZ .row .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uQQHBvsapZ .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uQQHBvsapZ .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uQQHBvsapZ .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uQQHBvsapZ .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uQQHBvsapZ .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uQQHBvsapZ .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQQHBvsapZ .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uQQHBvsapZ .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQQHBvsapZ .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uQQHBvsapZ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uQQHBvsapZ .panel-title-edit,
.cid-uQQHBvsapZ .mbr-iconfont {
  color: #000000;
}
.cid-uQQHBvsapZ .mbr-text {
  color: #ffffff;
}
.cid-uQQHBwNx5K {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uQQHBwNx5K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQQHBwNx5K .text-wrapper {
  padding: 2rem 1rem;
}
.cid-uQQHBwNx5K img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQQHBwNx5K .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQQHBwNx5K .mbr-text {
  color: #000000;
}
.cid-uQQHBwNx5K .mbr-section-title {
  color: #000000;
}
.cid-uQQHBwNx5K .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-uQQHBxPxTy {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQQHBxPxTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQHBxPxTy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQHBxPxTy .row {
  justify-content: space-between;
}
.cid-uQQHBxPxTy .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #f77d06;
}
@media (max-width: 992px) {
  .cid-uQQHBxPxTy .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQQHBxPxTy .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uQQHBxPxTy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQQHBxPxTy .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uQQHBxPxTy .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uQQHBxPxTy .mbr-label {
  color: #000000;
}
.cid-uQQHBxPxTy .mbr-section-title {
  color: #000000;
}
.cid-uQQHBxPxTy .mbr-desc {
  color: #000000;
}
.cid-uQQHBxPxTy .mbr-text {
  color: #8a8a8a;
}
.cid-uQQMz7Pyhz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4a477;
}
.cid-uQQMz7Pyhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQMz7Pyhz .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-uQQMz7Pyhz .container {
    padding: 0 24px;
  }
}
.cid-uQQMz7Pyhz .row {
  justify-content: center;
}
.cid-uQQMz7Pyhz .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQQMz7Pyhz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQQMz7Pyhz .panel-group .card {
  border: none;
  border-radius: 40px;
  background-color: #ffffff;
  margin-bottom: 32px;
  min-width: 40px;
}
.cid-uQQMz7Pyhz .panel-group .card .card-header {
  padding: 40px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uQQMz7Pyhz .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-uQQMz7Pyhz .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQQMz7Pyhz .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uQQMz7Pyhz .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uQQMz7Pyhz .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uQQMz7Pyhz .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  background-color: #000000;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uQQMz7Pyhz .panel-group .card .panel-collapse .panel-body {
  padding: 0 40px 40px;
}
@media (max-width: 992px) {
  .cid-uQQMz7Pyhz .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-uQQMz7Pyhz .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uQQMz7Pyhz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQQMz7Pyhz .panel-title-edit {
  color: #000000;
}
.cid-uQQMz7Pyhz .panel-text {
  color: #000000;
}
.cid-uQQHByQCdr {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQQHByQCdr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQHByQCdr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQHByQCdr .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uQQHByQCdr .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uQQHByQCdr .card-wrapper {
    padding: 0;
  }
}
.cid-uQQHByQCdr .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uQQHByQCdr .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uQQHByQCdr .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uQQHBB7AJH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4a477;
}
.cid-uQQHBB7AJH .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #f4a477;
}
.cid-uQQHBB7AJH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQHBB7AJH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQHBB7AJH .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #f4a477;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uQQHBB7AJH .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uQQHBB7AJH .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #f4a477;
}
@media (max-width: 992px) {
  .cid-uQQHBB7AJH .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #f4a477;
  }
}
@media (max-width: 1640px) {
  .cid-uQQHBB7AJH .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQQHBB7AJH .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQQHBB7AJH .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uQQHBB7AJH .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uQQHBB7AJH .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQQHBB7AJH .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uQQHBB7AJH .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uQQHBB7AJH .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQQHBB7AJH .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQQHBB7AJH .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uQQHBB7AJH .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uQQHBB7AJH .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uQQHBB7AJH .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uQQHBB7AJH .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQQHBB7AJH .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uQQHBB7AJH .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uQQHBB7AJH .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uQQHBB7AJH .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQQHBB7AJH .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uQQHBB7AJH .mbr-section-title {
  color: #150764;
}
.cid-uQQHBB7AJH .mbr-desc {
  color: #000000;
}
.cid-uQQHBB7AJH .list {
  color: #150764;
}
.cid-uQQHBB7AJH .list,
.cid-uQQHBB7AJH .item-wrap {
  color: #000000;
}
.cid-uQQMOlptcc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQQMOlptcc .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-uQQMOlptcc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQQMOlptcc .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-uQQMOlptcc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uQQMOlptcc .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uQQMOlptcc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQQMOlptcc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQQMOlptcc .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uQQMOlptcc .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uQQMOlptcc .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uQQMOlptcc .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-uQQMOlptcc .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uQQMOlptcc .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-uQQMOlptcc .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uQQMOlptcc .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uQQMOlptcc .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uQQMOlptcc .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-uQQMOlptcc .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uQQMOlptcc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQQMOlptcc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQQMOlptcc .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
}
.cid-uQQMOlptcc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQQMOlptcc .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uQQMOlptcc .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uQQMOlptcc .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uQQMOlptcc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQQMOlptcc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uQQMOlptcc .container,
.cid-uQQMOlptcc .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQQMOlptcc .container,
  .cid-uQQMOlptcc .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uQQMOlptcc .container,
  .cid-uQQMOlptcc .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQQMOlptcc .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uQQMOlptcc .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQQMOlptcc .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uQQMOlptcc .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQQMOlptcc .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uQQMOlptcc .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-uQQMOlptcc .nav-item:focus,
.cid-uQQMOlptcc .nav-link:focus {
  outline: none;
}
.cid-uQQMOlptcc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQQMOlptcc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQQMOlptcc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQQMOlptcc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQQMOlptcc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQQMOlptcc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQQMOlptcc .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-uQQMOlptcc .navbar.opened {
  transition: all 0.3s;
}
.cid-uQQMOlptcc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQQMOlptcc .navbar .navbar-logo img {
  width: auto;
}
.cid-uQQMOlptcc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uQQMOlptcc .navbar.collapsed {
  justify-content: center;
}
.cid-uQQMOlptcc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQQMOlptcc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQQMOlptcc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uQQMOlptcc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQQMOlptcc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQQMOlptcc .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-uQQMOlptcc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQQMOlptcc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQQMOlptcc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQQMOlptcc .navbar {
    min-height: 72px;
  }
  .cid-uQQMOlptcc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQQMOlptcc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQQMOlptcc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQQMOlptcc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQQMOlptcc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQQMOlptcc .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-uQQMOlptcc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQQMOlptcc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQQMOlptcc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQQMOlptcc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQQMOlptcc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQQMOlptcc .dropdown-item.active,
.cid-uQQMOlptcc .dropdown-item:active {
  background-color: transparent;
}
.cid-uQQMOlptcc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQQMOlptcc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQQMOlptcc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQQMOlptcc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uQQMOlptcc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQQMOlptcc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uQQMOlptcc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQQMOlptcc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQQMOlptcc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQQMOlptcc .navbar-buttons {
    text-align: left;
  }
}
.cid-uQQMOlptcc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQQMOlptcc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uQQMOlptcc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQQMOlptcc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQQMOlptcc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQQMOlptcc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQQMOlptcc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQQMOlptcc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQQMOlptcc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQQMOlptcc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQQMOlptcc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQQMOlptcc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQQMOlptcc .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-uQQMOlptcc .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uQQMOlptcc .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uQQMOlptcc .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-uQQMOlptcc .navbar {
    height: 70px;
  }
  .cid-uQQMOlptcc .navbar.opened {
    height: auto;
  }
  .cid-uQQMOlptcc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQQMOlptcc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uQQMOlptcc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uQQMOlptcc .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uQQMOlptcc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQQMOlptcc .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-uQQMOlptcc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQQMOlptcc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQQMOlptcc .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uQQMOlptcc .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uQQMOlptcc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQQMOlptcc .navbar-brand {
    margin-right: auto;
  }
  .cid-uQQMOlptcc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uQQMOlptcc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQQMOlptcc .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-uQQMOlptcc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQQMOlptcc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQQMOlptcc .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-uQQMOlptcc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQQMOlptcc .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-uQQMOlptcc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQQMOlptcc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQQMOlptcc .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uQQMOlptcc .content-wrap {
    display: block;
  }
}
.cid-uQQMOn593t {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #ffae81;
}
.cid-uQQMOn593t .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uQQMOn593t .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uQQMOn593t .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQQMOn593t .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffae81;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uQQMOn593t .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uQQMOn593t .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uQQMOn593t .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f4a477;
  pointer-events: none;
}
.cid-uQQMOn593t .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f4a477;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uQQMOn593t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQMOn593t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQMOn593t .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uQQMOn593t .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uQQMOn593t .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uQQMOn593t .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uQQMOn593t .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uQQMOn593t .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uQQMOn593t .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQQMOn593t .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uQQMOn593t .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uQQMOn593t .mbr-section-title {
  color: #323432;
}
.cid-uQQMOn593t .mbr-text,
.cid-uQQMOn593t .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uQQMOn593t .mbr-section-title,
.cid-uQQMOn593t .mbr-section-btn,
.cid-uQQMOn593t .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uQQMOo4fhI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQQMOo4fhI .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uQQMOo4fhI .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uQQMOo4fhI .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-uQQMOo4fhI .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #f4a477;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQQMOoXPq4 {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uQQMOoXPq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQMOoXPq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQMOoXPq4 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #ffae81, -10px -10px 19px #ffffff;
}
@media (max-width: 767px) {
  .cid-uQQMOoXPq4 .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uQQMOoXPq4 .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uQQMOoXPq4 .card-title {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uQQMOoXPq4 .card-title {
    margin-bottom: 20px;
  }
}
.cid-uQQMOoXPq4 .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uQQMOoXPq4 .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uQQMOoXPq4 .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-uQQMOqggZV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQQMOqggZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQMOqggZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQMOqggZV .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQQMOqggZV .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQQMOqggZV .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQQMOqggZV .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uQQMOqggZV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQQMOqggZV .card {
  justify-content: flex-end;
}
.cid-uQQMOqggZV .image-wrapper {
  padding-right: 240px;
}
@media (max-width: 1640px) {
  .cid-uQQMOqggZV .image-wrapper {
    padding-right: 140px;
  }
}
@media (max-width: 1440px) {
  .cid-uQQMOqggZV .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uQQMOqggZV .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uQQMOqggZV .image-wrapper img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQQMOqggZV .image-wrapper img {
    height: 300px;
  }
}
.cid-uQQMOqggZV .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQQMOqggZV .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uQQMOqggZV .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQQMOqggZV .mbr-label {
  color: #000000;
}
.cid-uQQMOqggZV .mbr-section-title {
  color: #000000;
}
.cid-uQQMOqggZV .mbr-text {
  color: #000000;
}
.cid-uQQMOrEnwQ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f4a477;
}
.cid-uQQMOrEnwQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQMOrEnwQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQMOrEnwQ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQQMOrEnwQ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uQQMOrEnwQ .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uQQMOrEnwQ .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQQMOrEnwQ .item {
    margin-bottom: 40px;
  }
}
.cid-uQQMOrEnwQ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uQQMOrEnwQ .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uQQMOrEnwQ .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-uQQMOrEnwQ .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uQQMOrEnwQ .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uQQMOrEnwQ .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQQMOrEnwQ .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQQMOrEnwQ .mbr-section-title,
.cid-uQQMOrEnwQ .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uQQMOrEnwQ .card-number {
  color: #f1f5eb;
}
.cid-uQQMOrEnwQ .card-title {
  color: #323432;
}
.cid-uQQMOrEnwQ .card-text {
  color: #323432;
}
.cid-uQQMOrEnwQ .card-title,
.cid-uQQMOrEnwQ .mbr-section-btn,
.cid-uQQMOrEnwQ .iconfont-wrapper DIV {
  text-align: center;
}
.cid-uQQMOrEnwQ .card-title,
.cid-uQQMOrEnwQ .mbr-section-btn,
.cid-uQQMOrEnwQ .iconfont-wrapper {
  color: #000000;
}
.cid-uQQMOtcNhY {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uQQMOtcNhY {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uQQMOtcNhY {
    padding-top: 2.1rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uQQMOtcNhY .mbr-section-subtitle {
  text-align: left;
}
.cid-uQQMOtcNhY .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uQQMOtcNhY .mbr-text {
  text-align: left;
}
.cid-uQQMOvJOzM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQQMOvJOzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQMOvJOzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQMOvJOzM .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQQMOvJOzM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQQMOvJOzM .container {
    padding: 0 12px;
  }
}
.cid-uQQMOvJOzM .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQQMOvJOzM .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQQMOvJOzM .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #f4a477;
  box-shadow: 4px 4px #f4a477;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQQMOvJOzM .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uQQMOvJOzM .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uQQMOvJOzM .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uQQMOvJOzM .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uQQMOvJOzM .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uQQMOvJOzM .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uQQMOvJOzM .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uQQMOvJOzM .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uQQMOvJOzM .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uQQMOvJOzM .mbr-section-subtitle {
  color: #222222;
}
.cid-uQQMOvJOzM .mbr-text {
  color: #222222;
  text-align: left;
}
.cid-uQQMOvJOzM .list {
  color: #222222;
}
.cid-uQQMOxwwJS {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQQMOxwwJS .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-uQQMOxwwJS .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uQQMOxwwJS .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uQQMOxwwJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQMOxwwJS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQMOyJIYr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uQQMOyJIYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQMOyJIYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQMOyJIYr p {
  line-height: 2;
}
.cid-uQQMOyJIYr a:hover {
  text-decoration: underline;
}
.cid-uQQMOyJIYr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQQMOzZo5D {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uQQMOzZo5D {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uQQMOzZo5D {
    padding-top: 1.2rem;
    padding-bottom: 1.8rem;
  }
}
.cid-uQQMOzZo5D .mbr-section-subtitle {
  text-align: left;
}
.cid-uQQMOzZo5D .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uQQMOzZo5D .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uQQMOB12M1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f4a477;
}
.cid-uQQMOB12M1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQMOB12M1 .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-uQQMOB12M1 .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-uQQMOB12M1 .container {
    padding: 0 4px;
  }
}
.cid-uQQMOB12M1 .row {
  margin: 0;
}
.cid-uQQMOB12M1 .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQQMOB12M1 .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQQMOB12M1 .row .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uQQMOB12M1 .row .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uQQMOB12M1 .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uQQMOB12M1 .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uQQMOB12M1 .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uQQMOB12M1 .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uQQMOB12M1 .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uQQMOB12M1 .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQQMOB12M1 .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uQQMOB12M1 .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQQMOB12M1 .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uQQMOB12M1 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uQQMOB12M1 .panel-title-edit,
.cid-uQQMOB12M1 .mbr-iconfont {
  color: #000000;
}
.cid-uQQMOB12M1 .mbr-text {
  color: #ffffff;
}
.cid-uQQMOCo2NV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uQQMOCo2NV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQQMOCo2NV .text-wrapper {
  padding: 2rem 1rem;
}
.cid-uQQMOCo2NV img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQQMOCo2NV .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQQMOCo2NV .mbr-text {
  color: #000000;
}
.cid-uQQMOCo2NV .mbr-section-title {
  color: #000000;
}
.cid-uQQMOCo2NV .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-uQQMODrHCl {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQQMODrHCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQMODrHCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQMODrHCl .row {
  justify-content: space-between;
}
.cid-uQQMODrHCl .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #f77d06;
}
@media (max-width: 992px) {
  .cid-uQQMODrHCl .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQQMODrHCl .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uQQMODrHCl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQQMODrHCl .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uQQMODrHCl .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uQQMODrHCl .mbr-label {
  color: #000000;
}
.cid-uQQMODrHCl .mbr-section-title {
  color: #000000;
}
.cid-uQQMODrHCl .mbr-desc {
  color: #000000;
}
.cid-uQQMODrHCl .mbr-text {
  color: #8a8a8a;
}
.cid-uQQMOEsbpa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4a477;
}
.cid-uQQMOEsbpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQMOEsbpa .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-uQQMOEsbpa .container {
    padding: 0 24px;
  }
}
.cid-uQQMOEsbpa .row {
  justify-content: center;
}
.cid-uQQMOEsbpa .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQQMOEsbpa .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQQMOEsbpa .panel-group .card {
  border: none;
  border-radius: 40px;
  background-color: #ffffff;
  margin-bottom: 32px;
  min-width: 40px;
}
.cid-uQQMOEsbpa .panel-group .card .card-header {
  padding: 40px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uQQMOEsbpa .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-uQQMOEsbpa .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQQMOEsbpa .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uQQMOEsbpa .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uQQMOEsbpa .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uQQMOEsbpa .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  background-color: #000000;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uQQMOEsbpa .panel-group .card .panel-collapse .panel-body {
  padding: 0 40px 40px;
}
@media (max-width: 992px) {
  .cid-uQQMOEsbpa .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-uQQMOEsbpa .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uQQMOEsbpa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQQMOEsbpa .panel-title-edit {
  color: #000000;
}
.cid-uQQMOEsbpa .panel-text {
  color: #000000;
}
.cid-uQQMOGzskf {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQQMOGzskf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQMOGzskf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQMOGzskf .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uQQMOGzskf .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uQQMOGzskf .card-wrapper {
    padding: 0;
  }
}
.cid-uQQMOGzskf .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uQQMOGzskf .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uQQMOGzskf .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uQQMOJiQmq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4a477;
}
.cid-uQQMOJiQmq .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #f4a477;
}
.cid-uQQMOJiQmq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQMOJiQmq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQMOJiQmq .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #f4a477;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uQQMOJiQmq .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uQQMOJiQmq .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #f4a477;
}
@media (max-width: 992px) {
  .cid-uQQMOJiQmq .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #f4a477;
  }
}
@media (max-width: 1640px) {
  .cid-uQQMOJiQmq .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQQMOJiQmq .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQQMOJiQmq .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uQQMOJiQmq .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uQQMOJiQmq .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQQMOJiQmq .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uQQMOJiQmq .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uQQMOJiQmq .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQQMOJiQmq .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQQMOJiQmq .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uQQMOJiQmq .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uQQMOJiQmq .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uQQMOJiQmq .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uQQMOJiQmq .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQQMOJiQmq .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uQQMOJiQmq .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uQQMOJiQmq .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uQQMOJiQmq .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQQMOJiQmq .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uQQMOJiQmq .mbr-section-title {
  color: #150764;
}
.cid-uQQMOJiQmq .mbr-desc {
  color: #000000;
}
.cid-uQQMOJiQmq .list {
  color: #150764;
}
.cid-uQQMOJiQmq .list,
.cid-uQQMOJiQmq .item-wrap {
  color: #000000;
}
.cid-uQR0p5q9LY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQR0p5q9LY .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-uQR0p5q9LY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQR0p5q9LY .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-uQR0p5q9LY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uQR0p5q9LY .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uQR0p5q9LY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQR0p5q9LY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQR0p5q9LY .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uQR0p5q9LY .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uQR0p5q9LY .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uQR0p5q9LY .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-uQR0p5q9LY .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uQR0p5q9LY .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-uQR0p5q9LY .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uQR0p5q9LY .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uQR0p5q9LY .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uQR0p5q9LY .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-uQR0p5q9LY .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uQR0p5q9LY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQR0p5q9LY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQR0p5q9LY .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
}
.cid-uQR0p5q9LY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQR0p5q9LY .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uQR0p5q9LY .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uQR0p5q9LY .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uQR0p5q9LY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQR0p5q9LY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uQR0p5q9LY .container,
.cid-uQR0p5q9LY .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQR0p5q9LY .container,
  .cid-uQR0p5q9LY .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uQR0p5q9LY .container,
  .cid-uQR0p5q9LY .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQR0p5q9LY .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uQR0p5q9LY .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQR0p5q9LY .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uQR0p5q9LY .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQR0p5q9LY .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uQR0p5q9LY .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-uQR0p5q9LY .nav-item:focus,
.cid-uQR0p5q9LY .nav-link:focus {
  outline: none;
}
.cid-uQR0p5q9LY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQR0p5q9LY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQR0p5q9LY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQR0p5q9LY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQR0p5q9LY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQR0p5q9LY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQR0p5q9LY .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-uQR0p5q9LY .navbar.opened {
  transition: all 0.3s;
}
.cid-uQR0p5q9LY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQR0p5q9LY .navbar .navbar-logo img {
  width: auto;
}
.cid-uQR0p5q9LY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uQR0p5q9LY .navbar.collapsed {
  justify-content: center;
}
.cid-uQR0p5q9LY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQR0p5q9LY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQR0p5q9LY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uQR0p5q9LY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQR0p5q9LY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQR0p5q9LY .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-uQR0p5q9LY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQR0p5q9LY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQR0p5q9LY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQR0p5q9LY .navbar {
    min-height: 72px;
  }
  .cid-uQR0p5q9LY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQR0p5q9LY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQR0p5q9LY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQR0p5q9LY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQR0p5q9LY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQR0p5q9LY .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-uQR0p5q9LY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQR0p5q9LY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQR0p5q9LY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQR0p5q9LY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQR0p5q9LY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQR0p5q9LY .dropdown-item.active,
.cid-uQR0p5q9LY .dropdown-item:active {
  background-color: transparent;
}
.cid-uQR0p5q9LY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQR0p5q9LY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQR0p5q9LY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQR0p5q9LY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uQR0p5q9LY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQR0p5q9LY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uQR0p5q9LY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQR0p5q9LY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQR0p5q9LY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQR0p5q9LY .navbar-buttons {
    text-align: left;
  }
}
.cid-uQR0p5q9LY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQR0p5q9LY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uQR0p5q9LY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQR0p5q9LY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQR0p5q9LY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQR0p5q9LY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQR0p5q9LY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQR0p5q9LY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQR0p5q9LY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQR0p5q9LY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQR0p5q9LY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQR0p5q9LY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQR0p5q9LY .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-uQR0p5q9LY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uQR0p5q9LY .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uQR0p5q9LY .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-uQR0p5q9LY .navbar {
    height: 70px;
  }
  .cid-uQR0p5q9LY .navbar.opened {
    height: auto;
  }
  .cid-uQR0p5q9LY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQR0p5q9LY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uQR0p5q9LY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uQR0p5q9LY .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uQR0p5q9LY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQR0p5q9LY .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-uQR0p5q9LY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQR0p5q9LY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQR0p5q9LY .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uQR0p5q9LY .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uQR0p5q9LY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQR0p5q9LY .navbar-brand {
    margin-right: auto;
  }
  .cid-uQR0p5q9LY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uQR0p5q9LY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQR0p5q9LY .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-uQR0p5q9LY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQR0p5q9LY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQR0p5q9LY .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-uQR0p5q9LY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQR0p5q9LY .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-uQR0p5q9LY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQR0p5q9LY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQR0p5q9LY .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uQR0p5q9LY .content-wrap {
    display: block;
  }
}
.cid-uQR0p8GvPX {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #ffae81;
}
.cid-uQR0p8GvPX .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uQR0p8GvPX .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uQR0p8GvPX .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQR0p8GvPX .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffae81;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uQR0p8GvPX .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uQR0p8GvPX .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uQR0p8GvPX .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f4a477;
  pointer-events: none;
}
.cid-uQR0p8GvPX .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f4a477;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uQR0p8GvPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQR0p8GvPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQR0p8GvPX .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uQR0p8GvPX .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uQR0p8GvPX .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uQR0p8GvPX .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uQR0p8GvPX .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uQR0p8GvPX .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uQR0p8GvPX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQR0p8GvPX .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uQR0p8GvPX .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uQR0p8GvPX .mbr-section-title {
  color: #323432;
}
.cid-uQR0p8GvPX .mbr-text,
.cid-uQR0p8GvPX .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uQR0p8GvPX .mbr-section-title,
.cid-uQR0p8GvPX .mbr-section-btn,
.cid-uQR0p8GvPX .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uQR0pa1O7L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQR0pa1O7L .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uQR0pa1O7L .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uQR0pa1O7L .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-uQR0pa1O7L .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #f4a477;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQR0pbjhIq {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uQR0pbjhIq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQR0pbjhIq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQR0pbjhIq .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #ffae81, -10px -10px 19px #ffffff;
}
@media (max-width: 767px) {
  .cid-uQR0pbjhIq .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uQR0pbjhIq .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uQR0pbjhIq .card-title {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uQR0pbjhIq .card-title {
    margin-bottom: 20px;
  }
}
.cid-uQR0pbjhIq .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uQR0pbjhIq .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uQR0pbjhIq .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-uQR0pcO1FJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQR0pcO1FJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQR0pcO1FJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQR0pcO1FJ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQR0pcO1FJ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQR0pcO1FJ .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQR0pcO1FJ .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uQR0pcO1FJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQR0pcO1FJ .card {
  justify-content: flex-end;
}
.cid-uQR0pcO1FJ .image-wrapper {
  padding-right: 240px;
}
@media (max-width: 1640px) {
  .cid-uQR0pcO1FJ .image-wrapper {
    padding-right: 140px;
  }
}
@media (max-width: 1440px) {
  .cid-uQR0pcO1FJ .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uQR0pcO1FJ .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uQR0pcO1FJ .image-wrapper img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQR0pcO1FJ .image-wrapper img {
    height: 300px;
  }
}
.cid-uQR0pcO1FJ .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQR0pcO1FJ .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uQR0pcO1FJ .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQR0pcO1FJ .mbr-label {
  color: #000000;
}
.cid-uQR0pcO1FJ .mbr-section-title {
  color: #000000;
}
.cid-uQR0pcO1FJ .mbr-text {
  color: #000000;
}
.cid-uQR0peb8Hb {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f4a477;
}
.cid-uQR0peb8Hb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQR0peb8Hb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQR0peb8Hb .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQR0peb8Hb .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uQR0peb8Hb .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uQR0peb8Hb .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQR0peb8Hb .item {
    margin-bottom: 40px;
  }
}
.cid-uQR0peb8Hb .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uQR0peb8Hb .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uQR0peb8Hb .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-uQR0peb8Hb .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uQR0peb8Hb .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uQR0peb8Hb .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQR0peb8Hb .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQR0peb8Hb .mbr-section-title,
.cid-uQR0peb8Hb .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uQR0peb8Hb .card-number {
  color: #f1f5eb;
}
.cid-uQR0peb8Hb .card-title {
  color: #323432;
}
.cid-uQR0peb8Hb .card-text {
  color: #323432;
}
.cid-uQR0peb8Hb .card-title,
.cid-uQR0peb8Hb .mbr-section-btn,
.cid-uQR0peb8Hb .iconfont-wrapper DIV {
  text-align: center;
}
.cid-uQR0peb8Hb .card-title,
.cid-uQR0peb8Hb .mbr-section-btn,
.cid-uQR0peb8Hb .iconfont-wrapper {
  color: #000000;
}
.cid-uQR0pfIzEs {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uQR0pfIzEs {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uQR0pfIzEs {
    padding-top: 2.1rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uQR0pfIzEs .mbr-section-subtitle {
  text-align: left;
}
.cid-uQR0pfIzEs .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uQR0pfIzEs .mbr-text {
  text-align: left;
}
.cid-uQR0pgD02R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQR0pgD02R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQR0pgD02R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQR0pgD02R .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQR0pgD02R .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQR0pgD02R .container {
    padding: 0 12px;
  }
}
.cid-uQR0pgD02R .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQR0pgD02R .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQR0pgD02R .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #f4a477;
  box-shadow: 4px 4px #f4a477;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQR0pgD02R .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uQR0pgD02R .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uQR0pgD02R .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uQR0pgD02R .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uQR0pgD02R .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uQR0pgD02R .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uQR0pgD02R .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uQR0pgD02R .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uQR0pgD02R .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uQR0pgD02R .mbr-section-subtitle {
  color: #222222;
}
.cid-uQR0pgD02R .mbr-text {
  color: #222222;
  text-align: left;
}
.cid-uQR0pgD02R .list {
  color: #222222;
}
.cid-uQR0phFvA5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQR0phFvA5 .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-uQR0phFvA5 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uQR0phFvA5 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uQR0phFvA5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQR0phFvA5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQR0piNh7S {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uQR0piNh7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQR0piNh7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQR0piNh7S p {
  line-height: 2;
}
.cid-uQR0piNh7S a:hover {
  text-decoration: underline;
}
.cid-uQR0piNh7S .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQR0pk7n69 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uQR0pk7n69 {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uQR0pk7n69 {
    padding-top: 1.2rem;
    padding-bottom: 1.8rem;
  }
}
.cid-uQR0pk7n69 .mbr-section-subtitle {
  text-align: left;
}
.cid-uQR0pk7n69 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uQR0pk7n69 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uQR0pla3h1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f4a477;
}
.cid-uQR0pla3h1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQR0pla3h1 .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-uQR0pla3h1 .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-uQR0pla3h1 .container {
    padding: 0 4px;
  }
}
.cid-uQR0pla3h1 .row {
  margin: 0;
}
.cid-uQR0pla3h1 .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQR0pla3h1 .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQR0pla3h1 .row .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uQR0pla3h1 .row .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uQR0pla3h1 .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uQR0pla3h1 .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uQR0pla3h1 .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uQR0pla3h1 .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uQR0pla3h1 .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uQR0pla3h1 .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQR0pla3h1 .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uQR0pla3h1 .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQR0pla3h1 .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uQR0pla3h1 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uQR0pla3h1 .panel-title-edit,
.cid-uQR0pla3h1 .mbr-iconfont {
  color: #000000;
}
.cid-uQR0pla3h1 .mbr-text {
  color: #ffffff;
}
.cid-uQR0pn7W9B {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uQR0pn7W9B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQR0pn7W9B .text-wrapper {
  padding: 2rem 1rem;
}
.cid-uQR0pn7W9B img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQR0pn7W9B .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQR0pn7W9B .mbr-text {
  color: #000000;
}
.cid-uQR0pn7W9B .mbr-section-title {
  color: #000000;
}
.cid-uQR0pn7W9B .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-uQRdSG7hgL {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uQRdSG7hgL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRdSG7hgL .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-uQRdSG7hgL .container {
    padding: 0 20px;
  }
}
.cid-uQRdSG7hgL .row {
  margin: 0;
}
.cid-uQRdSG7hgL .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQRdSG7hgL .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQRdSG7hgL .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uQRdSG7hgL .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uQRdSG7hgL .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uQRdSG7hgL .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uQRdSG7hgL .mbr-section-title {
  color: #000000;
}
.cid-uQR0ppcfSN {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQR0ppcfSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQR0ppcfSN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQR0ppcfSN .row {
  justify-content: space-between;
}
.cid-uQR0ppcfSN .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #f77d06;
}
@media (max-width: 992px) {
  .cid-uQR0ppcfSN .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQR0ppcfSN .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uQR0ppcfSN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQR0ppcfSN .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uQR0ppcfSN .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uQR0ppcfSN .mbr-label {
  color: #000000;
}
.cid-uQR0ppcfSN .mbr-section-title {
  color: #000000;
}
.cid-uQR0ppcfSN .mbr-desc {
  color: #000000;
}
.cid-uQR0ppcfSN .mbr-text {
  color: #8a8a8a;
}
.cid-uQR0pqOXte {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4a477;
}
.cid-uQR0pqOXte .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQR0pqOXte .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-uQR0pqOXte .container {
    padding: 0 24px;
  }
}
.cid-uQR0pqOXte .row {
  justify-content: center;
}
.cid-uQR0pqOXte .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQR0pqOXte .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQR0pqOXte .panel-group .card {
  border: none;
  border-radius: 40px;
  background-color: #ffffff;
  margin-bottom: 32px;
  min-width: 40px;
}
.cid-uQR0pqOXte .panel-group .card .card-header {
  padding: 40px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uQR0pqOXte .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-uQR0pqOXte .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQR0pqOXte .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uQR0pqOXte .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uQR0pqOXte .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uQR0pqOXte .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  background-color: #000000;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uQR0pqOXte .panel-group .card .panel-collapse .panel-body {
  padding: 0 40px 40px;
}
@media (max-width: 992px) {
  .cid-uQR0pqOXte .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-uQR0pqOXte .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uQR0pqOXte .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQR0pqOXte .panel-title-edit {
  color: #000000;
}
.cid-uQR0pqOXte .panel-text {
  color: #000000;
}
.cid-uQR0psCYTV {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQR0psCYTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQR0psCYTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQR0psCYTV .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uQR0psCYTV .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uQR0psCYTV .card-wrapper {
    padding: 0;
  }
}
.cid-uQR0psCYTV .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uQR0psCYTV .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uQR0psCYTV .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uQR0pucsAf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4a477;
}
.cid-uQR0pucsAf .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #f4a477;
}
.cid-uQR0pucsAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQR0pucsAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQR0pucsAf .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #f4a477;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uQR0pucsAf .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uQR0pucsAf .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #f4a477;
}
@media (max-width: 992px) {
  .cid-uQR0pucsAf .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #f4a477;
  }
}
@media (max-width: 1640px) {
  .cid-uQR0pucsAf .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQR0pucsAf .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQR0pucsAf .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uQR0pucsAf .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uQR0pucsAf .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQR0pucsAf .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uQR0pucsAf .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uQR0pucsAf .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQR0pucsAf .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQR0pucsAf .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uQR0pucsAf .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uQR0pucsAf .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uQR0pucsAf .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uQR0pucsAf .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQR0pucsAf .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uQR0pucsAf .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uQR0pucsAf .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uQR0pucsAf .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQR0pucsAf .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uQR0pucsAf .mbr-section-title {
  color: #150764;
}
.cid-uQR0pucsAf .mbr-desc {
  color: #000000;
}
.cid-uQR0pucsAf .list {
  color: #150764;
}
.cid-uQR0pucsAf .list,
.cid-uQR0pucsAf .item-wrap {
  color: #000000;
}
