.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Lora', serif;
  font-size: 5.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.75rem;
}
.display-2 {
  font-family: 'Lora', serif;
  font-size: 3.1rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.875rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Lora', serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 4.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.78rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-primary,
.btn-primary:active {
  color: #1b2026 !important;
  background-color: #df9e00 !important;
  border-color: #df9e00 !important;
}
.btn-primary:active,
.btn-primary:active:active {
  color: #1b2026 !important;
}
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  background: white!important;
  border-color: white!important;
  color: #1b2026 !important;
}
.btn-secondary,
.btn-secondary:active {
  color: white!important;
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
}
.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:active:focus {
  background: #df9e00 !important;
  border-color: #df9e00 !important;
  color: #1b2026 !important;
}
.btn-info,
.btn-info:active {
  color: #1b2026 !important;
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
}
.btn-info:hover,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:active:focus {
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
  color: white!important;
}
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #df9e00 !important;
}
.bg-success {
  background-color: #72716b !important;
}
.bg-info {
  background-color: #ffe885 !important;
}
.bg-warning {
  background-color: #efefef !important;
}
.bg-danger {
  background-color: #bbbbbb !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #df9e00 !important;
  border-color: #df9e00 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #886100;
  border-color: #886100;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #886100 !important;
  border-color: #886100 !important;
}
.btn-secondary {
  box-shadow: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info {
  box-shadow: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
  color: #856c00;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #2e2600;
  background-color: #ffd82e;
  border-color: #ffd82e;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #856c00 !important;
  background-color: #ffd82e !important;
  border-color: #ffd82e !important;
}
.btn-success {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #72716b !important;
  border-color: #72716b !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #454541;
  border-color: #454541;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #454541 !important;
  border-color: #454541 !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #707070 !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #909090;
  border-color: #909090;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-white {
  box-shadow: none!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black {
  box-shadow: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  color: #df9e00 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #df9e00;
  color: #df9e00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #886100 !important;
  background-color: transparent!important;
  border-color: #886100 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #df9e00 !important;
  border-color: #df9e00 !important;
}
.btn-primary-outline:active {
  color: #df9e00 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  border-color: #df9e00 !important;
  background: #df9e00 !important;
  color: #1b2026 !important;
}
.btn-secondary-outline {
  color: #1b2026 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1b2026;
  color: #1b2026;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
}
.btn-secondary-outline:active {
  color: #1b2026 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  border-color: #df9e00 !important;
  background: #df9e00 !important;
  color: #1b2026 !important;
}
.btn-info-outline {
  color: #ffe885 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffe885;
  color: #ffe885;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffd82e !important;
  background-color: transparent!important;
  border-color: #ffd82e !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #856c00 !important;
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
}
.btn-info-outline:active {
  color: #ffe885 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  border-color: #df9e00 !important;
  background: #df9e00 !important;
  color: #1b2026 !important;
}
.btn-success-outline {
  color: #72716b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #72716b;
  color: #72716b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #454541 !important;
  background-color: transparent!important;
  border-color: #454541 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #72716b !important;
  border-color: #72716b !important;
}
.btn-success-outline:active {
  color: #72716b !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  border-color: #df9e00 !important;
  background: #df9e00 !important;
  color: #1b2026 !important;
}
.btn-warning-outline {
  color: #efefef !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #efefef;
  color: #efefef;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent!important;
  border-color: #c4c4c4 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-warning-outline:active {
  color: #efefef !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  border-color: #df9e00 !important;
  background: #df9e00 !important;
  color: #1b2026 !important;
}
.btn-danger-outline {
  color: #bbbbbb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: #909090 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-danger-outline:active {
  color: #bbbbbb !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  border-color: #df9e00 !important;
  background: #df9e00 !important;
  color: #1b2026 !important;
}
.btn-black-outline {
  color: #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline:active {
  color: #232323 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  border-color: #df9e00 !important;
  background: #df9e00 !important;
  color: #1b2026 !important;
}
.btn-white-outline {
  color: #fafafa !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:active {
  color: #fafafa !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  border-color: #df9e00 !important;
  background: #df9e00 !important;
  color: #1b2026 !important;
}
.text-primary {
  color: #df9e00 !important;
}
.text-secondary {
  color: #1b2026 !important;
}
.text-success {
  color: #72716b !important;
}
.text-info {
  color: #ffe885 !important;
}
.text-warning {
  color: #efefef !important;
}
.text-danger {
  color: #bbbbbb !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffc946 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #455262 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a4a49f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #fffbeb !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #eeeeee !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #565656 !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: #df9e00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffe885;
}
.alert-warning {
  background-color: #efefef;
}
.alert-danger {
  background-color: #bbbbbb;
}
.mbr-gallery-filter li.active .btn {
  background-color: #df9e00;
  border-color: #df9e00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #df9e00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe7ac;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b1b0ac;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbfbfb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #df9e00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #df9e00;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #df9e00;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #df9e00;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #df9e00;
  border-bottom-color: #df9e00;
}
.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: #000000 !important;
  background-color: #df9e00 !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: #1b2026 !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='%23df9e00' %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;
}
.cid-st2egOCBWA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-st2egOCBWA .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-st2egOCBWA nav.navbar {
  position: fixed;
}
.cid-st2egOCBWA .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-st2egOCBWA .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-st2egOCBWA .nav-item {
    height: auto;
  }
}
.cid-st2egOCBWA .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2egOCBWA .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;
}
.cid-st2egOCBWA .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-st2egOCBWA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-st2egOCBWA .dropdown-item:hover,
.cid-st2egOCBWA .dropdown-item:focus {
  background: white !important;
}
.cid-st2egOCBWA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-st2egOCBWA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-st2egOCBWA .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-st2egOCBWA .nav-link {
  position: relative;
}
.cid-st2egOCBWA .container {
  display: flex;
  margin: auto;
}
.cid-st2egOCBWA .iconfont-wrapper {
  color: #df9e00 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-st2egOCBWA .dropdown-menu,
.cid-st2egOCBWA .navbar.opened {
  background: #fffefc !important;
}
.cid-st2egOCBWA .nav-item:focus,
.cid-st2egOCBWA .nav-link:focus {
  outline: none;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st2egOCBWA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-st2egOCBWA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st2egOCBWA .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffefc;
}
.cid-st2egOCBWA .navbar.opened {
  transition: all 0.3s;
}
.cid-st2egOCBWA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-st2egOCBWA .navbar .navbar-logo img {
  width: auto;
}
.cid-st2egOCBWA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-st2egOCBWA .navbar.collapsed {
  justify-content: center;
}
.cid-st2egOCBWA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-st2egOCBWA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-st2egOCBWA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st2egOCBWA .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-st2egOCBWA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-st2egOCBWA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-st2egOCBWA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-st2egOCBWA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st2egOCBWA .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-st2egOCBWA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-st2egOCBWA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-st2egOCBWA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-st2egOCBWA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-st2egOCBWA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-st2egOCBWA .navbar.navbar-short {
  min-height: 60px;
}
.cid-st2egOCBWA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-st2egOCBWA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-st2egOCBWA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-st2egOCBWA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st2egOCBWA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st2egOCBWA .dropdown-item.active,
.cid-st2egOCBWA .dropdown-item:active {
  background-color: transparent;
}
.cid-st2egOCBWA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st2egOCBWA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffefc;
}
.cid-st2egOCBWA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st2egOCBWA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st2egOCBWA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-st2egOCBWA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-st2egOCBWA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #041f6d;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2egOCBWA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-st2egOCBWA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-st2egOCBWA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st2egOCBWA .navbar {
    height: 70px;
  }
  .cid-st2egOCBWA .navbar.opened {
    height: auto;
  }
  .cid-st2egOCBWA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-st2ehtS7Pp {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-st2ehtS7Pp .mbr-text,
.cid-st2ehtS7Pp .mbr-section-btn {
  color: #bbbbbb;
}
.cid-st2ehtS7Pp .mbr-section-title {
  text-align: left;
}
.cid-st2OjENhSq {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-st2OjENhSq img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-st2OjENhSq img {
    width: 100%;
  }
}
.cid-st2OjENhSq .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-st2OjENhSq .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-st2OjENhSq .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-st2OjENhSq .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #df9e00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-st2OjENhSq .mbr-text,
.cid-st2OjENhSq .mbr-section-btn {
  color: #777777;
}
.cid-st2OjENhSq .mbr-section-subtitle {
  color: #777777;
}
.cid-st2OjENhSq .mbr-list {
  color: #777777;
}
.cid-st2OjENhSq .mbr-section-title {
  color: #353535;
}
.cid-st2NJmhY8J {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-st2NJmhY8J .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: fit-content;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
.cid-st2NJmhY8J .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-st2NJmhY8J .item-content {
    padding: 0.5rem;
  }
}
.cid-st2NJmhY8J .mbr-iconfont {
  position: absolute;
  bottom: -1.9rem;
  font-size: 1.4rem;
  right: 2rem;
  padding: 1.2rem 1.2rem;
  box-shadow: 0px 16px 32px 0px #0000000a;
  background: #ffffff;
  border-radius: 10px;
  color: #df9e00;
}
@media (max-width: 767px) {
  .cid-st2NJmhY8J .mbr-iconfont {
    right: 1rem;
  }
}
.cid-st2NJmhY8J img,
.cid-st2NJmhY8J .item-img {
  position: relative;
  width: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-st2NJmhY8J .item:focus,
.cid-st2NJmhY8J span:focus {
  outline: none;
}
.cid-st2NJmhY8J .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-st2NJmhY8J .mbr-section-title {
  color: #353535;
}
.cid-st2NJmhY8J .mbr-text,
.cid-st2NJmhY8J .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-st2NJmhY8J .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-st2NJmhY8J .item-subtitle {
  text-align: left;
  color: #777777;
}
.cid-st2NJmhY8J .mbr-section-subtitle {
  color: #777777;
}
.cid-uH2sVEDVuF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-uH2sVEDVuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH2sVEDVuF .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-uH2sVEDVuF .container {
    padding: 0 20px;
  }
}
.cid-uH2sVEDVuF .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uH2sVEDVuF .title-wrapper {
    display: block;
  }
}
.cid-uH2sVEDVuF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uH2sVEDVuF .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uH2sVEDVuF .title-wrapper .mbr-section-title span {
  color: #df9e00;
}
.cid-uH2sVEDVuF .title-wrapper .mbr-section-btn .btn {
  padding: 30px 40px;
  min-width: 465px;
}
@media (max-width: 992px) {
  .cid-uH2sVEDVuF .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-uH2sVEDVuF .mbr-section-title {
  color: #38001b;
}
.cid-uH2sVEDVuF .mbr-section-title,
.cid-uH2sVEDVuF .mbr-section-btn {
  color: #fffefc;
}
.cid-st2NLdMP7a {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-st2NLdMP7a .button {
  background: white;
  border-radius: 10px;
  display: flex;
  width: 100%;
  padding: 1rem 1rem;
  border: 1px solid #efefef;
  justify-content: space-between;
  align-items: center;
}
.cid-st2NLdMP7a .button p {
  padding: 0;
  padding-top: 3px;
  margin: 0;
}
.cid-st2NLdMP7a .card-wrapper {
  display: flex;
  background: white;
  padding: 4rem;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 992px) {
  .cid-st2NLdMP7a .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-st2NLdMP7a .card-wrapper {
    flex-direction: column;
    padding: 2rem 0;
  }
}
.cid-st2NLdMP7a .mbr-section-subtitle {
  color: #353535;
}
.cid-st2NLdMP7a .wrapper {
  display: flex;
}
.cid-st2NLdMP7a .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  height: 30px;
  align-items: center;
  margin-top: 2px;
  color: currentColor;
  padding: 0 1rem;
}
.cid-st2NLdMP7a .mbr-text,
.cid-st2NLdMP7a .mbr-iconfont {
  color: #777777;
}
.cid-st2NLdMP7a .mbr-section-title {
  color: #1b2026;
}
.cid-uP7Cqjginm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aa7800;
}
.cid-uP7Cqjginm img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uP7Cqjginm img {
    width: 100%;
  }
}
.cid-uP7Cqjginm .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uP7Cqjginm .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uP7Cqjginm .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uP7Cqjginm .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uP7Cqjginm .mbr-text,
.cid-uP7Cqjginm .mbr-section-btn {
  color: #ffffff;
}
.cid-uP7Cqjginm .mbr-section-subtitle {
  color: #777777;
}
.cid-uP7Cqjginm .mbr-list {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uP7Cqjginm .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-uP7Cqjginm .mbr-section-title {
  color: #ffffff;
}
.cid-uIITmkOqNN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uIITmkOqNN .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uIITmkOqNN .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #e1e1e1;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
.cid-uIITmkOqNN .item-content:hover {
  background: #fff5cb;
  border-color: #fff5cb;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
@media (max-width: 767px) {
  .cid-uIITmkOqNN .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-uIITmkOqNN .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #df9e00;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uIITmkOqNN .img-text {
    left: 1rem;
  }
}
.cid-uIITmkOqNN img,
.cid-uIITmkOqNN .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-uIITmkOqNN .item:focus,
.cid-uIITmkOqNN span:focus {
  outline: none;
}
.cid-uIITmkOqNN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uIITmkOqNN .mbr-section-title {
  color: #232323;
}
.cid-uIITmkOqNN .mbr-text,
.cid-uIITmkOqNN .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-uIITmkOqNN .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-uIITmkOqNN .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-uIITmkOqNN .mbr-section-subtitle {
  color: #777777;
}
.cid-uP3gWqeDjV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uP3gWqeDjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3gWqeDjV .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-uP3gWqeDjV .container {
    padding: 0 16px;
  }
}
.cid-uP3gWqeDjV .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP3gWqeDjV .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP3gWqeDjV .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #353535;
}
.cid-uP3gWqeDjV .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uP3gWqeDjV .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uP3gWqeDjV .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .mbr-section-title {
  color: #ffffff;
}
.cid-uP3gWqeDjV .copyright {
  color: #353535;
}
.cid-uP3gWqeDjV .mbr-card-title {
  color: #aa7800;
}
.cid-uP3gWqeDjV .list {
  color: #353535;
}
.cid-uP3gWqeDjV .mbr-section-title,
.cid-uP3gWqeDjV .title-wrapper,
.cid-uP3gWqeDjV .social-wrapper {
  color: #000000;
}
.cid-st2egOCBWA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-st2egOCBWA .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-st2egOCBWA nav.navbar {
  position: fixed;
}
.cid-st2egOCBWA .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-st2egOCBWA .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-st2egOCBWA .nav-item {
    height: auto;
  }
}
.cid-st2egOCBWA .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2egOCBWA .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;
}
.cid-st2egOCBWA .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-st2egOCBWA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-st2egOCBWA .dropdown-item:hover,
.cid-st2egOCBWA .dropdown-item:focus {
  background: white !important;
}
.cid-st2egOCBWA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-st2egOCBWA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-st2egOCBWA .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-st2egOCBWA .nav-link {
  position: relative;
}
.cid-st2egOCBWA .container {
  display: flex;
  margin: auto;
}
.cid-st2egOCBWA .iconfont-wrapper {
  color: #df9e00 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-st2egOCBWA .dropdown-menu,
.cid-st2egOCBWA .navbar.opened {
  background: #fffefc !important;
}
.cid-st2egOCBWA .nav-item:focus,
.cid-st2egOCBWA .nav-link:focus {
  outline: none;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st2egOCBWA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-st2egOCBWA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st2egOCBWA .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffefc;
}
.cid-st2egOCBWA .navbar.opened {
  transition: all 0.3s;
}
.cid-st2egOCBWA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-st2egOCBWA .navbar .navbar-logo img {
  width: auto;
}
.cid-st2egOCBWA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-st2egOCBWA .navbar.collapsed {
  justify-content: center;
}
.cid-st2egOCBWA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-st2egOCBWA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-st2egOCBWA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st2egOCBWA .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-st2egOCBWA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-st2egOCBWA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-st2egOCBWA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-st2egOCBWA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st2egOCBWA .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-st2egOCBWA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-st2egOCBWA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-st2egOCBWA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-st2egOCBWA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-st2egOCBWA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-st2egOCBWA .navbar.navbar-short {
  min-height: 60px;
}
.cid-st2egOCBWA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-st2egOCBWA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-st2egOCBWA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-st2egOCBWA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st2egOCBWA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st2egOCBWA .dropdown-item.active,
.cid-st2egOCBWA .dropdown-item:active {
  background-color: transparent;
}
.cid-st2egOCBWA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st2egOCBWA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffefc;
}
.cid-st2egOCBWA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st2egOCBWA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st2egOCBWA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-st2egOCBWA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-st2egOCBWA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #041f6d;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2egOCBWA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-st2egOCBWA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-st2egOCBWA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st2egOCBWA .navbar {
    height: 70px;
  }
  .cid-st2egOCBWA .navbar.opened {
    height: auto;
  }
  .cid-st2egOCBWA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH82isDd9B {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/6-1920x800.png");
}
.cid-uH82isDd9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH82isDd9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uH82isDd9B .container {
    padding: 0 20px;
  }
}
.cid-uH82isDd9B .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uH82isDd9B .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uH82isDd9B .mbr-section-title {
  color: #1d1d1d;
}
.cid-uH82isDd9B .mbr-text {
  color: #353535;
}
.cid-uHYVvVVheZ {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #fffefc;
}
.cid-uHYVvVVheZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYVvVVheZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYVvVVheZ .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uHYVvVVheZ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uHYVvVVheZ .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHYVvVVheZ .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uHYVvVVheZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHYVvVVheZ .mbr-section-title {
  color: #000000;
}
.cid-uHYVvVVheZ .mbr-desc {
  color: #000000;
}
.cid-uHYVvVVheZ .mbr-text {
  color: #000000;
}
.cid-uHYVvVVheZ .mbr-text,
.cid-uHYVvVVheZ .text-wrapper {
  color: #000000;
}
.cid-uHYVvVVheZ .mbr-section-title,
.cid-uHYVvVVheZ .mbr-section-btn {
  color: #000000;
}
.cid-uP7RHi4eUP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffefc;
}
.cid-uP7RHi4eUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP7RHi4eUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP7RHi4eUP .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uP7RHi4eUP .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uP7RHi4eUP .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP7RHi4eUP .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uP7RHi4eUP .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP7RHi4eUP .mbr-section-title {
  color: #000000;
}
.cid-uP7RHi4eUP .mbr-desc {
  color: #000000;
}
.cid-uP7RHi4eUP .mbr-text {
  color: #000000;
}
.cid-uP7RHi4eUP .mbr-text,
.cid-uP7RHi4eUP .text-wrapper {
  color: #000000;
}
.cid-uP7RHi4eUP .mbr-section-title,
.cid-uP7RHi4eUP .mbr-section-btn {
  color: #aa7800;
}
.cid-uP7Snf7xQC {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fffefc;
}
.cid-uP7Snf7xQC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP7Snf7xQC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP7Snf7xQC .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uP7Snf7xQC .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uP7Snf7xQC .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP7Snf7xQC .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uP7Snf7xQC .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP7Snf7xQC .mbr-section-title {
  color: #000000;
}
.cid-uP7Snf7xQC .mbr-desc {
  color: #000000;
}
.cid-uP7Snf7xQC .mbr-text {
  color: #000000;
}
.cid-uP7Snf7xQC .mbr-text,
.cid-uP7Snf7xQC .text-wrapper {
  color: #000000;
}
.cid-uP7Snf7xQC .mbr-section-title,
.cid-uP7Snf7xQC .mbr-section-btn {
  color: #aa7800;
}
.cid-uP7T59wuJ5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fffefc;
}
.cid-uP7T59wuJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP7T59wuJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP7T59wuJ5 .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uP7T59wuJ5 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uP7T59wuJ5 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP7T59wuJ5 .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uP7T59wuJ5 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP7T59wuJ5 .mbr-section-title {
  color: #000000;
}
.cid-uP7T59wuJ5 .mbr-desc {
  color: #000000;
}
.cid-uP7T59wuJ5 .mbr-text {
  color: #000000;
}
.cid-uP7T59wuJ5 .mbr-text,
.cid-uP7T59wuJ5 .text-wrapper {
  color: #000000;
}
.cid-uP7T59wuJ5 .mbr-section-title,
.cid-uP7T59wuJ5 .mbr-section-btn {
  color: #000000;
}
.cid-uP7U9wSNna {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uP7U9wSNna .card-wrapper {
  background: #ffffff;
  border: 2px solid #bbbbbb;
  border-radius: 1rem;
  transition: all 0.3s;
  padding: 3rem;
}
.cid-uP7U9wSNna .card-wrapper:hover {
  border-color: #ffffff;
}
.cid-uP7U9wSNna .card-wrapper:hover .mbr-iconfont {
  background: #df9e00;
}
@media (max-width: 767px) {
  .cid-uP7U9wSNna .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uP7U9wSNna .mbr-iconfont {
  display: flex;
  font-size: 5rem;
  color: #353535;
  background: #bbbbbb;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-uP7U9wSNna .row {
  justify-content: center;
}
.cid-uP7U9wSNna .card-box {
  display: flex;
  align-items: center;
}
.cid-uP7U9wSNna .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uP7U9wSNna .card-box {
    flex-direction: column;
  }
  .cid-uP7U9wSNna .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-uP7U9wSNna .card-link:hover a {
  background-image: none!important;
}
.cid-uP7U9wSNna .mbr-section-subtitle {
  color: #777777;
}
.cid-uP7U9wSNna .card-text {
  color: #777777;
}
.cid-uP7U9wSNna .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP7U9wSNna .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP7MRfQNkD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fffefc;
}
.cid-uP7MRfQNkD .mbr-text {
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.8;
}
.cid-uP7MRfQNkD .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uP7MRfQNkD .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0;
}
.cid-uP7MRfQNkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP7MRfQNkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP7MRfQNkD .card-title,
.cid-uP7MRfQNkD .card-img {
  color: #000000;
}
.cid-uIxuOG6NQR {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uIxuOG6NQR .mbr-section-head {
    padding: 0 18px;
  }
}
.cid-uIxuOG6NQR .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-uIxuOG6NQR .people {
    padding: 0;
  }
}
.cid-uIxuOG6NQR .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-uIxuOG6NQR .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-uIxuOG6NQR .mbr-text {
  color: #6b6b6b;
  margin: 10px auto;
}
.cid-uIxuOG6NQR .item-name {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-uIxuOG6NQR h3 {
  margin: 0;
}
.cid-uIxuOG6NQR .occupation {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-uIxuOG6NQR .item {
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-uIxuOG6NQR .item-caption {
  padding-top: 14px;
  background: transparent;
}
.cid-uIxuOG6NQR .item-img {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.cid-uIxuOG6NQR .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-uIxuOG6NQR .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIxuOG6NQR .item:hover {
  cursor: pointer;
}
.cid-uIxuOG6NQR .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-uIxuOG6NQR .mbr-text P {
  text-align: center;
}
.cid-uHYkXiSlQT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1e9d5;
}
.cid-uHYkXiSlQT ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-uHYkXiSlQT ul li {
  transition: all 0.3s;
  padding-bottom: 0.5rem;
}
.cid-uHYkXiSlQT ul li:hover {
  transform: translateX(10px);
}
.cid-uHYkXiSlQT ul li:hover a {
  color: #df9e00 !important;
  background: none !important;
}
.cid-uHYkXiSlQT h4 {
  border-bottom: 2px solid currentColor;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.cid-uHYkXiSlQT .mbr-title {
  color: #000000;
}
.cid-uHYkXiSlQT .mbr-section-title {
  color: #aa7800;
}
.cid-uP3gWqeDjV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uP3gWqeDjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3gWqeDjV .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-uP3gWqeDjV .container {
    padding: 0 16px;
  }
}
.cid-uP3gWqeDjV .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP3gWqeDjV .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP3gWqeDjV .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #353535;
}
.cid-uP3gWqeDjV .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uP3gWqeDjV .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uP3gWqeDjV .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .mbr-section-title {
  color: #ffffff;
}
.cid-uP3gWqeDjV .copyright {
  color: #353535;
}
.cid-uP3gWqeDjV .mbr-card-title {
  color: #aa7800;
}
.cid-uP3gWqeDjV .list {
  color: #353535;
}
.cid-uP3gWqeDjV .mbr-section-title,
.cid-uP3gWqeDjV .title-wrapper,
.cid-uP3gWqeDjV .social-wrapper {
  color: #000000;
}
.cid-st2egOCBWA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-st2egOCBWA .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-st2egOCBWA nav.navbar {
  position: fixed;
}
.cid-st2egOCBWA .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-st2egOCBWA .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-st2egOCBWA .nav-item {
    height: auto;
  }
}
.cid-st2egOCBWA .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2egOCBWA .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;
}
.cid-st2egOCBWA .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-st2egOCBWA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-st2egOCBWA .dropdown-item:hover,
.cid-st2egOCBWA .dropdown-item:focus {
  background: white !important;
}
.cid-st2egOCBWA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-st2egOCBWA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-st2egOCBWA .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-st2egOCBWA .nav-link {
  position: relative;
}
.cid-st2egOCBWA .container {
  display: flex;
  margin: auto;
}
.cid-st2egOCBWA .iconfont-wrapper {
  color: #df9e00 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-st2egOCBWA .dropdown-menu,
.cid-st2egOCBWA .navbar.opened {
  background: #fffefc !important;
}
.cid-st2egOCBWA .nav-item:focus,
.cid-st2egOCBWA .nav-link:focus {
  outline: none;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st2egOCBWA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-st2egOCBWA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st2egOCBWA .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffefc;
}
.cid-st2egOCBWA .navbar.opened {
  transition: all 0.3s;
}
.cid-st2egOCBWA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-st2egOCBWA .navbar .navbar-logo img {
  width: auto;
}
.cid-st2egOCBWA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-st2egOCBWA .navbar.collapsed {
  justify-content: center;
}
.cid-st2egOCBWA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-st2egOCBWA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-st2egOCBWA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st2egOCBWA .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-st2egOCBWA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-st2egOCBWA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-st2egOCBWA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-st2egOCBWA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st2egOCBWA .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-st2egOCBWA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-st2egOCBWA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-st2egOCBWA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-st2egOCBWA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-st2egOCBWA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-st2egOCBWA .navbar.navbar-short {
  min-height: 60px;
}
.cid-st2egOCBWA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-st2egOCBWA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-st2egOCBWA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-st2egOCBWA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st2egOCBWA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st2egOCBWA .dropdown-item.active,
.cid-st2egOCBWA .dropdown-item:active {
  background-color: transparent;
}
.cid-st2egOCBWA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st2egOCBWA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffefc;
}
.cid-st2egOCBWA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st2egOCBWA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st2egOCBWA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-st2egOCBWA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-st2egOCBWA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #041f6d;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2egOCBWA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-st2egOCBWA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-st2egOCBWA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st2egOCBWA .navbar {
    height: 70px;
  }
  .cid-st2egOCBWA .navbar.opened {
    height: auto;
  }
  .cid-st2egOCBWA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHYh4b5ymu {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHYh4b5ymu .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-uHYh4b5ymu .row {
    text-align: center!important;
  }
}
.cid-uHYh4b5ymu .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-uHYh4b5ymu .mbr-section-title {
    text-align: center;
  }
}
.cid-uHYh4b5ymu .mbr-text {
  color: #999999;
  margin-top: 20px;
}
.cid-uHYh4b5ymu .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uHYh4b5ymu .mbr-section-btn {
  margin-top: 20px;
}
.cid-uHYh4b5ymu .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-uHYh4b5ymu .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uHYh4b5ymu .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHYh4b5ymu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYh4b5ymu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYk33JByk {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHYk33JByk .image-body {
    margin-right: 16px;
  }
}
.cid-uHYk33JByk .card-img-top {
  width: 35px;
  height: 35px;
}
.cid-uHYk33JByk .card-body {
  flex: 0 1 auto;
  padding: 10px;
}
.cid-uHYk33JByk .card {
  padding: 50px;
  flex-direction: row;
  background-color: #f2f6ff;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (min-width: 992px) {
  .cid-uHYk33JByk .card {
    padding: 36px 70px;
  }
}
@media (max-width: 992px) {
  .cid-uHYk33JByk .card {
    flex-direction: column;
  }
  .cid-uHYk33JByk .image-body {
    padding-bottom: 0;
  }
  .cid-uHYk33JByk .text-body {
    padding-top: 10px;
  }
}
.cid-uHYk33JByk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYk33JByk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYtfBCGDq {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHYtfBCGDq .image-body {
    margin-right: 16px;
  }
}
.cid-uHYtfBCGDq .card-img-top {
  width: 35px;
  height: 35px;
}
.cid-uHYtfBCGDq .card-body {
  flex: 0 1 auto;
  padding: 10px;
}
.cid-uHYtfBCGDq .card {
  padding: 50px;
  flex-direction: row;
  background-color: #f2f6ff;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (min-width: 992px) {
  .cid-uHYtfBCGDq .card {
    padding: 36px 70px;
  }
}
@media (max-width: 992px) {
  .cid-uHYtfBCGDq .card {
    flex-direction: column;
  }
  .cid-uHYtfBCGDq .image-body {
    padding-bottom: 0;
  }
  .cid-uHYtfBCGDq .text-body {
    padding-top: 10px;
  }
}
.cid-uHYtfBCGDq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYtfBCGDq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3qVdw1wc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uP3qVdw1wc .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uP3qVdw1wc .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #e1e1e1;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
.cid-uP3qVdw1wc .item-content:hover {
  background: #fff5cb;
  border-color: #fff5cb;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
@media (max-width: 767px) {
  .cid-uP3qVdw1wc .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-uP3qVdw1wc .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #df9e00;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uP3qVdw1wc .img-text {
    left: 1rem;
  }
}
.cid-uP3qVdw1wc img,
.cid-uP3qVdw1wc .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-uP3qVdw1wc .item:focus,
.cid-uP3qVdw1wc span:focus {
  outline: none;
}
.cid-uP3qVdw1wc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uP3qVdw1wc .mbr-section-title {
  color: #232323;
}
.cid-uP3qVdw1wc .mbr-text,
.cid-uP3qVdw1wc .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-uP3qVdw1wc .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-uP3qVdw1wc .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-uP3qVdw1wc .mbr-section-subtitle {
  color: #777777;
}
.cid-uP3gWqeDjV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uP3gWqeDjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3gWqeDjV .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-uP3gWqeDjV .container {
    padding: 0 16px;
  }
}
.cid-uP3gWqeDjV .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP3gWqeDjV .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP3gWqeDjV .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #353535;
}
.cid-uP3gWqeDjV .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uP3gWqeDjV .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uP3gWqeDjV .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .mbr-section-title {
  color: #ffffff;
}
.cid-uP3gWqeDjV .copyright {
  color: #353535;
}
.cid-uP3gWqeDjV .mbr-card-title {
  color: #aa7800;
}
.cid-uP3gWqeDjV .list {
  color: #353535;
}
.cid-uP3gWqeDjV .mbr-section-title,
.cid-uP3gWqeDjV .title-wrapper,
.cid-uP3gWqeDjV .social-wrapper {
  color: #000000;
}
.cid-uHYddLaZvs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHYddLaZvs .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-uHYddLaZvs nav.navbar {
  position: fixed;
}
.cid-uHYddLaZvs .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-uHYddLaZvs .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-uHYddLaZvs .nav-item {
    height: auto;
  }
}
.cid-uHYddLaZvs .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHYddLaZvs .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;
}
.cid-uHYddLaZvs .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHYddLaZvs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHYddLaZvs .dropdown-item:hover,
.cid-uHYddLaZvs .dropdown-item:focus {
  background: white !important;
}
.cid-uHYddLaZvs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHYddLaZvs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHYddLaZvs .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-uHYddLaZvs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHYddLaZvs .nav-link {
  position: relative;
}
.cid-uHYddLaZvs .container {
  display: flex;
  margin: auto;
}
.cid-uHYddLaZvs .iconfont-wrapper {
  color: #df9e00 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-uHYddLaZvs .dropdown-menu,
.cid-uHYddLaZvs .navbar.opened {
  background: #fffefc !important;
}
.cid-uHYddLaZvs .nav-item:focus,
.cid-uHYddLaZvs .nav-link:focus {
  outline: none;
}
.cid-uHYddLaZvs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHYddLaZvs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHYddLaZvs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uHYddLaZvs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHYddLaZvs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHYddLaZvs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHYddLaZvs .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffefc;
}
.cid-uHYddLaZvs .navbar.opened {
  transition: all 0.3s;
}
.cid-uHYddLaZvs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHYddLaZvs .navbar .navbar-logo img {
  width: auto;
}
.cid-uHYddLaZvs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHYddLaZvs .navbar.collapsed {
  justify-content: center;
}
.cid-uHYddLaZvs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHYddLaZvs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHYddLaZvs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uHYddLaZvs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHYddLaZvs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHYddLaZvs .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-uHYddLaZvs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHYddLaZvs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHYddLaZvs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHYddLaZvs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHYddLaZvs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHYddLaZvs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHYddLaZvs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHYddLaZvs .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-uHYddLaZvs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHYddLaZvs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHYddLaZvs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHYddLaZvs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHYddLaZvs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHYddLaZvs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHYddLaZvs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHYddLaZvs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHYddLaZvs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHYddLaZvs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHYddLaZvs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHYddLaZvs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHYddLaZvs .dropdown-item.active,
.cid-uHYddLaZvs .dropdown-item:active {
  background-color: transparent;
}
.cid-uHYddLaZvs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHYddLaZvs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHYddLaZvs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHYddLaZvs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffefc;
}
.cid-uHYddLaZvs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHYddLaZvs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHYddLaZvs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHYddLaZvs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHYddLaZvs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHYddLaZvs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #041f6d;
}
.cid-uHYddLaZvs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHYddLaZvs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHYddLaZvs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHYddLaZvs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHYddLaZvs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHYddLaZvs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHYddLaZvs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHYddLaZvs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHYddLaZvs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHYddLaZvs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHYddLaZvs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHYddLaZvs .navbar {
    height: 70px;
  }
  .cid-uHYddLaZvs .navbar.opened {
    height: auto;
  }
  .cid-uHYddLaZvs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHYddLxOFn {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/8-1920x800.png");
}
.cid-uHYddLxOFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYddLxOFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHYddLxOFn .container {
    padding: 0 20px;
  }
}
.cid-uHYddLxOFn .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uHYddLxOFn .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uHYddLxOFn .mbr-section-title {
  color: #1d1d1d;
}
.cid-uHYddLxOFn .mbr-text {
  color: #706f6d;
}
.cid-uIIVNpVnzi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffefc;
}
.cid-uIIVNpVnzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIVNpVnzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIVNpVnzi .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uIIVNpVnzi .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uIIVNpVnzi .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIIVNpVnzi .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uIIVNpVnzi .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIIVNpVnzi .mbr-section-title {
  color: #000000;
}
.cid-uIIVNpVnzi .mbr-desc {
  color: #000000;
}
.cid-uIIVNpVnzi .mbr-text {
  color: #000000;
}
.cid-uIIVNpVnzi .mbr-text,
.cid-uIIVNpVnzi .text-wrapper {
  color: #000000;
}
.cid-uIIVNpVnzi .mbr-section-title,
.cid-uIIVNpVnzi .mbr-section-btn {
  color: #000000;
}
.cid-uP7RM3EDL1 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-uP7RM3EDL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP7RM3EDL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP7RM3EDL1 .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #efefef;
}
.cid-uP7RM3EDL1 .row {
  flex-direction: row-reverse;
}
.cid-uP7RM3EDL1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uP7RM3EDL1 .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-uP7RM3EDL1 .mbr-section-title {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uP7RM3EDL1 .text-wrapper {
    text-align: center;
  }
}
.cid-uP7RM3EDL1 .mbr-text,
.cid-uP7RM3EDL1 .mbr-section-btn {
  color: #fdfde1;
}
.cid-uP7RM3EDL1 .mbr-menu,
.cid-uP7RM3EDL1 .mbr-section-btn {
  color: #fdfde1;
}
.cid-uP7RM3EDL1 .mbr-desc,
.cid-uP7RM3EDL1 .mbr-section-btn {
  color: #000000;
}
.cid-uIIYCGJrAX {
  padding-top: 90px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uIIYCGJrAX .card-title,
.cid-uIIYCGJrAX .mbr-role {
  transition: 0.3s;
}
.cid-uIIYCGJrAX .main-heading {
  margin-bottom: 1.3rem;
}
.cid-uIIYCGJrAX .mbr-section-title {
  margin-bottom: 0.2rem;
}
.cid-uIIYCGJrAX .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uIIYCGJrAX .mbr-role {
  margin-bottom: 0rem;
  color: #777777;
}
.cid-uIIYCGJrAX .social-list {
  position: absolute;
  top: 0.6rem;
  padding: 0.6rem;
  margin-bottom: 1.5rem;
  background-color: #df9e00;
  transition: all 0.3s;
  transform: translateX(-100%);
  opacity: 0;
}
.cid-uIIYCGJrAX .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  padding-bottom: 1rem;
}
.cid-uIIYCGJrAX .team-card:hover .card-wrap {
  background: #353535;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-uIIYCGJrAX .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-uIIYCGJrAX .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIIYCGJrAX .team-card:hover .social-list {
  transform: translateX(0%);
  opacity: 1;
}
.cid-uIIYCGJrAX .image-wrap {
  overflow: hidden;
  position: relative;
}
.cid-uIIYCGJrAX a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-uIIYCGJrAX a:hover {
  color: #df9e00 !important;
}
.cid-uIIYCGJrAX .card-wrap {
  padding: 5px;
  background: #ffffff;
  transition: all 0.3s;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-uIIYCGJrAX .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uIIYCGJrAX .card-wrap .content-wrap {
  padding: 1.7rem 1.3rem 1.2rem;
}
.cid-uIIYCGJrAX .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uIIYCGJrAX .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uIIYCGJrAX .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uIIYCGJrAX .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-uIIYCGJrAX .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-uIIYCGJrAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIYCGJrAX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZqvmuF9 {
  padding-top: 0px;
  padding-bottom: 120px;
  background: #ffffff;
}
.cid-uIIZqvmuF9 .card-title,
.cid-uIIZqvmuF9 .mbr-role {
  transition: 0.3s;
}
.cid-uIIZqvmuF9 .main-heading {
  margin-bottom: 1.3rem;
}
.cid-uIIZqvmuF9 .mbr-section-title {
  margin-bottom: 0.2rem;
}
.cid-uIIZqvmuF9 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uIIZqvmuF9 .mbr-role {
  margin-bottom: 0rem;
  color: #777777;
}
.cid-uIIZqvmuF9 .social-list {
  position: absolute;
  top: 0.6rem;
  padding: 0.6rem;
  margin-bottom: 1.5rem;
  background-color: #df9e00;
  transition: all 0.3s;
  transform: translateX(-100%);
  opacity: 0;
}
.cid-uIIZqvmuF9 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  padding-bottom: 1rem;
}
.cid-uIIZqvmuF9 .team-card:hover .card-wrap {
  background: #353535;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-uIIZqvmuF9 .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-uIIZqvmuF9 .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIIZqvmuF9 .team-card:hover .social-list {
  transform: translateX(0%);
  opacity: 1;
}
.cid-uIIZqvmuF9 .image-wrap {
  overflow: hidden;
  position: relative;
}
.cid-uIIZqvmuF9 a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-uIIZqvmuF9 a:hover {
  color: #df9e00 !important;
}
.cid-uIIZqvmuF9 .card-wrap {
  padding: 5px;
  background: #ffffff;
  transition: all 0.3s;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-uIIZqvmuF9 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uIIZqvmuF9 .card-wrap .content-wrap {
  padding: 1.7rem 1.3rem 1.2rem;
}
.cid-uIIZqvmuF9 .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uIIZqvmuF9 .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uIIZqvmuF9 .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uIIZqvmuF9 .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-uIIZqvmuF9 .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-uIIZqvmuF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZqvmuF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP7VcL1uFN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1e9d5;
}
.cid-uP7VcL1uFN ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-uP7VcL1uFN ul li {
  transition: all 0.3s;
  padding-bottom: 0.5rem;
}
.cid-uP7VcL1uFN ul li:hover {
  transform: translateX(10px);
}
.cid-uP7VcL1uFN ul li:hover a {
  color: #df9e00 !important;
  background: none !important;
}
.cid-uP7VcL1uFN h4 {
  border-bottom: 2px solid currentColor;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.cid-uP7VcL1uFN .mbr-title {
  color: #000000;
}
.cid-uP7VcL1uFN .mbr-section-title {
  color: #aa7800;
}
.cid-uP3gWqeDjV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uP3gWqeDjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3gWqeDjV .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-uP3gWqeDjV .container {
    padding: 0 16px;
  }
}
.cid-uP3gWqeDjV .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP3gWqeDjV .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP3gWqeDjV .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #353535;
}
.cid-uP3gWqeDjV .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uP3gWqeDjV .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uP3gWqeDjV .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .mbr-section-title {
  color: #ffffff;
}
.cid-uP3gWqeDjV .copyright {
  color: #353535;
}
.cid-uP3gWqeDjV .mbr-card-title {
  color: #aa7800;
}
.cid-uP3gWqeDjV .list {
  color: #353535;
}
.cid-uP3gWqeDjV .mbr-section-title,
.cid-uP3gWqeDjV .title-wrapper,
.cid-uP3gWqeDjV .social-wrapper {
  color: #000000;
}
.cid-uHYdlqQqwG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHYdlqQqwG .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-uHYdlqQqwG nav.navbar {
  position: fixed;
}
.cid-uHYdlqQqwG .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-uHYdlqQqwG .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-uHYdlqQqwG .nav-item {
    height: auto;
  }
}
.cid-uHYdlqQqwG .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHYdlqQqwG .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;
}
.cid-uHYdlqQqwG .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHYdlqQqwG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHYdlqQqwG .dropdown-item:hover,
.cid-uHYdlqQqwG .dropdown-item:focus {
  background: white !important;
}
.cid-uHYdlqQqwG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHYdlqQqwG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHYdlqQqwG .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-uHYdlqQqwG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHYdlqQqwG .nav-link {
  position: relative;
}
.cid-uHYdlqQqwG .container {
  display: flex;
  margin: auto;
}
.cid-uHYdlqQqwG .iconfont-wrapper {
  color: #df9e00 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-uHYdlqQqwG .dropdown-menu,
.cid-uHYdlqQqwG .navbar.opened {
  background: #fffefc !important;
}
.cid-uHYdlqQqwG .nav-item:focus,
.cid-uHYdlqQqwG .nav-link:focus {
  outline: none;
}
.cid-uHYdlqQqwG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHYdlqQqwG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHYdlqQqwG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uHYdlqQqwG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHYdlqQqwG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHYdlqQqwG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHYdlqQqwG .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffefc;
}
.cid-uHYdlqQqwG .navbar.opened {
  transition: all 0.3s;
}
.cid-uHYdlqQqwG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHYdlqQqwG .navbar .navbar-logo img {
  width: auto;
}
.cid-uHYdlqQqwG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHYdlqQqwG .navbar.collapsed {
  justify-content: center;
}
.cid-uHYdlqQqwG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHYdlqQqwG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHYdlqQqwG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uHYdlqQqwG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHYdlqQqwG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHYdlqQqwG .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-uHYdlqQqwG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHYdlqQqwG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHYdlqQqwG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHYdlqQqwG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHYdlqQqwG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHYdlqQqwG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHYdlqQqwG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHYdlqQqwG .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-uHYdlqQqwG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHYdlqQqwG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHYdlqQqwG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHYdlqQqwG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHYdlqQqwG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHYdlqQqwG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHYdlqQqwG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHYdlqQqwG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHYdlqQqwG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHYdlqQqwG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHYdlqQqwG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHYdlqQqwG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHYdlqQqwG .dropdown-item.active,
.cid-uHYdlqQqwG .dropdown-item:active {
  background-color: transparent;
}
.cid-uHYdlqQqwG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHYdlqQqwG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHYdlqQqwG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHYdlqQqwG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffefc;
}
.cid-uHYdlqQqwG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHYdlqQqwG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHYdlqQqwG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHYdlqQqwG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHYdlqQqwG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHYdlqQqwG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #041f6d;
}
.cid-uHYdlqQqwG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHYdlqQqwG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHYdlqQqwG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHYdlqQqwG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHYdlqQqwG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHYdlqQqwG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHYdlqQqwG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHYdlqQqwG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHYdlqQqwG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHYdlqQqwG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHYdlqQqwG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHYdlqQqwG .navbar {
    height: 70px;
  }
  .cid-uHYdlqQqwG .navbar.opened {
    height: auto;
  }
  .cid-uHYdlqQqwG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHYdlrc4vp {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1156.jpg");
}
.cid-uHYdlrc4vp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYdlrc4vp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHYdlrc4vp .container {
    padding: 0 20px;
  }
}
.cid-uHYdlrc4vp .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uHYdlrc4vp .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uHYdlrc4vp .mbr-section-title {
  color: #1d1d1d;
}
.cid-uHYdlrc4vp .mbr-text {
  color: #706f6d;
}
.cid-uHYdlrrqqb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHYdlrrqqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYdlrrqqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYdlrrqqb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHYdlrrqqb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHYdlrrqqb .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uHYdlrrqqb .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uHYdlrrqqb .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uHYdlrrqqb .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uHYdlrrqqb .btn-wrapper {
  margin-top: -2%;
}
.cid-uHYdlrrqqb .mbr-section-title {
  color: #000000;
}
.cid-uHYdlrrqqb .item-title {
  color: #000000;
}
.cid-uHYdlrrqqb .item-text {
  color: #000000;
}
.cid-uHYdlrOHaG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHYdlrOHaG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uHYdlrOHaG .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uHYdlrOHaG .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-uHYdls49J3 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHYdls49J3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYdls49J3 .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-uHYdls49J3 .container {
    padding: 0 30px;
  }
}
.cid-uHYdls49J3 .row {
  justify-content: center;
}
.cid-uHYdls49J3 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHYdls49J3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHYdls49J3 .mbr-desc {
  color: #000000;
}
.cid-uHYdls49J3 .mbr-text {
  color: #000000;
}
.cid-uHYdlslEi2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uHYdlslEi2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYdlslEi2 .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-uHYdlslEi2 .container {
    padding: 0 24px;
  }
}
.cid-uHYdlslEi2 .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 42px 48px 48px;
  width: 40%;
}
@media (max-width: 1440px) {
  .cid-uHYdlslEi2 .card-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .cid-uHYdlslEi2 .card-wrapper .card-wrap {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uHYdlslEi2 .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-uHYdlslEi2 .card-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHYdlslEi2 .card-wrapper .card-wrap .mbr-desc {
    margin-bottom: 28px;
  }
}
.cid-uHYdlslEi2 .card-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHYdlslEi2 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uHYdlslEi2 .card-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uHYdlslEi2 .mbr-desc {
  color: #202020;
}
.cid-uHYdlslEi2 .mbr-section-title {
  color: #202020;
}
.cid-uHYdlslEi2 .mbr-text {
  color: #202020;
}
.cid-uHYdlsIdqx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1eeec;
  overflow: hidden;
}
.cid-uHYdlsIdqx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYdlsIdqx .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-uHYdlsIdqx .container {
    padding: 0 30px;
  }
}
.cid-uHYdlsIdqx .card {
  justify-content: center;
}
.cid-uHYdlsIdqx .content-wrapper {
  padding: 0 120px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uHYdlsIdqx .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uHYdlsIdqx .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uHYdlsIdqx .content-wrapper .items-wrapper {
  width: 50%;
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-uHYdlsIdqx .content-wrapper .items-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uHYdlsIdqx .content-wrapper .items-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uHYdlsIdqx .content-wrapper .items-wrapper .item {
  margin-bottom: 150px;
}
.cid-uHYdlsIdqx .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHYdlsIdqx .content-wrapper .items-wrapper .item {
    margin-bottom: 60px;
  }
}
.cid-uHYdlsIdqx .content-wrapper .items-wrapper .item .item-wrapper .card-box .desc-wrapper .item-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uHYdlsIdqx .content-wrapper .items-wrapper .item .item-wrapper .card-box .desc-wrapper .item-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uHYdlsIdqx .content-wrapper .items-wrapper .item .item-wrapper .card-box .desc-wrapper .item-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uHYdlsIdqx .content-wrapper .items-wrapper .item .item-wrapper .card-box .desc-wrapper .item-desc::before {
    width: 40px;
  }
}
.cid-uHYdlsIdqx .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uHYdlsIdqx .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uHYdlsIdqx .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uHYdlsIdqx .content-wrapper .image-wrapper .image-wrap {
  position: relative;
}
.cid-uHYdlsIdqx .content-wrapper .image-wrapper .image-wrap img {
  height: 840px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHYdlsIdqx .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uHYdlsIdqx .content-wrapper .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(-135deg, #71eac6 50%, #e1eeec 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uHYdlsIdqx .content-wrapper .image-wrapper .image-wrap::before {
    width: 50px;
    height: 50px;
  }
}
.cid-uHYdlsIdqx .item-desc {
  color: #254b45;
}
.cid-uHYdlsIdqx .item-text {
  color: #254b45;
}
.cid-uHYdlt9Zgj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1eeec;
  overflow: hidden;
}
.cid-uHYdlt9Zgj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYdlt9Zgj .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-uHYdlt9Zgj .container {
    padding: 0 30px;
  }
}
.cid-uHYdlt9Zgj .card {
  justify-content: center;
}
.cid-uHYdlt9Zgj .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uHYdlt9Zgj .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uHYdlt9Zgj .content-wrapper {
    padding: 0;
  }
}
.cid-uHYdlt9Zgj .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uHYdlt9Zgj .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uHYdlt9Zgj .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uHYdlt9Zgj .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uHYdlt9Zgj .content-wrapper .mbr-text {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-uHYdlt9Zgj .content-wrapper .mbr-text {
    margin-bottom: 80px;
  }
}
.cid-uHYdlt9Zgj .content-wrapper .items-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uHYdlt9Zgj .content-wrapper .items-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uHYdlt9Zgj .content-wrapper .items-wrapper {
    padding-left: 0;
  }
}
.cid-uHYdlt9Zgj .content-wrapper .items-wrapper .item {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uHYdlt9Zgj .content-wrapper .items-wrapper .item {
    margin-bottom: 80px;
  }
}
.cid-uHYdlt9Zgj .content-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uHYdlt9Zgj .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uHYdlt9Zgj .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 55px;
  height: 55px;
  font-size: 55px;
  min-width: 55px;
  margin-right: 60px;
  color: #254b45;
}
@media (max-width: 992px) {
  .cid-uHYdlt9Zgj .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    margin: 0 0 40px 0;
  }
}
.cid-uHYdlt9Zgj .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 40px;
}
.cid-uHYdlt9Zgj .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uHYdlt9Zgj .mbr-desc {
  color: #254b45;
}
.cid-uHYdlt9Zgj .mbr-text {
  color: #254b45;
}
.cid-uHYdlt9Zgj .item-title {
  color: #254b45;
}
.cid-uHYdlt9Zgj .item-text {
  color: #254b45;
}
.cid-uHYdltzHZC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uHYdltzHZC .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #df9e00;
  margin-bottom: 2rem;
}
.cid-uHYdltzHZC .link {
  opacity: 0;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s;
}
.cid-uHYdltzHZC img {
  border-radius: 10px;
}
.cid-uHYdltzHZC .date {
  margin: 20px 0;
  color: #fffefc;
}
.cid-uHYdltzHZC .mbr-section-title {
  color: #df9e00;
}
.cid-uHYdltzHZC .mbr-buttons {
  background-color: #df9e00;
}
.cid-uHYdltzHZC .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-uHYdltzHZC a {
  text-transform: uppercase;
  color: #df9e00;
}
.cid-uHYdltzHZC svg {
  padding-left: 15px;
  transition: 0.3s;
}
.cid-uHYdltzHZC .link:hover svg {
  padding-left: 7px;
  transition: 0.3s;
}
.cid-uHYdltzHZC .card-heading {
  line-height: 1.2;
  margin: 0px;
  color: #fffefc;
}
.cid-uHYdltzHZC .item-wrapper:hover {
  cursor: pointer;
}
.cid-uHYdltzHZC .item-wrapper:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-uHYdltzHZC .button {
  text-align: right;
}
@media (max-width: 600px) {
  .cid-uHYdltzHZC .header {
    margin-bottom: 20px;
  }
  .cid-uHYdltzHZC .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
  .cid-uHYdltzHZC .button {
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-uHYdltzHZC .link {
    margin-bottom: 40px;
  }
}
.cid-uHYdltzHZC .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-uP3gWqeDjV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uP3gWqeDjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3gWqeDjV .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-uP3gWqeDjV .container {
    padding: 0 16px;
  }
}
.cid-uP3gWqeDjV .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP3gWqeDjV .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP3gWqeDjV .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #353535;
}
.cid-uP3gWqeDjV .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uP3gWqeDjV .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uP3gWqeDjV .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .mbr-section-title {
  color: #ffffff;
}
.cid-uP3gWqeDjV .copyright {
  color: #353535;
}
.cid-uP3gWqeDjV .mbr-card-title {
  color: #aa7800;
}
.cid-uP3gWqeDjV .list {
  color: #353535;
}
.cid-uP3gWqeDjV .mbr-section-title,
.cid-uP3gWqeDjV .title-wrapper,
.cid-uP3gWqeDjV .social-wrapper {
  color: #000000;
}
.cid-uHYdp2XABI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHYdp2XABI .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-uHYdp2XABI nav.navbar {
  position: fixed;
}
.cid-uHYdp2XABI .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-uHYdp2XABI .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-uHYdp2XABI .nav-item {
    height: auto;
  }
}
.cid-uHYdp2XABI .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHYdp2XABI .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;
}
.cid-uHYdp2XABI .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHYdp2XABI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHYdp2XABI .dropdown-item:hover,
.cid-uHYdp2XABI .dropdown-item:focus {
  background: white !important;
}
.cid-uHYdp2XABI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHYdp2XABI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHYdp2XABI .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-uHYdp2XABI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHYdp2XABI .nav-link {
  position: relative;
}
.cid-uHYdp2XABI .container {
  display: flex;
  margin: auto;
}
.cid-uHYdp2XABI .iconfont-wrapper {
  color: #df9e00 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-uHYdp2XABI .dropdown-menu,
.cid-uHYdp2XABI .navbar.opened {
  background: #fffefc !important;
}
.cid-uHYdp2XABI .nav-item:focus,
.cid-uHYdp2XABI .nav-link:focus {
  outline: none;
}
.cid-uHYdp2XABI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHYdp2XABI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHYdp2XABI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uHYdp2XABI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHYdp2XABI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHYdp2XABI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHYdp2XABI .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffefc;
}
.cid-uHYdp2XABI .navbar.opened {
  transition: all 0.3s;
}
.cid-uHYdp2XABI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHYdp2XABI .navbar .navbar-logo img {
  width: auto;
}
.cid-uHYdp2XABI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHYdp2XABI .navbar.collapsed {
  justify-content: center;
}
.cid-uHYdp2XABI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHYdp2XABI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHYdp2XABI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uHYdp2XABI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHYdp2XABI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHYdp2XABI .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-uHYdp2XABI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHYdp2XABI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHYdp2XABI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHYdp2XABI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHYdp2XABI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHYdp2XABI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHYdp2XABI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHYdp2XABI .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-uHYdp2XABI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHYdp2XABI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHYdp2XABI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHYdp2XABI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHYdp2XABI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHYdp2XABI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHYdp2XABI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHYdp2XABI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHYdp2XABI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHYdp2XABI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHYdp2XABI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHYdp2XABI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHYdp2XABI .dropdown-item.active,
.cid-uHYdp2XABI .dropdown-item:active {
  background-color: transparent;
}
.cid-uHYdp2XABI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHYdp2XABI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHYdp2XABI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHYdp2XABI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffefc;
}
.cid-uHYdp2XABI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHYdp2XABI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHYdp2XABI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHYdp2XABI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHYdp2XABI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHYdp2XABI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #041f6d;
}
.cid-uHYdp2XABI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHYdp2XABI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHYdp2XABI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHYdp2XABI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHYdp2XABI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHYdp2XABI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHYdp2XABI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHYdp2XABI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHYdp2XABI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHYdp2XABI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHYdp2XABI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHYdp2XABI .navbar {
    height: 70px;
  }
  .cid-uHYdp2XABI .navbar.opened {
    height: auto;
  }
  .cid-uHYdp2XABI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHYdp3iVSu {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/9-1920x800.png");
}
.cid-uHYdp3iVSu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYdp3iVSu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHYdp3iVSu .container {
    padding: 0 20px;
  }
}
.cid-uHYdp3iVSu .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uHYdp3iVSu .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uHYdp3iVSu .mbr-section-title {
  color: #1d1d1d;
}
.cid-uHYdp3iVSu .mbr-text {
  color: #706f6d;
}
.cid-uP7ZvQqBR4 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fffefc;
}
.cid-uP7ZvQqBR4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP7ZvQqBR4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP7ZvQqBR4 .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uP7ZvQqBR4 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uP7ZvQqBR4 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP7ZvQqBR4 .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uP7ZvQqBR4 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP7ZvQqBR4 .mbr-section-title {
  color: #000000;
}
.cid-uP7ZvQqBR4 .mbr-desc {
  color: #000000;
}
.cid-uP7ZvQqBR4 .mbr-text {
  color: #000000;
}
.cid-uP7ZvQqBR4 .mbr-text,
.cid-uP7ZvQqBR4 .text-wrapper {
  color: #000000;
}
.cid-uP7ZvQqBR4 .mbr-section-title,
.cid-uP7ZvQqBR4 .mbr-section-btn {
  color: #000000;
}
.cid-uIItLSrHYo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIItLSrHYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIItLSrHYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uIItLSrHYo .container {
    padding: 0 24px;
  }
}
.cid-uIItLSrHYo .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIItLSrHYo .row {
    padding: 24px;
  }
}
.cid-uIItLSrHYo .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-uIItLSrHYo .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uIItLSrHYo .row .card {
    border: none;
  }
}
.cid-uIItLSrHYo .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uIItLSrHYo .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uIItLSrHYo .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uIItLSrHYo .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uIItLSrHYo .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIItLSrHYo .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-uIItLSrHYo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIItLSrHYo .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uIItLSrHYo .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uIItLSrHYo .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uIItLSrHYo .items {
  border-left: 1px solid #72716b;
}
.cid-uIItLSrHYo .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uIItLSrHYo .items .item {
    padding: 24px;
  }
}
.cid-uIItLSrHYo .items .item:last-child {
  border: none;
}
.cid-uIItLSrHYo .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uIItLSrHYo .items .item .item-wrapper {
    display: block;
  }
}
.cid-uIItLSrHYo .items .item .item-wrapper .item-img {
  background-color: #fffefc;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uIItLSrHYo .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-uIItLSrHYo .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uIItLSrHYo .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-uIItLSrHYo .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uIItLSrHYo .mbr-section-title {
  color: #F9F6E0;
}
.cid-uIItLSrHYo .mbr-desc {
  color: #000000;
  text-align: right;
}
.cid-uIItLSrHYo .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-uIItLSrHYo .card-title {
  color: #aa7800;
}
.cid-uIItLSrHYo .card-text {
  color: #000000;
}
.cid-uIItLSrHYo .mbr-section-title,
.cid-uIItLSrHYo .mbr-section-btn {
  text-align: right;
  color: #353535;
}
.cid-uIItPGxLLi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09163c;
  overflow: hidden;
}
.cid-uIItPGxLLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIItPGxLLi .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-uIItPGxLLi .container {
    padding: 0 30px;
  }
}
.cid-uIItPGxLLi .card {
  justify-content: center;
}
.cid-uIItPGxLLi .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uIItPGxLLi .items-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uIItPGxLLi .items-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uIItPGxLLi .items-wrapper .item {
  padding: 60px;
  background-color: #df9e00;
}
.cid-uIItPGxLLi .items-wrapper .item:nth-child(2n) {
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uIItPGxLLi .items-wrapper .item {
    padding: 40px;
  }
}
.cid-uIItPGxLLi .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-uIItPGxLLi .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 40px;
}
.cid-uIItPGxLLi .item-title_1 {
  color: #bee0d6;
}
.cid-uIItPGxLLi .item-title_2 {
  color: #254b45;
}
.cid-uIItPGxLLi .mbr-section-btn {
  text-align: right;
}
.cid-uIItPGxLLi .item-title_1,
.cid-uIItPGxLLi .mbr-section-btn {
  color: #000000;
}
.cid-uPdfTTumnr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uPdfTTumnr .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPdfTTumnr .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #e1e1e1;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
.cid-uPdfTTumnr .item-content:hover {
  background: #fff5cb;
  border-color: #fff5cb;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
@media (max-width: 767px) {
  .cid-uPdfTTumnr .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-uPdfTTumnr .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #df9e00;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uPdfTTumnr .img-text {
    left: 1rem;
  }
}
.cid-uPdfTTumnr img,
.cid-uPdfTTumnr .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-uPdfTTumnr .item:focus,
.cid-uPdfTTumnr span:focus {
  outline: none;
}
.cid-uPdfTTumnr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uPdfTTumnr .mbr-section-title {
  color: #232323;
}
.cid-uPdfTTumnr .mbr-text,
.cid-uPdfTTumnr .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-uPdfTTumnr .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-uPdfTTumnr .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-uPdfTTumnr .mbr-section-subtitle {
  color: #777777;
}
.cid-uP3gWqeDjV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uP3gWqeDjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3gWqeDjV .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-uP3gWqeDjV .container {
    padding: 0 16px;
  }
}
.cid-uP3gWqeDjV .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP3gWqeDjV .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP3gWqeDjV .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #353535;
}
.cid-uP3gWqeDjV .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uP3gWqeDjV .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uP3gWqeDjV .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .mbr-section-title {
  color: #ffffff;
}
.cid-uP3gWqeDjV .copyright {
  color: #353535;
}
.cid-uP3gWqeDjV .mbr-card-title {
  color: #aa7800;
}
.cid-uP3gWqeDjV .list {
  color: #353535;
}
.cid-uP3gWqeDjV .mbr-section-title,
.cid-uP3gWqeDjV .title-wrapper,
.cid-uP3gWqeDjV .social-wrapper {
  color: #000000;
}
.cid-uHYpQnIwLb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHYpQnIwLb .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-uHYpQnIwLb nav.navbar {
  position: fixed;
}
.cid-uHYpQnIwLb .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-uHYpQnIwLb .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-uHYpQnIwLb .nav-item {
    height: auto;
  }
}
.cid-uHYpQnIwLb .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHYpQnIwLb .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;
}
.cid-uHYpQnIwLb .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHYpQnIwLb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHYpQnIwLb .dropdown-item:hover,
.cid-uHYpQnIwLb .dropdown-item:focus {
  background: white !important;
}
.cid-uHYpQnIwLb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHYpQnIwLb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHYpQnIwLb .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-uHYpQnIwLb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHYpQnIwLb .nav-link {
  position: relative;
}
.cid-uHYpQnIwLb .container {
  display: flex;
  margin: auto;
}
.cid-uHYpQnIwLb .iconfont-wrapper {
  color: #df9e00 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-uHYpQnIwLb .dropdown-menu,
.cid-uHYpQnIwLb .navbar.opened {
  background: #fffefc !important;
}
.cid-uHYpQnIwLb .nav-item:focus,
.cid-uHYpQnIwLb .nav-link:focus {
  outline: none;
}
.cid-uHYpQnIwLb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHYpQnIwLb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHYpQnIwLb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uHYpQnIwLb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHYpQnIwLb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHYpQnIwLb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHYpQnIwLb .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffefc;
}
.cid-uHYpQnIwLb .navbar.opened {
  transition: all 0.3s;
}
.cid-uHYpQnIwLb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHYpQnIwLb .navbar .navbar-logo img {
  width: auto;
}
.cid-uHYpQnIwLb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHYpQnIwLb .navbar.collapsed {
  justify-content: center;
}
.cid-uHYpQnIwLb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHYpQnIwLb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHYpQnIwLb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uHYpQnIwLb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHYpQnIwLb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHYpQnIwLb .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-uHYpQnIwLb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHYpQnIwLb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHYpQnIwLb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHYpQnIwLb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHYpQnIwLb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHYpQnIwLb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHYpQnIwLb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHYpQnIwLb .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-uHYpQnIwLb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHYpQnIwLb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHYpQnIwLb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHYpQnIwLb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHYpQnIwLb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHYpQnIwLb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHYpQnIwLb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHYpQnIwLb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHYpQnIwLb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHYpQnIwLb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHYpQnIwLb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHYpQnIwLb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHYpQnIwLb .dropdown-item.active,
.cid-uHYpQnIwLb .dropdown-item:active {
  background-color: transparent;
}
.cid-uHYpQnIwLb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHYpQnIwLb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHYpQnIwLb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHYpQnIwLb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffefc;
}
.cid-uHYpQnIwLb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHYpQnIwLb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHYpQnIwLb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHYpQnIwLb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHYpQnIwLb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHYpQnIwLb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #041f6d;
}
.cid-uHYpQnIwLb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHYpQnIwLb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHYpQnIwLb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHYpQnIwLb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHYpQnIwLb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHYpQnIwLb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHYpQnIwLb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHYpQnIwLb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHYpQnIwLb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHYpQnIwLb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHYpQnIwLb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHYpQnIwLb .navbar {
    height: 70px;
  }
  .cid-uHYpQnIwLb .navbar.opened {
    height: auto;
  }
  .cid-uHYpQnIwLb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHYpQplKgq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uHYpQplKgq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYpQplKgq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uHYpQplKgq .container {
    padding: 0 24px;
  }
}
.cid-uHYpQplKgq .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uHYpQplKgq .content-wrapper {
    padding: 24px;
  }
}
.cid-uHYpQplKgq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHYpQplKgq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHYpQplKgq .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uHYpQplKgq .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uHYpQplKgq .mbr-section-title {
  color: #F9F6E0;
}
.cid-uHYpQplKgq .mbr-text {
  color: #F9F6E0;
}
.cid-uHYpQpMe6t {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uHYpQpMe6t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYpQpMe6t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYpQpMe6t a {
  font-weight: bold;
}
.cid-uHYpQpMe6t .mbr-section-title {
  color: #151515;
  text-align: center;
}
.cid-uHYpQpMe6t .mbr-text,
.cid-uHYpQpMe6t .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uHYpQqcy3S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uHYpQqcy3S .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-uHYpQqcy3S .row {
    text-align: center!important;
  }
}
.cid-uHYpQqcy3S .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-uHYpQqcy3S .mbr-section-title {
    text-align: center;
  }
}
.cid-uHYpQqcy3S .mbr-text {
  color: #999999;
  margin-top: 20px;
}
.cid-uHYpQqcy3S .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uHYpQqcy3S .mbr-section-btn {
  margin-top: 20px;
}
.cid-uHYpQqcy3S .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-uHYpQqcy3S .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uHYpQqcy3S .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHYpQqcy3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYpQqcy3S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYpQqy8k7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHYpQqy8k7 .row {
  align-items: center;
}
.cid-uHYpQqy8k7 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uHYpQqy8k7 .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uHYpQqy8k7 .header-text {
    margin-bottom: 20px;
  }
}
.cid-uHYpQqy8k7 .mbr-section-title {
  width: 100%;
  color: #111111;
  margin-bottom: 8px;
}
.cid-uHYpQqy8k7 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-uHYpQqy8k7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYpQqy8k7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYpQqWoSP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uHYpQqWoSP .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uHYpQqWoSP .item-content {
  background: #efefef;
  transition: all 0.3s;
  border: 2px solid #e1e1e1;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
.cid-uHYpQqWoSP .item-content:hover {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
@media (max-width: 767px) {
  .cid-uHYpQqWoSP .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-uHYpQqWoSP .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #ff8484;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uHYpQqWoSP .img-text {
    left: 1rem;
  }
}
.cid-uHYpQqWoSP img,
.cid-uHYpQqWoSP .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-uHYpQqWoSP .item:focus,
.cid-uHYpQqWoSP span:focus {
  outline: none;
}
.cid-uHYpQqWoSP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uHYpQqWoSP .mbr-section-title {
  color: #232323;
}
.cid-uHYpQqWoSP .mbr-text,
.cid-uHYpQqWoSP .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-uHYpQqWoSP .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-uHYpQqWoSP .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-uHYpQqWoSP .mbr-section-subtitle {
  color: #777777;
}
.cid-uHYpQrp5Ib {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uHYpQrp5Ib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYpQrp5Ib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYpQrp5Ib .card {
  justify-content: center;
}
.cid-uHYpQrp5Ib .content-wrapper {
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uHYpQrp5Ib .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uHYpQrp5Ib .content-wrapper {
    padding: 0;
  }
}
.cid-uHYpQrp5Ib .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHYpQrp5Ib .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHYpQrp5Ib .button-wrap {
  padding: 0 108px 0 75px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uHYpQrp5Ib .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uHYpQrp5Ib .button-wrap {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uHYpQrp5Ib .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px 108px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uHYpQrp5Ib .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uHYpQrp5Ib .items-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uHYpQrp5Ib .items-wrapper .item {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uHYpQrp5Ib .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uHYpQrp5Ib .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uHYpQrp5Ib .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uHYpQrp5Ib .items-wrapper .item .item-wrapper {
  transition: all .3s ease;
  height: 100%;
}
.cid-uHYpQrp5Ib .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uHYpQrp5Ib .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 52px;
  }
}
.cid-uHYpQrp5Ib .items-wrapper .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
  border: 2px solid #ffffff;
}
.cid-uHYpQrp5Ib .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
  height: 315px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uHYpQrp5Ib .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: -1.5rem;
  left: -3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
  background-color: #2c2625;
}
@media (max-width: 1440px) {
  .cid-uHYpQrp5Ib .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
    left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHYpQrp5Ib .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uHYpQrp5Ib .items-wrapper .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 45px;
}
.cid-uHYpQrp5Ib .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uHYpQrp5Ib .items-wrapper .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uHYpQrp5Ib .items-wrapper .item .item-wrapper .card-box .tag-wrapper .item-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uHYpQrp5Ib .items-wrapper .item .item-wrapper .card-box .mbr-section-btn-item .btn {
  margin-left: 0;
}
.cid-uHYpQrp5Ib .mbr-section-btn {
  text-align: right;
}
.cid-uHYpQrp5Ib .mbr-section-title {
  color: #ffffff;
}
.cid-uHYpQrp5Ib .item-title {
  color: #ffffff;
}
.cid-uHYpQrp5Ib .item-tag {
  color: #ffffff;
}
.cid-uHYpQrp5Ib .item-text {
  color: #ffffff;
}
.cid-uHYpQrQCqm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uHYpQrQCqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYpQrQCqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYpQrQCqm .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uHYpQrQCqm .row .item {
  padding: 0 13px;
}
.cid-uHYpQrQCqm .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uHYpQrQCqm .item {
    margin-bottom: 16px;
  }
}
.cid-uHYpQrQCqm .item .item-wrapper {
  height: 100%;
  background-color: #5c7d4f;
  padding: 54px;
}
@media (max-width: 1200px) {
  .cid-uHYpQrQCqm .item .item-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uHYpQrQCqm .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uHYpQrQCqm .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #151e11;
}
.cid-uHYpQrQCqm .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uHYpQrQCqm .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uHYpQrQCqm .item .item-wrapper .card-box .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHYpQrQCqm .item .item-wrapper .card-box .item-title {
    margin-bottom: 30px;
  }
}
.cid-uHYpQrQCqm .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHYpQrQCqm .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uHYpQrQCqm .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uHYpQrQCqm .item-label {
  color: #fff7ee;
}
.cid-uHYpQrQCqm .item-title {
  color: #fff7ee;
}
.cid-uHYpQrQCqm .item-text {
  color: #fff7ee;
}
.cid-uHYpQsggFO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uHYpQsggFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYpQsggFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYpQsggFO .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uHYpQsggFO .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uHYpQsggFO .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uHYpQsggFO .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHYpQsggFO .item {
    margin-bottom: 16px;
  }
}
.cid-uHYpQsggFO .item:hover .item-wrapper .item-img img,
.cid-uHYpQsggFO .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uHYpQsggFO .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uHYpQsggFO .item .item-wrapper {
    display: block;
  }
}
.cid-uHYpQsggFO .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .cid-uHYpQsggFO .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uHYpQsggFO .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uHYpQsggFO .item .item-wrapper .item-content .item-title_1,
.cid-uHYpQsggFO .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uHYpQsggFO .item .item-wrapper .item-content .item-text_1,
.cid-uHYpQsggFO .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uHYpQsggFO .item .item-wrapper .item-img {
  width: 40%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uHYpQsggFO .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uHYpQsggFO .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHYpQsggFO .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uHYpQsggFO .item .card_1 {
  background-color: #a3c2ff;
}
.cid-uHYpQsggFO .item .card_2 {
  background-color: #c2ffcc;
}
.cid-uHYpQsggFO .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uHYpQsggFO .item-title_1 {
  color: #ffffff;
}
.cid-uHYpQsggFO .item-title_2 {
  color: #12b82e;
}
.cid-uHYpQsggFO .item-text_1 {
  color: #ffffff;
}
.cid-uHYpQsggFO .item-text_2 {
  color: #12b82e;
}
.cid-uHYpQsHw1G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHYpQsHw1G .title-section {
  margin-bottom: 4.5rem;
  padding: 0 90px;
}
@media (max-width: 992px) {
  .cid-uHYpQsHw1G .title-section {
    padding: 0 20px;
    margin-bottom: 2rem;
  }
}
.cid-uHYpQsHw1G .card {
  background-color: #ebeae2;
}
.cid-uHYpQsHw1G .img-center {
  display: flex;
  justify-content: center;
}
.cid-uHYpQsHw1G .card-img-top {
  width: 40px;
  height: 40px;
}
@media (min-width: 992px) {
  .cid-uHYpQsHw1G .card-body {
    padding: 52px 90px;
  }
}
.cid-uHYpQsHw1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYpQsHw1G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYpQtgIwF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHYpQtgIwF .card {
  background-color: #ebeae2;
}
.cid-uHYpQtgIwF .card-img-top {
  width: 40px;
  height: 40px;
}
.cid-uHYpQtgIwF .card-body {
  padding: 50px;
}
.cid-uHYpQtgIwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYpQtgIwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYpQtLgMw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHYpQtLgMw .image-body {
    margin-right: 16px;
  }
}
.cid-uHYpQtLgMw .card-img-top {
  width: 35px;
  height: 35px;
}
.cid-uHYpQtLgMw .card-body {
  flex: 0 1 auto;
  padding: 10px;
}
.cid-uHYpQtLgMw .card {
  padding: 50px;
  flex-direction: row;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (min-width: 992px) {
  .cid-uHYpQtLgMw .card {
    padding: 36px 70px;
  }
}
@media (max-width: 992px) {
  .cid-uHYpQtLgMw .card {
    flex-direction: column;
  }
  .cid-uHYpQtLgMw .image-body {
    padding-bottom: 0;
  }
  .cid-uHYpQtLgMw .text-body {
    padding-top: 10px;
  }
}
.cid-uHYpQtLgMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYpQtLgMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYpQudldy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHYpQudldy .card {
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-uHYpQudldy .title-section {
  padding: 0px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-uHYpQudldy .card-body {
    padding: 60px;
  }
  .cid-uHYpQudldy .title-section {
    padding: 0 100px;
    margin-bottom: 60px;
  }
}
.cid-uHYpQudldy .card-img-top {
  width: 40px;
  height: 40px;
}
.cid-uHYpQudldy li {
  margin-bottom: 16px;
}
.cid-uHYpQudldy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYpQudldy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYpQuGrbL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHYpQuGrbL .card-body {
  padding: 60px 90px 20px 90px;
}
@media (max-width: 768px) {
  .cid-uHYpQuGrbL .card-body {
    padding: 30px 20px;
  }
}
.cid-uHYpQuGrbL .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uHYpQuGrbL .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-uHYpQuGrbL .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-uHYpQuGrbL .card {
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-uHYpQuGrbL .card-img-top {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.cid-uHYpQuGrbL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYpQuGrbL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3gWqeDjV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uP3gWqeDjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3gWqeDjV .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-uP3gWqeDjV .container {
    padding: 0 16px;
  }
}
.cid-uP3gWqeDjV .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP3gWqeDjV .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP3gWqeDjV .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #353535;
}
.cid-uP3gWqeDjV .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uP3gWqeDjV .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uP3gWqeDjV .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .mbr-section-title {
  color: #ffffff;
}
.cid-uP3gWqeDjV .copyright {
  color: #353535;
}
.cid-uP3gWqeDjV .mbr-card-title {
  color: #aa7800;
}
.cid-uP3gWqeDjV .list {
  color: #353535;
}
.cid-uP3gWqeDjV .mbr-section-title,
.cid-uP3gWqeDjV .title-wrapper,
.cid-uP3gWqeDjV .social-wrapper {
  color: #000000;
}
.cid-uHYHlU2wXW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHYHlU2wXW .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-uHYHlU2wXW nav.navbar {
  position: fixed;
}
.cid-uHYHlU2wXW .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-uHYHlU2wXW .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-uHYHlU2wXW .nav-item {
    height: auto;
  }
}
.cid-uHYHlU2wXW .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHYHlU2wXW .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;
}
.cid-uHYHlU2wXW .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHYHlU2wXW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHYHlU2wXW .dropdown-item:hover,
.cid-uHYHlU2wXW .dropdown-item:focus {
  background: white !important;
}
.cid-uHYHlU2wXW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHYHlU2wXW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHYHlU2wXW .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-uHYHlU2wXW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHYHlU2wXW .nav-link {
  position: relative;
}
.cid-uHYHlU2wXW .container {
  display: flex;
  margin: auto;
}
.cid-uHYHlU2wXW .iconfont-wrapper {
  color: #df9e00 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-uHYHlU2wXW .dropdown-menu,
.cid-uHYHlU2wXW .navbar.opened {
  background: #fffefc !important;
}
.cid-uHYHlU2wXW .nav-item:focus,
.cid-uHYHlU2wXW .nav-link:focus {
  outline: none;
}
.cid-uHYHlU2wXW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHYHlU2wXW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHYHlU2wXW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uHYHlU2wXW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHYHlU2wXW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHYHlU2wXW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHYHlU2wXW .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffefc;
}
.cid-uHYHlU2wXW .navbar.opened {
  transition: all 0.3s;
}
.cid-uHYHlU2wXW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHYHlU2wXW .navbar .navbar-logo img {
  width: auto;
}
.cid-uHYHlU2wXW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHYHlU2wXW .navbar.collapsed {
  justify-content: center;
}
.cid-uHYHlU2wXW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHYHlU2wXW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHYHlU2wXW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uHYHlU2wXW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHYHlU2wXW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHYHlU2wXW .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-uHYHlU2wXW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHYHlU2wXW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHYHlU2wXW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHYHlU2wXW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHYHlU2wXW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHYHlU2wXW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHYHlU2wXW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHYHlU2wXW .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-uHYHlU2wXW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHYHlU2wXW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHYHlU2wXW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHYHlU2wXW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHYHlU2wXW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHYHlU2wXW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHYHlU2wXW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHYHlU2wXW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHYHlU2wXW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHYHlU2wXW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHYHlU2wXW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHYHlU2wXW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHYHlU2wXW .dropdown-item.active,
.cid-uHYHlU2wXW .dropdown-item:active {
  background-color: transparent;
}
.cid-uHYHlU2wXW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHYHlU2wXW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHYHlU2wXW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHYHlU2wXW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffefc;
}
.cid-uHYHlU2wXW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHYHlU2wXW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHYHlU2wXW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHYHlU2wXW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHYHlU2wXW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHYHlU2wXW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #041f6d;
}
.cid-uHYHlU2wXW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHYHlU2wXW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHYHlU2wXW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHYHlU2wXW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHYHlU2wXW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHYHlU2wXW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHYHlU2wXW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHYHlU2wXW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHYHlU2wXW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHYHlU2wXW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHYHlU2wXW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHYHlU2wXW .navbar {
    height: 70px;
  }
  .cid-uHYHlU2wXW .navbar.opened {
    height: auto;
  }
  .cid-uHYHlU2wXW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHYHlUwYhf {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uHYHlUwYhf .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-uHYHlUwYhf .row {
    text-align: center!important;
  }
}
.cid-uHYHlUwYhf .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-uHYHlUwYhf .mbr-section-title {
    text-align: center;
  }
}
.cid-uHYHlUwYhf .mbr-text {
  color: #999999;
  margin-top: 20px;
}
.cid-uHYHlUwYhf .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uHYHlUwYhf .mbr-section-btn {
  margin-top: 20px;
}
.cid-uHYHlUwYhf .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-uHYHlUwYhf .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uHYHlUwYhf .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHYHlUwYhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYHlUwYhf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP7WiHzKFk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #fffefc;
}
.cid-uP7WiHzKFk .mbr-text {
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.8;
}
.cid-uP7WiHzKFk .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uP7WiHzKFk .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0;
}
.cid-uP7WiHzKFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP7WiHzKFk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP7WiHzKFk .card-title,
.cid-uP7WiHzKFk .card-img {
  color: #000000;
}
.cid-uHYHlURgPw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHYHlURgPw .image-body {
    margin-right: 16px;
  }
}
.cid-uHYHlURgPw .card-img-top {
  width: 35px;
  height: 35px;
}
.cid-uHYHlURgPw .card-body {
  flex: 0 1 auto;
  padding: 10px;
}
.cid-uHYHlURgPw .card {
  padding: 50px;
  flex-direction: row;
  background-color: #f2f6ff;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (min-width: 992px) {
  .cid-uHYHlURgPw .card {
    padding: 36px 70px;
  }
}
@media (max-width: 992px) {
  .cid-uHYHlURgPw .card {
    flex-direction: column;
  }
  .cid-uHYHlURgPw .image-body {
    padding-bottom: 0;
  }
  .cid-uHYHlURgPw .text-body {
    padding-top: 10px;
  }
}
.cid-uHYHlURgPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYHlURgPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYHlVg9qY {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHYHlVg9qY .image-body {
    margin-right: 16px;
  }
}
.cid-uHYHlVg9qY .card-img-top {
  width: 35px;
  height: 35px;
}
.cid-uHYHlVg9qY .card-body {
  flex: 0 1 auto;
  padding: 10px;
}
.cid-uHYHlVg9qY .card {
  padding: 50px;
  flex-direction: row;
  background-color: #f2f6ff;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (min-width: 992px) {
  .cid-uHYHlVg9qY .card {
    padding: 36px 70px;
  }
}
@media (max-width: 992px) {
  .cid-uHYHlVg9qY .card {
    flex-direction: column;
  }
  .cid-uHYHlVg9qY .image-body {
    padding-bottom: 0;
  }
  .cid-uHYHlVg9qY .text-body {
    padding-top: 10px;
  }
}
.cid-uHYHlVg9qY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYHlVg9qY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP7VFtXhGQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uP7VFtXhGQ .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uP7VFtXhGQ .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #e1e1e1;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
.cid-uP7VFtXhGQ .item-content:hover {
  background: #fff5cb;
  border-color: #fff5cb;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
@media (max-width: 767px) {
  .cid-uP7VFtXhGQ .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-uP7VFtXhGQ .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #df9e00;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uP7VFtXhGQ .img-text {
    left: 1rem;
  }
}
.cid-uP7VFtXhGQ img,
.cid-uP7VFtXhGQ .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-uP7VFtXhGQ .item:focus,
.cid-uP7VFtXhGQ span:focus {
  outline: none;
}
.cid-uP7VFtXhGQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uP7VFtXhGQ .mbr-section-title {
  color: #232323;
}
.cid-uP7VFtXhGQ .mbr-text,
.cid-uP7VFtXhGQ .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-uP7VFtXhGQ .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-uP7VFtXhGQ .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-uP7VFtXhGQ .mbr-section-subtitle {
  color: #777777;
}
.cid-uP3gWqeDjV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uP3gWqeDjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3gWqeDjV .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-uP3gWqeDjV .container {
    padding: 0 16px;
  }
}
.cid-uP3gWqeDjV .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP3gWqeDjV .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP3gWqeDjV .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #353535;
}
.cid-uP3gWqeDjV .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uP3gWqeDjV .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uP3gWqeDjV .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .mbr-section-title {
  color: #ffffff;
}
.cid-uP3gWqeDjV .copyright {
  color: #353535;
}
.cid-uP3gWqeDjV .mbr-card-title {
  color: #aa7800;
}
.cid-uP3gWqeDjV .list {
  color: #353535;
}
.cid-uP3gWqeDjV .mbr-section-title,
.cid-uP3gWqeDjV .title-wrapper,
.cid-uP3gWqeDjV .social-wrapper {
  color: #000000;
}
.cid-uHYIxUtLUi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHYIxUtLUi .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-uHYIxUtLUi nav.navbar {
  position: fixed;
}
.cid-uHYIxUtLUi .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-uHYIxUtLUi .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-uHYIxUtLUi .nav-item {
    height: auto;
  }
}
.cid-uHYIxUtLUi .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHYIxUtLUi .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;
}
.cid-uHYIxUtLUi .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHYIxUtLUi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHYIxUtLUi .dropdown-item:hover,
.cid-uHYIxUtLUi .dropdown-item:focus {
  background: white !important;
}
.cid-uHYIxUtLUi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHYIxUtLUi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHYIxUtLUi .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-uHYIxUtLUi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHYIxUtLUi .nav-link {
  position: relative;
}
.cid-uHYIxUtLUi .container {
  display: flex;
  margin: auto;
}
.cid-uHYIxUtLUi .iconfont-wrapper {
  color: #df9e00 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-uHYIxUtLUi .dropdown-menu,
.cid-uHYIxUtLUi .navbar.opened {
  background: #fffefc !important;
}
.cid-uHYIxUtLUi .nav-item:focus,
.cid-uHYIxUtLUi .nav-link:focus {
  outline: none;
}
.cid-uHYIxUtLUi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHYIxUtLUi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHYIxUtLUi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uHYIxUtLUi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHYIxUtLUi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHYIxUtLUi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHYIxUtLUi .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffefc;
}
.cid-uHYIxUtLUi .navbar.opened {
  transition: all 0.3s;
}
.cid-uHYIxUtLUi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHYIxUtLUi .navbar .navbar-logo img {
  width: auto;
}
.cid-uHYIxUtLUi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHYIxUtLUi .navbar.collapsed {
  justify-content: center;
}
.cid-uHYIxUtLUi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHYIxUtLUi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHYIxUtLUi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uHYIxUtLUi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHYIxUtLUi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHYIxUtLUi .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-uHYIxUtLUi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHYIxUtLUi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHYIxUtLUi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHYIxUtLUi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHYIxUtLUi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHYIxUtLUi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHYIxUtLUi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHYIxUtLUi .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-uHYIxUtLUi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHYIxUtLUi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHYIxUtLUi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHYIxUtLUi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHYIxUtLUi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHYIxUtLUi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHYIxUtLUi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHYIxUtLUi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHYIxUtLUi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHYIxUtLUi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHYIxUtLUi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHYIxUtLUi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHYIxUtLUi .dropdown-item.active,
.cid-uHYIxUtLUi .dropdown-item:active {
  background-color: transparent;
}
.cid-uHYIxUtLUi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHYIxUtLUi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHYIxUtLUi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHYIxUtLUi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffefc;
}
.cid-uHYIxUtLUi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHYIxUtLUi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHYIxUtLUi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHYIxUtLUi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHYIxUtLUi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHYIxUtLUi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #041f6d;
}
.cid-uHYIxUtLUi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHYIxUtLUi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHYIxUtLUi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHYIxUtLUi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHYIxUtLUi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHYIxUtLUi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHYIxUtLUi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHYIxUtLUi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHYIxUtLUi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHYIxUtLUi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHYIxUtLUi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHYIxUtLUi .navbar {
    height: 70px;
  }
  .cid-uHYIxUtLUi .navbar.opened {
    height: auto;
  }
  .cid-uHYIxUtLUi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHYIxUVbPx {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHYIxUVbPx .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-uHYIxUVbPx .row {
    text-align: center!important;
  }
}
.cid-uHYIxUVbPx .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-uHYIxUVbPx .mbr-section-title {
    text-align: center;
  }
}
.cid-uHYIxUVbPx .mbr-text {
  color: #999999;
  margin-top: 20px;
}
.cid-uHYIxUVbPx .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uHYIxUVbPx .mbr-section-btn {
  margin-top: 20px;
}
.cid-uHYIxUVbPx .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-uHYIxUVbPx .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uHYIxUVbPx .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHYIxUVbPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYIxUVbPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP88bE4ntw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fffefc;
}
.cid-uP88bE4ntw .mbr-text {
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.8;
}
.cid-uP88bE4ntw .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uP88bE4ntw .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0;
}
.cid-uP88bE4ntw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP88bE4ntw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP88bE4ntw .card-title,
.cid-uP88bE4ntw .card-img {
  color: #000000;
}
.cid-uHYIxVk2zH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHYIxVk2zH .image-body {
    margin-right: 16px;
  }
}
.cid-uHYIxVk2zH .card-img-top {
  width: 35px;
  height: 35px;
}
.cid-uHYIxVk2zH .card-body {
  flex: 0 1 auto;
  padding: 10px;
}
.cid-uHYIxVk2zH .card {
  padding: 50px;
  flex-direction: row;
  background-color: #f2f6ff;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (min-width: 992px) {
  .cid-uHYIxVk2zH .card {
    padding: 36px 70px;
  }
}
@media (max-width: 992px) {
  .cid-uHYIxVk2zH .card {
    flex-direction: column;
  }
  .cid-uHYIxVk2zH .image-body {
    padding-bottom: 0;
  }
  .cid-uHYIxVk2zH .text-body {
    padding-top: 10px;
  }
}
.cid-uHYIxVk2zH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYIxVk2zH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIxlJkim8P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uIxlJkim8P .image-body {
    margin-right: 16px;
  }
}
.cid-uIxlJkim8P .card-img-top {
  width: 35px;
  height: 35px;
}
.cid-uIxlJkim8P .card-body {
  flex: 0 1 auto;
  padding: 10px;
}
.cid-uIxlJkim8P .card {
  padding: 50px;
  flex-direction: row;
  background-color: #f2f6ff;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (min-width: 992px) {
  .cid-uIxlJkim8P .card {
    padding: 36px 70px;
  }
}
@media (max-width: 992px) {
  .cid-uIxlJkim8P .card {
    flex-direction: column;
  }
  .cid-uIxlJkim8P .image-body {
    padding-bottom: 0;
  }
  .cid-uIxlJkim8P .text-body {
    padding-top: 10px;
  }
}
.cid-uIxlJkim8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxlJkim8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP87Tdqcir {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uP87Tdqcir .image-body {
    margin-right: 16px;
  }
}
.cid-uP87Tdqcir .card-img-top {
  width: 35px;
  height: 35px;
}
.cid-uP87Tdqcir .card-body {
  flex: 0 1 auto;
  padding: 10px;
}
.cid-uP87Tdqcir .card {
  padding: 50px;
  flex-direction: row;
  background-color: #f2f6ff;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (min-width: 992px) {
  .cid-uP87Tdqcir .card {
    padding: 36px 70px;
  }
}
@media (max-width: 992px) {
  .cid-uP87Tdqcir .card {
    flex-direction: column;
  }
  .cid-uP87Tdqcir .image-body {
    padding-bottom: 0;
  }
  .cid-uP87Tdqcir .text-body {
    padding-top: 10px;
  }
}
.cid-uP87Tdqcir .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP87Tdqcir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYIxVHmUT {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHYIxVHmUT .image-body {
    margin-right: 16px;
  }
}
.cid-uHYIxVHmUT .card-img-top {
  width: 35px;
  height: 35px;
}
.cid-uHYIxVHmUT .card-body {
  flex: 0 1 auto;
  padding: 10px;
}
.cid-uHYIxVHmUT .card {
  padding: 50px;
  flex-direction: row;
  background-color: #f2f6ff;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (min-width: 992px) {
  .cid-uHYIxVHmUT .card {
    padding: 36px 70px;
  }
}
@media (max-width: 992px) {
  .cid-uHYIxVHmUT .card {
    flex-direction: column;
  }
  .cid-uHYIxVHmUT .image-body {
    padding-bottom: 0;
  }
  .cid-uHYIxVHmUT .text-body {
    padding-top: 10px;
  }
}
.cid-uHYIxVHmUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYIxVHmUT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP87Ere5rT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uP87Ere5rT .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uP87Ere5rT .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #e1e1e1;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
.cid-uP87Ere5rT .item-content:hover {
  background: #fff5cb;
  border-color: #fff5cb;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
@media (max-width: 767px) {
  .cid-uP87Ere5rT .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-uP87Ere5rT .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #df9e00;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uP87Ere5rT .img-text {
    left: 1rem;
  }
}
.cid-uP87Ere5rT img,
.cid-uP87Ere5rT .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-uP87Ere5rT .item:focus,
.cid-uP87Ere5rT span:focus {
  outline: none;
}
.cid-uP87Ere5rT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uP87Ere5rT .mbr-section-title {
  color: #232323;
}
.cid-uP87Ere5rT .mbr-text,
.cid-uP87Ere5rT .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-uP87Ere5rT .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-uP87Ere5rT .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-uP87Ere5rT .mbr-section-subtitle {
  color: #777777;
}
.cid-uP3gWqeDjV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uP3gWqeDjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3gWqeDjV .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-uP3gWqeDjV .container {
    padding: 0 16px;
  }
}
.cid-uP3gWqeDjV .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP3gWqeDjV .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP3gWqeDjV .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #353535;
}
.cid-uP3gWqeDjV .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uP3gWqeDjV .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uP3gWqeDjV .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .mbr-section-title {
  color: #ffffff;
}
.cid-uP3gWqeDjV .copyright {
  color: #353535;
}
.cid-uP3gWqeDjV .mbr-card-title {
  color: #aa7800;
}
.cid-uP3gWqeDjV .list {
  color: #353535;
}
.cid-uP3gWqeDjV .mbr-section-title,
.cid-uP3gWqeDjV .title-wrapper,
.cid-uP3gWqeDjV .social-wrapper {
  color: #000000;
}
.cid-uIxOQA8kxp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIxOQA8kxp .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-uIxOQA8kxp nav.navbar {
  position: fixed;
}
.cid-uIxOQA8kxp .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-uIxOQA8kxp .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-uIxOQA8kxp .nav-item {
    height: auto;
  }
}
.cid-uIxOQA8kxp .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIxOQA8kxp .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;
}
.cid-uIxOQA8kxp .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIxOQA8kxp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIxOQA8kxp .dropdown-item:hover,
.cid-uIxOQA8kxp .dropdown-item:focus {
  background: white !important;
}
.cid-uIxOQA8kxp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIxOQA8kxp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIxOQA8kxp .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-uIxOQA8kxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIxOQA8kxp .nav-link {
  position: relative;
}
.cid-uIxOQA8kxp .container {
  display: flex;
  margin: auto;
}
.cid-uIxOQA8kxp .iconfont-wrapper {
  color: #df9e00 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-uIxOQA8kxp .dropdown-menu,
.cid-uIxOQA8kxp .navbar.opened {
  background: #fffefc !important;
}
.cid-uIxOQA8kxp .nav-item:focus,
.cid-uIxOQA8kxp .nav-link:focus {
  outline: none;
}
.cid-uIxOQA8kxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIxOQA8kxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIxOQA8kxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uIxOQA8kxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIxOQA8kxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIxOQA8kxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIxOQA8kxp .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffefc;
}
.cid-uIxOQA8kxp .navbar.opened {
  transition: all 0.3s;
}
.cid-uIxOQA8kxp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIxOQA8kxp .navbar .navbar-logo img {
  width: auto;
}
.cid-uIxOQA8kxp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIxOQA8kxp .navbar.collapsed {
  justify-content: center;
}
.cid-uIxOQA8kxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIxOQA8kxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIxOQA8kxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uIxOQA8kxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIxOQA8kxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIxOQA8kxp .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-uIxOQA8kxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIxOQA8kxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIxOQA8kxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIxOQA8kxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIxOQA8kxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIxOQA8kxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIxOQA8kxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIxOQA8kxp .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-uIxOQA8kxp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIxOQA8kxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIxOQA8kxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIxOQA8kxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIxOQA8kxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIxOQA8kxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIxOQA8kxp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIxOQA8kxp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIxOQA8kxp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIxOQA8kxp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIxOQA8kxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIxOQA8kxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIxOQA8kxp .dropdown-item.active,
.cid-uIxOQA8kxp .dropdown-item:active {
  background-color: transparent;
}
.cid-uIxOQA8kxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIxOQA8kxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIxOQA8kxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIxOQA8kxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffefc;
}
.cid-uIxOQA8kxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIxOQA8kxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIxOQA8kxp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIxOQA8kxp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIxOQA8kxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIxOQA8kxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #041f6d;
}
.cid-uIxOQA8kxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIxOQA8kxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIxOQA8kxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIxOQA8kxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIxOQA8kxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIxOQA8kxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIxOQA8kxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIxOQA8kxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIxOQA8kxp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIxOQA8kxp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIxOQA8kxp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIxOQA8kxp .navbar {
    height: 70px;
  }
  .cid-uIxOQA8kxp .navbar.opened {
    height: auto;
  }
  .cid-uIxOQA8kxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIxOQAJQXV {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/10-1920x800.png");
}
.cid-uIxOQAJQXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxOQAJQXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uIxOQAJQXV .container {
    padding: 0 20px;
  }
}
.cid-uIxOQAJQXV .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uIxOQAJQXV .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uIxOQAJQXV .mbr-section-title {
  color: #1d1d1d;
}
.cid-uIxOQAJQXV .mbr-text {
  color: #232323;
}
.cid-uIxOQBeXmW {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fffefc;
}
.cid-uIxOQBeXmW .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
}
@media (max-width: 767px) {
  .cid-uIxOQBeXmW .row {
    padding: 0rem 0rem;
  }
}
.cid-uIxOQBeXmW img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uIxOQBeXmW img {
    width: 100%;
  }
}
.cid-uIxOQBeXmW .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-uIxOQBeXmW .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uIxOQBeXmW .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-uIxOQBeXmW .mbr-text,
.cid-uIxOQBeXmW .mbr-section-btn {
  color: #777777;
}
.cid-uIxOQBeXmW .mbr-section-subtitle {
  color: #777777;
}
.cid-uP84663kaN {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uP84663kaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP84663kaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP84663kaN .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uP84663kaN .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uP84663kaN .panel-group .card {
  position: relative;
  padding: 10px 0;
  background-color: transparent;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uP84663kaN .panel-group .card {
    padding: 30px 0;
  }
}
@media (max-width: 992px) {
  .cid-uP84663kaN .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uP84663kaN .panel-group .card:first-child {
  border-top: 1px solid #e5e5e5;
}
.cid-uP84663kaN .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uP84663kaN .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uP84663kaN .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uP84663kaN .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #f4ad03;
}
.cid-uP84663kaN .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uP84663kaN .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uP84663kaN .panel-group .card .panel-collapse .panel-body {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uP84663kaN .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uP84663kaN .panel-group .card .panel-collapse .panel-body {
    margin-top: 24px;
  }
}
.cid-uP84663kaN .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP84663kaN .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-top: 24px;
    width: 100%;
  }
}
.cid-uP84663kaN .mbr-section-title {
  color: #2c2c26;
}
.cid-uP84663kaN .panel-title-edit {
  color: #2c2c26;
}
.cid-uP84663kaN .panel-text {
  color: #2c2c26;
}
.cid-uP87jCgLFL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09163c;
  overflow: hidden;
}
.cid-uP87jCgLFL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP87jCgLFL .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-uP87jCgLFL .container {
    padding: 0 30px;
  }
}
.cid-uP87jCgLFL .card {
  justify-content: center;
}
.cid-uP87jCgLFL .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uP87jCgLFL .items-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uP87jCgLFL .items-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uP87jCgLFL .items-wrapper .item {
  padding: 60px;
  background-color: #df9e00;
}
.cid-uP87jCgLFL .items-wrapper .item:nth-child(2n) {
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uP87jCgLFL .items-wrapper .item {
    padding: 40px;
  }
}
.cid-uP87jCgLFL .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-uP87jCgLFL .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 40px;
}
.cid-uP87jCgLFL .item-title_1 {
  color: #bee0d6;
}
.cid-uP87jCgLFL .item-title_2 {
  color: #254b45;
}
.cid-uP87jCgLFL .mbr-section-btn {
  text-align: right;
}
.cid-uP87jCgLFL .item-title_1,
.cid-uP87jCgLFL .mbr-section-btn {
  color: #000000;
}
.cid-uP87lOsBJH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uP87lOsBJH .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uP87lOsBJH .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #e1e1e1;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
.cid-uP87lOsBJH .item-content:hover {
  background: #fff5cb;
  border-color: #fff5cb;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
@media (max-width: 767px) {
  .cid-uP87lOsBJH .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-uP87lOsBJH .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #df9e00;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uP87lOsBJH .img-text {
    left: 1rem;
  }
}
.cid-uP87lOsBJH img,
.cid-uP87lOsBJH .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-uP87lOsBJH .item:focus,
.cid-uP87lOsBJH span:focus {
  outline: none;
}
.cid-uP87lOsBJH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uP87lOsBJH .mbr-section-title {
  color: #232323;
}
.cid-uP87lOsBJH .mbr-text,
.cid-uP87lOsBJH .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-uP87lOsBJH .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-uP87lOsBJH .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-uP87lOsBJH .mbr-section-subtitle {
  color: #777777;
}
.cid-uP3gWqeDjV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uP3gWqeDjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3gWqeDjV .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-uP3gWqeDjV .container {
    padding: 0 16px;
  }
}
.cid-uP3gWqeDjV .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP3gWqeDjV .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP3gWqeDjV .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #353535;
}
.cid-uP3gWqeDjV .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uP3gWqeDjV .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uP3gWqeDjV .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .mbr-section-title {
  color: #ffffff;
}
.cid-uP3gWqeDjV .copyright {
  color: #353535;
}
.cid-uP3gWqeDjV .mbr-card-title {
  color: #aa7800;
}
.cid-uP3gWqeDjV .list {
  color: #353535;
}
.cid-uP3gWqeDjV .mbr-section-title,
.cid-uP3gWqeDjV .title-wrapper,
.cid-uP3gWqeDjV .social-wrapper {
  color: #000000;
}
.cid-uIJ2QXEqSJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIJ2QXEqSJ .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-uIJ2QXEqSJ nav.navbar {
  position: fixed;
}
.cid-uIJ2QXEqSJ .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-uIJ2QXEqSJ .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-uIJ2QXEqSJ .nav-item {
    height: auto;
  }
}
.cid-uIJ2QXEqSJ .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIJ2QXEqSJ .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;
}
.cid-uIJ2QXEqSJ .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIJ2QXEqSJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIJ2QXEqSJ .dropdown-item:hover,
.cid-uIJ2QXEqSJ .dropdown-item:focus {
  background: white !important;
}
.cid-uIJ2QXEqSJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIJ2QXEqSJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIJ2QXEqSJ .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-uIJ2QXEqSJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIJ2QXEqSJ .nav-link {
  position: relative;
}
.cid-uIJ2QXEqSJ .container {
  display: flex;
  margin: auto;
}
.cid-uIJ2QXEqSJ .iconfont-wrapper {
  color: #df9e00 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-uIJ2QXEqSJ .dropdown-menu,
.cid-uIJ2QXEqSJ .navbar.opened {
  background: #fffefc !important;
}
.cid-uIJ2QXEqSJ .nav-item:focus,
.cid-uIJ2QXEqSJ .nav-link:focus {
  outline: none;
}
.cid-uIJ2QXEqSJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIJ2QXEqSJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIJ2QXEqSJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uIJ2QXEqSJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIJ2QXEqSJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIJ2QXEqSJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIJ2QXEqSJ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffefc;
}
.cid-uIJ2QXEqSJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uIJ2QXEqSJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIJ2QXEqSJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uIJ2QXEqSJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIJ2QXEqSJ .navbar.collapsed {
  justify-content: center;
}
.cid-uIJ2QXEqSJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIJ2QXEqSJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIJ2QXEqSJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uIJ2QXEqSJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIJ2QXEqSJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIJ2QXEqSJ .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-uIJ2QXEqSJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIJ2QXEqSJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIJ2QXEqSJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIJ2QXEqSJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIJ2QXEqSJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIJ2QXEqSJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIJ2QXEqSJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIJ2QXEqSJ .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-uIJ2QXEqSJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIJ2QXEqSJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIJ2QXEqSJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIJ2QXEqSJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIJ2QXEqSJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIJ2QXEqSJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIJ2QXEqSJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIJ2QXEqSJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIJ2QXEqSJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIJ2QXEqSJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIJ2QXEqSJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIJ2QXEqSJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIJ2QXEqSJ .dropdown-item.active,
.cid-uIJ2QXEqSJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uIJ2QXEqSJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIJ2QXEqSJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIJ2QXEqSJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIJ2QXEqSJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffefc;
}
.cid-uIJ2QXEqSJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIJ2QXEqSJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIJ2QXEqSJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIJ2QXEqSJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIJ2QXEqSJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIJ2QXEqSJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #041f6d;
}
.cid-uIJ2QXEqSJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIJ2QXEqSJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJ2QXEqSJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJ2QXEqSJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIJ2QXEqSJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJ2QXEqSJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIJ2QXEqSJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIJ2QXEqSJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJ2QXEqSJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIJ2QXEqSJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIJ2QXEqSJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIJ2QXEqSJ .navbar {
    height: 70px;
  }
  .cid-uIJ2QXEqSJ .navbar.opened {
    height: auto;
  }
  .cid-uIJ2QXEqSJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIJ2QY2jbj {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIJ2QY2jbj .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-uIJ2QY2jbj .row {
    text-align: center!important;
  }
}
.cid-uIJ2QY2jbj .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-uIJ2QY2jbj .mbr-section-title {
    text-align: center;
  }
}
.cid-uIJ2QY2jbj .mbr-text {
  color: #999999;
  margin-top: 20px;
}
.cid-uIJ2QY2jbj .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uIJ2QY2jbj .mbr-section-btn {
  margin-top: 20px;
}
.cid-uIJ2QY2jbj .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-uIJ2QY2jbj .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uIJ2QY2jbj .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIJ2QY2jbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ2QY2jbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ3GLt4jy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ3GLt4jy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ3GLt4jy .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uIJ3GLt4jy .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIJ3GLt4jy .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uIJ3GLt4jy .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uIJ3GLt4jy .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uIJ3GLt4jy .card-box {
  padding: 0 2rem;
}
.cid-uIJ3GLt4jy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ3GLt4jy .card-title,
.cid-uIJ3GLt4jy .iconfont-wrapper,
.cid-uIJ3GLt4jy .card-text {
  color: #000000;
  text-align: center;
}
.cid-uIJ3GLt4jy .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uIJ3GLt4jy .mbr-section-btn {
  text-align: center;
}
.cid-uIJ3GLt4jy .card-text,
.cid-uIJ3GLt4jy .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uIJ3GLt4jy .card-title,
.cid-uIJ3GLt4jy .iconfont-wrapper {
  text-align: left;
  color: #df9e00;
}
.cid-uIJ3GLt4jy .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uIJ4a5AJTJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ4a5AJTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ4a5AJTJ .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uIJ4a5AJTJ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIJ4a5AJTJ .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uIJ4a5AJTJ .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uIJ4a5AJTJ .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uIJ4a5AJTJ .card-box {
  padding: 0 2rem;
}
.cid-uIJ4a5AJTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ4a5AJTJ .card-title,
.cid-uIJ4a5AJTJ .iconfont-wrapper,
.cid-uIJ4a5AJTJ .card-text {
  color: #000000;
  text-align: center;
}
.cid-uIJ4a5AJTJ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uIJ4a5AJTJ .mbr-section-btn {
  text-align: center;
}
.cid-uIJ4a5AJTJ .card-text,
.cid-uIJ4a5AJTJ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uIJ4a5AJTJ .card-title,
.cid-uIJ4a5AJTJ .iconfont-wrapper {
  text-align: left;
  color: #df9e00;
}
.cid-uIJ4a5AJTJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uP8nHDKDEI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1e9d5;
}
.cid-uP8nHDKDEI ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-uP8nHDKDEI ul li {
  transition: all 0.3s;
  padding-bottom: 0.5rem;
}
.cid-uP8nHDKDEI ul li:hover {
  transform: translateX(10px);
}
.cid-uP8nHDKDEI ul li:hover a {
  color: #df9e00 !important;
  background: none !important;
}
.cid-uP8nHDKDEI h4 {
  border-bottom: 2px solid currentColor;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.cid-uP8nHDKDEI .mbr-title {
  color: #000000;
}
.cid-uP8nHDKDEI .mbr-section-title {
  color: #aa7800;
}
.cid-uP3gWqeDjV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uP3gWqeDjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3gWqeDjV .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-uP3gWqeDjV .container {
    padding: 0 16px;
  }
}
.cid-uP3gWqeDjV .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uP3gWqeDjV .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP3gWqeDjV .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP3gWqeDjV .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #353535;
}
.cid-uP3gWqeDjV .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uP3gWqeDjV .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uP3gWqeDjV .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3gWqeDjV .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uP3gWqeDjV .mbr-section-title {
  color: #ffffff;
}
.cid-uP3gWqeDjV .copyright {
  color: #353535;
}
.cid-uP3gWqeDjV .mbr-card-title {
  color: #aa7800;
}
.cid-uP3gWqeDjV .list {
  color: #353535;
}
.cid-uP3gWqeDjV .mbr-section-title,
.cid-uP3gWqeDjV .title-wrapper,
.cid-uP3gWqeDjV .social-wrapper {
  color: #000000;
}
.cid-uP895Vjzq7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uP895Vjzq7 .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-uP895Vjzq7 nav.navbar {
  position: fixed;
}
.cid-uP895Vjzq7 .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-uP895Vjzq7 .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-uP895Vjzq7 .nav-item {
    height: auto;
  }
}
.cid-uP895Vjzq7 .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uP895Vjzq7 .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;
}
.cid-uP895Vjzq7 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uP895Vjzq7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP895Vjzq7 .dropdown-item:hover,
.cid-uP895Vjzq7 .dropdown-item:focus {
  background: white !important;
}
.cid-uP895Vjzq7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uP895Vjzq7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uP895Vjzq7 .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-uP895Vjzq7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uP895Vjzq7 .nav-link {
  position: relative;
}
.cid-uP895Vjzq7 .container {
  display: flex;
  margin: auto;
}
.cid-uP895Vjzq7 .iconfont-wrapper {
  color: #df9e00 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-uP895Vjzq7 .dropdown-menu,
.cid-uP895Vjzq7 .navbar.opened {
  background: #fffefc !important;
}
.cid-uP895Vjzq7 .nav-item:focus,
.cid-uP895Vjzq7 .nav-link:focus {
  outline: none;
}
.cid-uP895Vjzq7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP895Vjzq7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP895Vjzq7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uP895Vjzq7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP895Vjzq7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP895Vjzq7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP895Vjzq7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffefc;
}
.cid-uP895Vjzq7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uP895Vjzq7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uP895Vjzq7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uP895Vjzq7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP895Vjzq7 .navbar.collapsed {
  justify-content: center;
}
.cid-uP895Vjzq7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP895Vjzq7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP895Vjzq7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uP895Vjzq7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP895Vjzq7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP895Vjzq7 .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-uP895Vjzq7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP895Vjzq7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uP895Vjzq7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uP895Vjzq7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP895Vjzq7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP895Vjzq7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP895Vjzq7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP895Vjzq7 .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-uP895Vjzq7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uP895Vjzq7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP895Vjzq7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP895Vjzq7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP895Vjzq7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP895Vjzq7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uP895Vjzq7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uP895Vjzq7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uP895Vjzq7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uP895Vjzq7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP895Vjzq7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP895Vjzq7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP895Vjzq7 .dropdown-item.active,
.cid-uP895Vjzq7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uP895Vjzq7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP895Vjzq7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP895Vjzq7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP895Vjzq7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffefc;
}
.cid-uP895Vjzq7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP895Vjzq7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP895Vjzq7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uP895Vjzq7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uP895Vjzq7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uP895Vjzq7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #041f6d;
}
.cid-uP895Vjzq7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP895Vjzq7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP895Vjzq7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP895Vjzq7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP895Vjzq7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP895Vjzq7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP895Vjzq7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP895Vjzq7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP895Vjzq7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uP895Vjzq7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP895Vjzq7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP895Vjzq7 .navbar {
    height: 70px;
  }
  .cid-uP895Vjzq7 .navbar.opened {
    height: auto;
  }
  .cid-uP895Vjzq7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP895WxnIG {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-1285531923-2000x1109.jpg");
}
.cid-uP895WxnIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP895WxnIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP895WxnIG .container {
    padding: 0 20px;
  }
}
.cid-uP895WxnIG .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uP895WxnIG .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uP895WxnIG .mbr-section-title {
  color: #1d1d1d;
}
.cid-uP895WxnIG .mbr-text {
  color: #706f6d;
}
.cid-uP895XnvMi {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fffefc;
}
.cid-uP895XnvMi .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
}
@media (max-width: 767px) {
  .cid-uP895XnvMi .row {
    padding: 0rem 0rem;
  }
}
.cid-uP895XnvMi img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uP895XnvMi img {
    width: 100%;
  }
}
.cid-uP895XnvMi .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-uP895XnvMi .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uP895XnvMi .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-uP895XnvMi .mbr-text,
.cid-uP895XnvMi .mbr-section-btn {
  color: #777777;
}
.cid-uP895XnvMi .mbr-section-subtitle {
  color: #777777;
}
.cid-uP895YcdDE {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uP895YcdDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP895YcdDE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP895YcdDE .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uP895YcdDE .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uP895YcdDE .panel-group .card {
  position: relative;
  padding: 10px 0;
  background-color: transparent;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uP895YcdDE .panel-group .card {
    padding: 30px 0;
  }
}
@media (max-width: 992px) {
  .cid-uP895YcdDE .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uP895YcdDE .panel-group .card:first-child {
  border-top: 1px solid #e5e5e5;
}
.cid-uP895YcdDE .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uP895YcdDE .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uP895YcdDE .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uP895YcdDE .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #f4ad03;
}
.cid-uP895YcdDE .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uP895YcdDE .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uP895YcdDE .panel-group .card .panel-collapse .panel-body {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uP895YcdDE .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uP895YcdDE .panel-group .card .panel-collapse .panel-body {
    margin-top: 24px;
  }
}
.cid-uP895YcdDE .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP895YcdDE .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-top: 24px;
    width: 100%;
  }
}
.cid-uP895YcdDE .mbr-section-title {
  color: #2c2c26;
}
.cid-uP895YcdDE .panel-title-edit {
  color: #2c2c26;
}
.cid-uP895YcdDE .panel-text {
  color: #2c2c26;
}
.cid-uP895ZheG0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09163c;
  overflow: hidden;
}
.cid-uP895ZheG0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP895ZheG0 .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-uP895ZheG0 .container {
    padding: 0 30px;
  }
}
.cid-uP895ZheG0 .card {
  justify-content: center;
}
.cid-uP895ZheG0 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uP895ZheG0 .items-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uP895ZheG0 .items-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uP895ZheG0 .items-wrapper .item {
  padding: 60px;
  background-color: #df9e00;
}
.cid-uP895ZheG0 .items-wrapper .item:nth-child(2n) {
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uP895ZheG0 .items-wrapper .item {
    padding: 40px;
  }
}
.cid-uP895ZheG0 .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-uP895ZheG0 .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 40px;
}
.cid-uP895ZheG0 .item-title_1 {
  color: #bee0d6;
}
.cid-uP895ZheG0 .item-title_2 {
  color: #254b45;
}
.cid-uP895ZheG0 .mbr-section-btn {
  text-align: right;
}
.cid-uP895ZheG0 .item-title_1,
.cid-uP895ZheG0 .mbr-section-btn {
  color: #000000;
}
.cid-uP89609EBo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uP89609EBo .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uP89609EBo .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #e1e1e1;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
.cid-uP89609EBo .item-content:hover {
  background: #fff5cb;
  border-color: #fff5cb;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
@media (max-width: 767px) {
  .cid-uP89609EBo .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-uP89609EBo .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #df9e00;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uP89609EBo .img-text {
    left: 1rem;
  }
}
.cid-uP89609EBo img,
.cid-uP89609EBo .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-uP89609EBo .item:focus,
.cid-uP89609EBo span:focus {
  outline: none;
}
.cid-uP89609EBo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uP89609EBo .mbr-section-title {
  color: #232323;
}
.cid-uP89609EBo .mbr-text,
.cid-uP89609EBo .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-uP89609EBo .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-uP89609EBo .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-uP89609EBo .mbr-section-subtitle {
  color: #777777;
}
.cid-uP8961c1Bc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uP8961c1Bc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP8961c1Bc .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-uP8961c1Bc .container {
    padding: 0 16px;
  }
}
.cid-uP8961c1Bc .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uP8961c1Bc .card {
    margin-bottom: 40px;
  }
}
.cid-uP8961c1Bc .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP8961c1Bc .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uP8961c1Bc .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uP8961c1Bc .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP8961c1Bc .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uP8961c1Bc .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uP8961c1Bc .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP8961c1Bc .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #353535;
}
.cid-uP8961c1Bc .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uP8961c1Bc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uP8961c1Bc .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP8961c1Bc .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uP8961c1Bc .mbr-section-title {
  color: #ffffff;
}
.cid-uP8961c1Bc .copyright {
  color: #353535;
}
.cid-uP8961c1Bc .mbr-card-title {
  color: #aa7800;
}
.cid-uP8961c1Bc .list {
  color: #353535;
}
.cid-uP8961c1Bc .mbr-section-title,
.cid-uP8961c1Bc .title-wrapper,
.cid-uP8961c1Bc .social-wrapper {
  color: #000000;
}
